html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a:focus {
  outline: none;
}
a, a:link {
  transition: 0.7s;
}
a:visited {
	color: #000;
}
a:hover img {
  transition: 0.7s;
}
input[type=submit]:hover, input[type=button]:hover, a:hover {
  transition: 0.7s;
}
ins {
  text-decoration: none;
}
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;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
html {
  height: 100%;
}
body {
  height: 100%;
  padding-top: 184px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
}
body.home, body.page-template-page-lp {
  padding-top: 0;
}
body.hide_page_header_bar {
  padding-top: 0;
}
body.admin-bar {
  padding-top: 102px;
}
body.home.admin-bar, body.page-template-page-lp.admin-bar, body.hide_page_header_bar.admin-bar {
  padding-top: 32px;
}
a {
  text-decoration: none;
}
a, a:before, a:after, input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: .2s;
  transition-timing-function: ease;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.post_content {
  word-wrap: break-word;
}
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mobile_device a[href^="tel:"] {
  pointer-events: auto;
}
#container {
  overflow: hidden;
}
#main_contents {
  width: 1030px;
  margin: 0 auto;
  padding: 70px 0 150px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#main_contents:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 750px;
  background: #ddd;
  z-index: 10;
}
#main_col {
  width: 700px;
}
#side_col {
  width: 250px;
}
body.page-template-page-about #main_contents {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 0 140px;
}
body.page-template-page-about #main_contents:before {
  left: 280px;
}
body.page-template-page-about #main_col {
  padding-top: 60px;
}
#main_contents.no_sidebar {
  display: block;
}
#main_contents.no_sidebar #main_col {
  width: auto;
}
#main_contents.no_sidebar:before {
  display: none;
}
.design_button {
  max-width: 100%;
  min-width: 300px;
  height: 70px;
  line-height: 1.5;
  padding: 0 1.5em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  transition: border-color .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.design_button:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  z-index: -1;
  transition-property: background-color, left, opacity;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}
.design_button:hover {
  color: #fff;
}
.design_headline {
  font-size: 26px !important;
  padding: 0 0 0 70px !important;
  margin: 40px 0 30px !important;
  line-height: 1.6 !important;
  position: relative;
  text-align: left !important;
}
.design_headline:before {
  width: 50px;
  height: 4px;
  display: block;
  content: '';
  background: #f6cc4e;
  position: absolute;
  left: 0;
  top: 18px;
}
.post_content .design_headline:first-child {
  margin-top: 10px !important;
}
body.single-case .design_headline {
  margin: 50px 0 30px !important;
}
body.single-case .design_headline + p img {
  margin-top: 0 !important;
  opacity: .5;
}
body.page-template-page-about .design_headline {
  margin-top: 80px !important;
}
.gray_list {
  line-height: 2.4;
  font-weight: 600;
  font-size: 20px;
  background: #f6f6f6;
  border-radius: 15px;
  margin: 50px 0 40px !important;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gray_list dt {
  width: 150px;
}
.gray_list dd {
  width: calc(100% - 150px);
  font-weight: 500;
}
body.single-case .gray_list {
  margin: 60px 0 65px !important;
  font-size: 16px;
}
#header h1 {
	background: #063;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 0.5em 0;
}
#header_slider_wrap {
  width: 100%;
  height: 850px;
  position: relative;
  overflow: hidden;
}
#header_slider {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_slider .item {
  width: 100%;
  height: 850px;
  position: relative;
}
@media only screen and (min-width:751px) {
  #header_slider_wrap, #header_slider, #header_slider .item {
    height: 700px !important;
  }
}
@media only screen and (min-width:1200px) {
  #header_slider_wrap, #header_slider, #header_slider .item {
    height: 850px !important;
  }
}
#header_slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#header_slider .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#header_slider .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
#header_slider .bg_image.mobile {
  display: none;
}
#header_slider .video_wrap {
  position: absolute;
}
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 50%;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header_slider .video_wrap.type2 {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header_slider .video_wrap.type1 video {
  height: 100%;
  width: auto;
}
#header_slider .video_wrap.type2 video {
  width: 100%;
  height: auto;
}
#header_slider .youtube_inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#header_slider .slide-youtube {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
}
#header_slider .item .bg_image {
  transform: scale(1.2);
}
#header_slider .item.animate .bg_image {
  transform: scale(1);
  -webkit-transition: transform 2s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: transform 2s cubic-bezier(.165, .84, .44, 1) 0s;
}
#header_slider .item.first_animate .bg_image {
  transform: scale(1);
  -webkit-transition: transform 2s cubic-bezier(.165, .84, .44, 1) .5s;
  transition: transform 2s cubic-bezier(.165, .84, .44, 1) .5s;
}
#index_header_content {
  width: 1030px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catch_wrap {
  text-align: center;
}
#index_header_content .catch {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width:1200px) {
  #index_header_content .catch {
    font-size: 34px;
  }
}
@media screen and (max-width:750px) {
  #index_header_content .catch {
    font-size: 19px;
  }
}
@media screen and (max-width:375px) {
  #index_header_content .catch {
    font-size: 18px;
  }
}
#index_header_content .catch.mobile {
  display: none;
}
#index_header_content .content_item_list {
  height: 100%;
  margin: 40px auto 0;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#index_header_content .content_item {
  background: #fff;
  margin: 0 20px 0 0;
}
#index_header_content .content_item:last-of-type {
  margin-right: 0;
}
#index_header_content .link_button {
  margin-top: 50px;
  text-align: center;
}
#index_header_content .animate_item {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .5s;
}
#index_header_content .animate_item.animate {
  top: 0;
  opacity: 1;
}
@media screen and (max-width:375px) {
	#index_header_content .animate_item.animate {
	  top: 50px;
	}
}
body.stop_index_slider_animation #index_header_content .animate_item {
  top: 0;
  opacity: 1;
}
#header_slider_wrap .svg_wrap {
  width: 100%;
  height: 201px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
#header_slider_wrap .svg_wrap svg {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#header_slider_wrap .svg_wrap path {
  fill: #fff;
}
#header_slider_wrap.shape_type2 .svg_wrap {
  display: none;
}
#header_scroll_button {
  display: none;
  opacity: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: border-color .25s ease 0s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) 2.6s;
}
#header_scroll_button.animate {
  opacity: 1;
}
#header_scroll_button:before {
  color: #fff;
  font-size: 12px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 14px;
  top: 16px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header_scroll_button span {
  display: none;
}
#header_scroll_button:hover {
  border: 1px solid rgba(255, 255, 255, .6);
}
#header_scroll_button:hover:before {
  color: rgba(255, 255, 255, .6);
}
.cb_header {
  width: 710px;
  margin: -10px auto 60px;
}
.cb_header h2 {
  text-align: center;
}
.cb_header .catch {
  line-height: 1.4;
  font-size: 42px;
  text-align: center;
}
.cb_header .desc {
  line-height: 2.4;
  margin: 30px 0 0;
}
.cb_content:last-of-type {
  padding-bottom: 150px;
}
.cb_header .catch.mobile {
  display: none;
}
.cb_header .desc.mobile {
  display: none;
}
.cb_data_content {
  min-width: 300px;
  height: 200px;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cb_data_content .headline {
  font-size: 19px !important;
  font-weight: 600;
  margin: 0 0 10px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.cb_data_content .headline br {
  display: none;
}
.cb_data_content .num_area {
  margin: 0 !important;
  line-height: 1 !important;
}
.cb_data_content .num_area .num.counter, .cb_data_content .num_area .unit {
  color: #063 !important;
}
.cb_data_content .num {
  font-size: 75px;
  font-weight: 600;
}
.cb_data_content .unit {
  font-size: 28px;
  font-weight: 600;
}
.cb_data_content .desc {
  font-size: 16px;
  margin: 12px 0 0 !important;
  line-height: 1 !important;
}
.cb_data_content.sc_data_content {
  height: auto;
  margin: 40px 0;
}
.cb_service_list {
  padding: 100px 0 100px;
}
.cb_service_list .service_carousel {
  width: 1029px;
  margin-top: -5px;
}
.cb_service_list .service_carousel .owl-stage {
  padding: 40px 0;
}
.cb_service_list .service_carousel .owl-item {
  -webkit-transition: transform .25s ease;
  transition: transform .25s ease;
}
.cb_service_list .service_carousel .owl-item.active.center {
  z-index: 100;
  transform: scale(1.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  will-change: transform;
}
.cb_service_list .service_carousel .owl-item.active.center .title_area {
  border-left: 1px solid #444;
}
.cb_service_list .service_carousel .owl-item.active.center .desc {
  border-left: 1px solid #ddd;
}
.cb_service_list .service_carousel:before {
  bottom: 30px;
}
.cb_service_list .service_carousel:after {
  bottom: 30px;
}
.cb_service_list .link_button {
  text-align: center;
  margin-top: 65px;
}
.cb_design_content {
  padding: 100px 0 100px;
}
.cb_design_content .data_content_top {
  margin-top: -25px;
}
.cb_design_content .banner_content {
  width: 1030px;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
}
.cb_design_content .banner_content .cb_data_content {
  z-index: 5;
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cb_design_content .banner_content .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cb_design_content .banner_content .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.cb_design_content .banner_content .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.cb_design_content .link_button {
  text-align: center;
  margin-top: 65px;
}
.cb_banner_content {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.cb_banner_content .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cb_banner_content .bg_image {
  width: calc(50% + 105px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.cb_banner_content .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.cb_banner_content .bg_image:nth-child(2) {
  left: auto;
  right: 0;
  z-index: 2;
  transform: skewX(-25deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.cb_banner_content .bg_image:nth-child(2) img {
  transform: skewX(25deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.cb_banner_content.one_item .bg_image {
  width: 100%;
}
.cb_banner_content .bg_image.mobile {
  display: none;
}
.cb_banner_content .content {
  width: 100%;
  height: 100%;
  z-index: 4;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.cb_banner_content .cb_data_content {
  width: 50%;
  color: #fff;
}
.cb_banner_content.one_item .cb_data_content {
  width: 100%;
}
#content_builder .cb_banner_content:first-child {
  margin-top: 100px;
}
body.header_slider_shape_type2 #content_builder .cb_banner_content:first-child {
  margin-top: 0 !important;
}
.cb_news_list {
  padding: 100px 0 100px;
}
.cb_news_list .news_category_sort_button ol {
  width: 1030px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cb_news_list .news_category_sort_button li {
  margin: 0 20px;
  font-size: 16px;
}
.cb_news_list .news_category_sort_button li span {
  cursor: pointer;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.cb_news_list .news_category_sort_button li span:hover {
  color: orange;
}
.cb_news_list .news_category_sort_button li.active span {
  color: orange;
  pointer-events: none;
}
.cb_news_list .news_list {
  width: 1030px;
  margin: 0 auto;
}
.cb_news_list .link_button {
  text-align: center;
  margin-top: 65px;
}
.cb_news_list .news_list {
  position: relative;
  display: none;
}
.cb_news_list .news_list.active {
  display: block !important;
  -webkit-animation: news_list_animation 1s cubic-bezier(.22, 1, .36, 1) 0s;
  animation: news_list_animation 1s cubic-bezier(.22, 1, .36, 1) 0s;
}
@-webkit-keyframes news_list_animation {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes news_list_animation {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.cb_case_list {
  padding: 100px 0 100px;
  background: #f6f6f6;
}
.cb_case_list .case_list .item {
  width: 320px;
}
.cb_case_list .link_button {
  text-align: center;
  margin-top: 65px;
}
.cb_case_list .owl-carousel .owl-nav {
  width: 1030px;
  height: 70px;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cb_case_list .owl-carousel .owl-nav .owl-prev {
  pointer-events: auto;
  left: -55px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.cb_case_list .owl-carousel .owl-nav .owl-next {
  pointer-events: auto;
  right: -55px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.cb_case_list .owl-carousel .owl-nav button:hover {
  color: #aaa;
}
.cb_free_space {
  padding: 100px 0;
}
.cb_free_space.no_space {
  padding: 0 !important;
}
.cb_free_space .post_content {
  width: 1030px;
  margin: 0 auto;
}
.cb_free_space.width_type2 .post_content {
  width: auto;
}
#page_header {
  width: 100%;
  position: relative;
  background: #000;
  color: #fff;
}
#page_header_inner {
  width: 1030px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#page_header .headline {
  line-height: 1.6;
}
#page_header .desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
#archive_header {
  width: 710px;
  margin: -10px auto 60px;
}
#archive_header h1, #archive_header h2 {
  text-align: center;
}
#archive_header .catch {
  line-height: 1.6;
  font-size: 42px;
  text-align: center;
}
#archive_header .desc {
  line-height: 2.4;
  margin: 25px 0 0;
}
#archive_header .catch.mobile {
  display: none;
}
#archive_header .desc.mobile {
  display: none;
}
.page_navi {
  margin: 30px 0 0;
  z-index: 10;
  position: relative;
}
.page_navi ul {
  margin: 0;
  font-size: 0;
  text-align: center;
}
.page_navi li {
  display: inline-block;
  margin: 0;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  font-family: "Arial";
  color: #000;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  width: 60px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
}
.page_navi span.current {
  border-color: #000;
  position: relative;
}
.page_navi .next, .page_navi .prev {
  position: relative;
}
.page_navi .next span, .page_navi .prev span {
  display: none;
}
.page_navi .next:before, .page_navi .prev:before {
  font-size: 14px;
  top: 2px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before {
  content: '\e94b';
  left: 0;
}
.page_navi .next:before {
  content: '\e94a';
  right: 0;
}
#page_contents {
  margin: 0 auto;
  padding: 70px 0 150px;
}
.page_content:first-of-type {
  padding-top: 0;
}
.page_content {
  padding-top: 80px;
}
.about_table1 {
  margin-bottom: 50px !important;
}
.about_table1 th {
  width: 135px !important;
}
.about_table1 td {
  width: auto !important;
}
.about_table2 .year {
  color: #f6cc4e;
  font-weight: 600;
  width: 100px !important;
}
.about_table2 th {
  width: 70px !important;
  padding: 0 !important;
}
.about_table2 td {
  width: auto !important;
}
#about_map_info {
  text-align: center;
  margin-top: 50px;
}
#about_map_info .name {
  font-size: 18px;
  margin: 0;
}
#about_map_info .address {
  font-size: 18px;
  margin: 0 0 10px;
}
#about_map_info .link {
  margin: 0 0 15px;
}
#about_map_info .link a {
  color: #f6cc4e;
}
#about_map_info .qt_google_map {
  margin-top: 40px;
}
#mobile_about_page_menu {
  display: none;
}
body.page-template-page-about #container {
  overflow: initial;
}
body.page-template-page-about #main_contents {
  align-items: flex-start;
}
body.page-template-page-about #side_col {
  position: sticky;
  top: 70px;
  z-index: 100;
}
#about_page_menu {
  margin: 0 -30px 30px 0;
}
#about_page_menu a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
#about_page_menu a:hover {
  padding-left: 40px;
}
#about_page_menu a:before {
  display: block;
  height: 4px;
  width: 0;
  background: orange;
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
#about_page_menu a:hover:before {
  width: 20px;
}
.business_content {
  margin: 0 0 50px;
}
.business_content .content {
  background: #f6f6f6;
}
.business_content .image img {
  display: block;
  margin: 0;
}
.business_content .content {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.business_content h3 {
  font-size: 22px !important;
  width: 500px;
  margin: 0 !important;
  text-align: center;
}
.business_content p {
  width: calc(100% - 500px);
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_contents .link_button {
  text-align: center;
}
#page_contents_link {
  display: block;
  height: 150px;
  width: 100%;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
#page_contents_link:before {
  color: #fff;
  font-size: 22px;
  display: block;
  position: absolute;
  margin-bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.8s ease infinite 0s;
  animation: slideUpDown 1.8s ease infinite 0s;
}
#page_contents_link {
  opacity: 0;
}
#page_contents_link.animate {
  -webkit-animation: opacityAnimation 1s ease forwards .7s;
  animation: opacityAnimation 1s ease forwards .7s;
}
#lp_header {
  width: 100%;
  height: 850px;
  position: relative;
  overflow: hidden;
}
#lp_header h1, #lp_header h2 {
  text-align: center;
}
@media only screen and (min-width:751px) {
  #lp_header {
    height: 700px !important;
  }
}
@media only screen and (min-width:1200px) {
  #lp_header {
    height: 850px !important;
  }
}
#lp_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .3);
}
#lp_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#lp_header .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#lp_header .bg_image.mobile {
  display: none;
}
#lp_header .svg_wrap {
  width: 100%;
  height: 201px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
#lp_header .svg_wrap svg {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#lp_header .svg_wrap path {
  fill: #fff;
}
#lp_header.shape_type2 .svg_wrap {
  display: none;
}
#lp_header .content {
  width: 1030px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lp_header .catch {
  text-align: center;
  font-size: 44px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
#lp_header .catch.mobile {
  display: none;
}
#lp_header .content_item_list {
  height: 100%;
  margin: 35px auto 0;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#lp_header .content_item {
  background: #fff;
  margin: 0 20px 0 0;
}
#lp_header .content_item:last-of-type {
  margin-right: 0;
}
#lp_header .link_button {
  margin-top: 50px;
  text-align: center;
}
#lp_header .animate_item {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .5s;
}
#lp_header .animate_item.animate {
  top: 0;
  opacity: 1;
}
#lp_contents {
  margin: 0 auto;
  padding: 90px 0 150px;
}
body.hide_page_header #lp_contents {
  margin-top: 70px;
}
body.hide_page_header.hide_page_header_bar #lp_contents {
  margin-top: 0 !important;
}
.lp_demo_content > *:first-child {
  margin-top: 0;
}
.lp_page_demo_faq {
  margin: 100px 0;
}
.lp_page_table {
  margin-bottom: 100px !important;
}
.lp_page_table th {
  width: 200px !important;
}
.lp_page_table td {
  width: auto !important;
}
.gray_wide_content {
  position: relative;
  margin: 90px 0;
}
.gray_wide_content:after {
  content: '';
  display: block;
  width: 150vw;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: -50vw;
}
.gray_wide_content_inner {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}
.gray_wide_content_inner > *:first-child {
  margin-top: 0;
}
.case_list .item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.case_list .image_wrap {
  width: 100.1%;
  height: 200px;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.case_list .image {
  width: 100%;
  height: 100% !important;
}
.case_list .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center top;
  ;
}
.case_list .title_area {
  padding: 25px 30px 120px;
}
.case_list .title_area.one_data {
  padding: 25px 30px 90px;
}
.case_list .item.no_meta .title_area {
  padding: 25px 30px;
}
.case_list .category {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 25px;
  min-width: 90px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 165px;
  left: 30px;
}
.case_list .title {
  font-size: 20px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow: hidden;
  visibility: visible;
}
.case_list .title a {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case_list .meta {
  font-size: 14px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.case_list .meta li {
  line-height: 1.5;
}
.case_list .meta li:last-of-type {
  margin-top: 12px;
}
.case_list .company {
  font-weight: 600;
}
.case_list .date {
  position: relative;
  display: block;
  color: #999;
}
.case_list .date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#archive_case {
  background: #f6f6f6;
  padding: 70px 0 150px;
}
#archive_case .case_list {
  width: 1030px;
  margin: 0 auto -36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#archive_case .case_list .item {
  width: calc(100%/3 - 23px);
  margin: 0 34px 36px 0;
}
#archive_case .case_list .item:nth-child(3n) {
  margin-right: 0;
}
#archive_case .page_navi {
  margin-top: 40px;
}
#single_case {
  width: 800px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
#case_post_title {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  margin: 0 0 60px;
}
#case_post_title img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#case_post_title .category {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 25px;
  min-width: 90px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 30px;
}
#case_post_title .title_area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#case_post_title .title {
  line-height: 1.5;
}
#case_post_title .meta {
  font-size: 14px;
  margin: 10px 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#case_post_title .meta li {
  margin: 0 20px 10px 0;
}
#case_post_title .date {
  position: relative;
  display: block;
}
#case_post_title .date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#case_post_title .company {
  font-weight: 600;
}
#case_post_title .company a {
  color: #fff;
}
#case_post_title .company a:hover {
  color: rgba(255, 255, 255, .5);
}
#single_case .archive_button {
  text-align: center;
  margin-top: 70px;
}
.post_content p + p img[class*=alignnone] {
  margin-top: 7px;
}
#related_case {
  background: #f6f6f6;
  padding: 100px 0;
}
#related_case .headline {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin: 0 0 70px;
}
#related_case .case_list {
  width: 1030px;
  margin: 0 auto;
}
#related_case .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
#related_case .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
#related_case .owl-carousel .owl-nav button:hover {
  color: #aaa !important;
}
#case_cta {
  border-top: 1px solid #ddd;
  margin: 60px 0 0;
  padding: 70px 0 0;
}
#case_cta .headline {
  line-height: 1;
  text-align: center;
  margin: 0 0 70px;
  font-size: 28px;
}
#case_cta_main {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
#case_cta_main a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#case_cta_main .link.no_link {
  pointer-events: none;
}
#case_cta_main .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#case_cta_main img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#case_cta_main .catch {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding: 20px 30px;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#case_cta_main a:hover .catch {
  color: rgba(255, 255, 255, .5);
}
#case_cta_main .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#archive_service {
  width: 1030px;
  margin: 0 auto;
  padding: 70px 0 150px;
}
#archive_service .service_list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin: 0 0 50px;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#archive_service .service_list .item:last-of-type {
  margin: 0;
}
#archive_service .service_list .image_wrap {
  width: 50%;
  height: 260px;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  position: relative;
}
#archive_service .service_list .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#archive_service .service_list .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#archive_service .service_list .content {
  border: 1px solid #ddd;
  width: 50%;
  border-radius: 0 15px 15px 0;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#archive_service .service_list .catch {
  line-height: 2.4;
}
#archive_service .service_list .link_button {
  margin-top: 20px;
}
#archive_service .point {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#archive_service .point .headline {
  font-size: 14px;
  margin: 0 0 5px;
}
#archive_service .point .num {
  font-size: 32px;
}
#archive_service .point .unit {
  font-size: 14px;
  margin: 0 0 0 3px;
}
#service_page_header {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
#service_page_header img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#service_page_header .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 3;
}
#service_page_header .title h1 {
  top: 0 !important;
  font-size: 32px;
  color: #fff;
  width: 800px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}
#service_page_header .content {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#service_page_header .catch {
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
  padding-right: 50px;
}
#service_page_header .box_content {
  background: #fff;
  border-radius: 10px;
}
#service_page_header .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#service_page_header .animate_item {
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .5s;
  transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .5s;
}
#service_page_header .animate_item.animate {
  top: 0;
  opacity: 1;
}
#mobile_box_content {
  display: none;
}
#single_service {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.service_design_content {
  margin: 60px 0 70px;
  background: #f6f6f6;
  border-radius: 15px;
  overflow: hidden;
}
body.single-post .service_design_content, body.show_side_bar .service_design_content {
  margin-bottom: 50px;
}
.service_design_content .headline {
  height: 80px;
  line-height: 80px !important;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.service_design_content .content {
  padding: 30px 40px;
}
.service_design_content .content > *:first-child {
  margin-top: 0;
}
.service_design_content .catch {
  line-height: 1.6 !important;
  font-size: 22px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
#single_service .post_content img.aligncenter {
  margin-top: 60px;
}
#single_service .post_content .design_headline + p img.aligncenter {
  margin-top: 40px;
}
#single_service .service_design_content .content {
  padding: 50px 60px;
}
body.page-template-page-lp .service_design_content .content {
  padding: 50px 60px;
}
#recent_service {
  background: #f6f6f6;
  padding: 100px 0;
}
#recent_service .headline {
  text-align: center;
  margin: 0 0 70px;
  font-size: 28px;
}
#recent_service .service_carousel {
  width: 800px;
}
.service_carousel {
  margin: 0 auto;
  position: relative;
}
.service_carousel:before {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 300px;
  background: #ddd;
  z-index: 2;
}
.service_carousel:after {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 300px;
  background: #ddd;
  z-index: 2;
}
.cb_service_list .service_carousel:before {
  top: 340px;
}
.cb_service_list .service_carousel:after {
  top: 340px;
}
.service_carousel a {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.service_carousel .image_wrap {
  width: 101%;
  left: -1px;
  height: 200px;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: relative;
}
.service_carousel .image {
  width: 100%;
  height: 200px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service_carousel .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.service_carousel .title_area {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  height: 100px;
  border-right: 1px solid #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.service_carousel .catch {
  margin: 0 0 15px;
  font-size: 16px;
}
.service_carousel .item.has_br .catch {
  margin: 0 0 8px;
}
.service_carousel .title {
  font-size: 22px;
  margin: 0 0 -5px;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.service_carousel a:hover .title {
  color: orange;
}
.service_carousel .desc {
  padding: 0 30px;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.service_carousel .desc p {
  line-height: 2.4;
  max-height: 7.2em;
  word-break: break-all;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
}
.service_carousel .desc p span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service_carousel.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.service_carousel.owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.service_carousel.owl-carousel .owl-nav button:hover {
  color: #aaa !important;
}
#archive_news {
  padding: 70px 0 150px;
  width: 1030px;
  margin: 0 auto;
}
#archive_news .news_category_button {
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#archive_news .news_category_button li {
  margin: 0 20px;
  font-size: 16px;
}
#archive_news .news_category_button li.current a {
  color: orange;
  pointer-events: none;
}
.news_list {
  border-top: 1px solid #ddd;
}
.news_list .item {
  border-bottom: 1px solid #ddd;
  height: 70px;
  line-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.news_list .date {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
  color: #999;
  font-size: 14px;
  margin: 0 20px 0 0;
}
.news_list .date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news_list .category {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 35px;
  font-size: 12px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news_list .title {
  font-size: 16px;
  font-weight: 500;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.news_list .title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
#archive_news .page_navi {
  margin-top: 40px;
}
#archive_blog {
  padding: 70px 0 150px;
}
#no_post {
  text-align: center;
  margin-top: 80px;
  line-height: 2;
}
#blog_list {
  width: 1030px;
  margin: 0 auto -60px;
}
#blog_list .item_list_top, #blog_list .item_list_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blog_list .item {
  position: relative;
  overflow: hidden;
}
#blog_list .item_list_top .item {
  width: 50%;
  margin-bottom: 70px;
}
#blog_list .item_list_bottom .item {
  width: calc(100%/3 - 24px);
  margin: 0 35px 60px 0;
}
#blog_list .item_list_bottom .item:nth-of-type(3n) {
  margin-right: 0;
}
#blog_list .image_wrap {
  width: 100%;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: relative;
}
#blog_list .image {
  width: 100%;
  height: 100%;
}
#blog_list .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#blog_list .item_list_top .image_wrap {
  height: 325px;
}
#blog_list .item_list_top .content {
  padding: 25px 30px 20px;
  position: relative;
  border: 1px solid #ddd;
  border-top: none;
  min-height: 183px;
}
#blog_list .item_list_top .item.no_date .content {
  min-height: 150px;
}
#blog_list .item_list_top .item:nth-child(2) .content {
  border-left: none;
}
#blog_list .item_list_bottom .content {
  padding: 20px 0 0;
  position: relative;
}
#blog_list .item_list_bottom .image_wrap {
  max-height: 200px;
}
#blog_list .category {
  background: #000;
  color: #fff !important;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 20px;
  min-width: 90px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -1px;
}
#blog_list .title {
  font-size: 22px;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
}
#blog_list .item_list_bottom .title {
  font-size: 20px;
}
#blog_list .title a {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#blog_list .item_list_top .title {
  max-height: 3em;
}
#blog_list .item_list_top .title a {
  -webkit-line-clamp: 2;
}
#blog_list .desc {
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  line-height: 2;
  min-height: 4em;
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#blog_list .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#blog_list .date {
  font-size: 14px;
  position: relative;
  display: block;
  color: #999;
  margin: 5px 0 15px;
}
#blog_list .date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single_post_title {
  margin: 0 0 40px;
}
#single_post_title .title {
  font-size: 30px;
  line-height: 1.5;
}
#single_post_title .meta {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#single_post_title .category {
  font-size: 12px;
  text-align: center;
  background: #000;
  color: #fff;
  height: 35px;
  line-height: 35px;
  min-width: 90px;
  padding: 0 20px;
  margin: 0 15px 0 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.single-news #single_post_title .category {
  border-radius: 35px;
}
#single_post_title .category:hover {
  color: #fff !important;
}
#single_post_title .date {
  position: relative;
  color: #999;
  font-size: 14px;
  margin: 0 15px 0 0;
  display: block;
}
#single_post_title .date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single_post_title .update {
  position: relative;
  color: #999;
  font-size: 14px;
  display: block;
}
#single_post_title .update:before {
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single_post_image {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 700px;
}
#single_post_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.post_content a:hover {
  text-decoration: none;
}
#single_share_top {
  margin: 0 0 45px;
  padding: 0;
}
#single_share_top .share-top {
  margin: 0;
}
#single_share_bottom {
  margin: 60px 0 -5px;
}
#single_share_bottom .share-btm {
  margin-bottom: 0 !important;
  padding: 0;
}
#single_share_top .mt10, #single_share_top .mt10 {
  margin: 0 !important;
}
#single_share_bottom .mb45, #single_share_bottom .mb45 {
  margin: 0 !important;
}
.share-type1 ul {
  text-align: left;
}
.share-type3 ul {
  text-align: left;
}
.share-type2 ul.type2 {
  text-align: left;
}
.share-type4 ul.type4 {
  text-align: left;
}
.sns_default_top {
  text-align: left;
}
.single_copy_title_url {
  text-align: center;
}
.single_copy_title_url_btn {
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 3px solid #ccc;
  cursor: pointer;
  line-height: 54px;
  min-width: 300px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.single_copy_title_url_btn:hover {
  color: rgba(0, 0, 0, .5) !important;
}
.single_copy_title_url_btn.copied {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}
#single_copy_title_url_top {
  margin: 0 0 50px;
}
#single_copy_title_url_bottom {
  margin: 35px 0 0;
}
#post_pagination {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 0;
  text-align: center;
}
#post_pagination a, #post_pagination p {
  font-family: "Arial";
  color: #000;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  width: 60px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
}
#post_pagination p {
  border-color: #000;
  position: relative;
  margin: 0;
}
#post_meta_bottom {
  margin: 50px 0 0;
  padding: 15px 30px;
  border: 1px solid #ddd;
}
#post_meta_bottom li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 15px 0 25px;
  border-right: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.8;
  position: relative;
}
#post_meta_bottom li:last-child {
  border: none;
  margin: 0;
}
#post_meta_bottom li:before {
  color: #666;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#post_meta_bottom li.post_author:before {
  content: '\e90d'
  ;
}
#post_meta_bottom li.post_category:before {
  content: '\e92f'
  ;
}
#post_meta_bottom li.post_tag:before {
  content: '\e935'
  ;
}
#post_meta_bottom li.post_comment:before {
  content: '\e916';
  font-size: 20px;
  top: -3px;
  left: -2px;
}
#post_meta_bottom li a:hover {
  color: rgba(0, 0, 0, .5);
}
.author_profile {
  border: 1px solid #ddd;
  margin: 50px 0 0;
  position: relative;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author_profile .avatar_area {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.author_profile img.avatar {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}
.author_profile .info {
  height: 100%;
  -webkit-width: calc(100% - 120px);
  width: calc(100% - 120px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author_profile .info_inner {
  padding: 0 0 0 40px;
}
.author_profile .name {
  font-size: 20px;
  margin: 5px 0 10px;
  font-weight: 600;
}
.author_profile .desc {
  line-height: 2;
  margin: 0;
  font-size: 14px;
}
.author_profile .name a:hover {
  color: rgba(0, 0, 0, .5);
}
body.single #main_col .author_profile .desc {
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
}
body.single #main_col .author_profile .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#author_sns {
  text-align: left;
  margin: 10px 0 0 2px;
}
#author_sns li {
  margin: 0 14px 0 0;
}
.author_profile .archive_link {
  float: right;
  padding: 0 20px 0 0;
  margin-top: 4px;
}
.author_profile .archive_link span:after {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#archive_blog .author_profile {
  width: min(100%, 1030px);
  margin: 0 auto 70px;
}
#archive_blog .avatar_area {
  pointer-events: none;
}
#archive_blog .name {
  pointer-events: none;
}
body.single-case #next_prev_post {
  margin-top: 70px;
}
#next_prev_post {
  margin: 50px 0 0;
  position: relative;
}
#next_prev_post .item {
  height: 120px;
  width: 50%;
  position: relative;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#next_prev_post .item.prev_post {
  float: left;
  right: -1px;
}
#next_prev_post .item.next_post {
  float: right;
}
#next_prev_post .title {
  position: relative;
  padding: 0 40px 0 70px;
  font-weight: 500;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
#next_prev_post a:hover .title {
  color: rgba(0, 0, 0, .5);
}
#next_prev_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#next_prev_post .nav {
  display: none;
}
#next_prev_post .next_post .title {
  padding: 0 70px 0 40px;
}
#next_prev_post .title:after {
  z-index: 10;
  position: absolute;
  margin-top: 2px;
  left: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#next_prev_post .prev_post .title:after {
  content: '\e90f'
  ;
}
#next_prev_post .next_post .title:after {
  content: '\e910';
  left: auto;
  right: 30px;
}
#next_prev_post a:hover .title:after {
  opacity: .5;
}
#related_post, #related_post_no_image {
  position: relative;
  padding: 50px 0 0;
}
#related_post .headline, #related_post_no_image .headline {
  font-size: 22px !important;
  margin: 0 0 50px;
  text-align: center;
}
#related_post .post_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#related_post .item {
  width: 50%;
  height: 130px;
  margin-bottom: -1px;
}
#related_post .item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#related_post .image_wrap {
  margin: -1px;
  display: block;
  width: 132px;
  height: 132px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#related_post .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#related_post .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#related_post .title {
  width: calc(100% - 130px);
  padding: 0 30px;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#related_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#related_post .no_image .title {
  width: auto !important;
}
#single_banner_top {
  margin: 0 auto 50px;
}
#single_banner_bottom {
  margin: 50px auto 0px;
}
#single_banner_shortcode {
  margin: 15px auto 45px;
}
img.single_banner_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.single_banner {
  line-height: 2.4;
}
.single_banner img {
  max-width: 100%;
  height: auto;
}
.single_banner a img {
  -webkit-transition: filter .3s ease;
  transition: filter .3s ease;
}
.single_banner a:hover img {
  filter: brightness(80%);
}
body.admin-bar #header {
  top: 32px;
}
#header {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header:after {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width:1301px) {
  #header h1.pc {
	  background: inherit;
	  font-size: 16px;
	  font-weight: bold;
	  color: #063;
	  position: absolute;
	  top: 20px;
	  left: 150px;
  }
	#header h1 {
		padding: 0;
	}
  #header:after {
    display: none;
  }
  #header_logo .info {
    display: none;
  }
  @media screen and (max-width:880px) {
	  #header h1.pc {
		  left: 9999px;
	  }
	}
}
body.home #header, body.page-template-page-lp #header {
  background: 0 0;
}
body.home #header:after, body.page-template-page-lp #header:after {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
body.home.header_fix #header:after, body.page-template-page-lp.header_fix #header:after {
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}
body.home #header.active, body.page-template-page-lp #header.active {
  background: #fff;
}
body.home.header_fix #header {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
  -webkit-transition: box-shadow .3s ease .35s;
  transition: box-shadow .3s ease .35s;
}
body.header_fix #header {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
  -webkit-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
}
body.page-template-page-lp.hide_page_header #header:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ddd;
}
body.page-template-page-lp.hide_page_header #header {
  background: #fff;
}
body.page-template-page-lp.hide_page_header.header_fix #header:after {
  display: none;
}
#header_logo {
  max-width: 1024px;
  height: 86px;
  margin: auto;
  position: relative;
}
#header_logo .logo {
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
#header_logo .info {
  float: right;
  margin-top: 17px;
}
#header_logo .info img {
  margin-top: 5px;
}
#header_logo .info a {
  display: inline-block;
  width: 200px;
  border: solid 2px #f6cc4e;
  box-sizing: border-box;
  border-radius: 50px;
  margin-left: 15px;
  vertical-align: top;
}
#header_logo .info a span {
  display: block;
  border: solid 2px #fff;
  background: #f6cc4e;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 1.3em 0 1.3em 1em;
  border-radius: 50px;
  position: relative;
}
#header_logo .info a span:before {
  content: '';
  background: url("../images/ico_mail.png")no-repeat;
  background-size: 100%;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 2em;
  bottom: 0;
  margin: auto;
}
#header_logo .info a:hover, #header_logo .info a:hover span {
  color: #000 !important;
  background: #fcd561 !important;
  transition: 0.7s !important;
}
#header_logo a:hover img {
  opacity: .8;
}
#header_logo a .logo_text {
  font-weight: 500;
}
#header_logo .logo_image.pc {
  display: block;
}
#header_logo .logo_image.mobile {
  display: none;
}
#header_logo .logo_image.mobile.init {
  display: none;
}
.header_fix #header_logo .logo_image.mobile.scroll {
  display: none;
}
#header_logo .logo_image.init {
  display: block;
}
#header_logo .logo_image.scroll {
  display: none;
}
.header_fix #header_logo .logo_image.init {
  display: none;
}
.header_fix #header_logo .logo_image.scroll {
  display: block;
}
@media screen and (max-width:1301px) {
  #header_logo {
    max-width: inherit;
    height: inherit;
  }
}
@media screen and (max-width:750px) {
  #header_logo .logo {
	  display: table-cell;
    height: 43px;
	  vertical-align: middle;
    background: inherit;
  }
  #header_logo .logo img {
    height: 100%;;
  }
}
body.home #header_logo a, body.page-template-page-lp #header_logo a {
  color: #fff;
}
body.home.header_fix #header_logo a, body.home #header.active #header_logo a, body.page-template-page-lp.header_fix #header_logo a, body.page-template-page-lp #header.active #header_logo a, body.page-template-page-lp.hide_page_header #header #header_logo a {
  color: #000;
}
body.hide_global_menu #global_menu {
  display: none;
}
#global_menu {
  width: 100%;
  height: 70px;
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
#global_menu > ul {
  position: relative;
  text-align: center;
  font-size: 0;
}
#global_menu > ul > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#global_menu > ul > li > a {
  color: #000;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  display: block;
  position: relative;
  overflow: hidden;
}
#global_menu > ul > li.active > a {
  background: #063 !important;
  color: #fff !important;
}
#global_menu ul ul {
  display: none;
  width: 260px;
  position: absolute;
  top: 70px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#global_menu ul ul ul {
  left: 100%;
  top: 0 !important;
  margin: 0;
}
#global_menu ul ul li {
  line-height: 1.5;
  font-size: 15px;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}
#global_menu ul ul a {
  background: #063;
  color: #fff;
  display: block;
  position: relative;
  padding: 15px 20px 13px;
  height: auto;
  line-height: 1.6;
  margin: 0;
  -webkit-transition: padding .25s ease;
  transition: padding .25s ease;
}
#global_menu ul ul a:hover {
  text-decoration: none;
  padding-left: 57px;
}
#global_menu ul ul a:before {
  display: block;
  height: 4px;
  width: 0;
  background: orange;
  content: '';
  position: absolute;
  left: 25px;
  top: 25px;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
#global_menu ul ul a:hover:before {
  width: 20px;
}
#global_menu > ul > li.current-menu-item > a, #global_menu > ul > li.current-menu-parent > a, #global_menu > ul > li.current-menu-ancestor > a {
  background: #000;
  color: #fff !important;
}
body.home #global_menu > ul > li > a, body.page-template-page-lp #global_menu > ul > li > a {
  color: #fff;
}
body.home.header_fix #global_menu > ul > li > a, body.page-template-page-lp.header_fix #global_menu > ul > li > a {
  color: #000;
}
body.page-template-page-lp.hide_page_header #global_menu > ul > li > a {
  color: #000;
}
body.page-template-page-lp:not(.header_fix):not(.hide_page_header) #header:not(.active) #global_menu > ul > li.current-menu-parent > a, body.page-template-page-lp:not(.header_fix):not(.hide_page_header) #header:not(.active) #global_menu > ul > li.current-menu-ancestor > a {
  background: 0 0;
}
#header.active #global_menu > ul > li > a {
  color: #000;
}
#drawer_menu_button {
  display: none;
}
#drawer_menu {
  display: none;
}

body.hide_global_menu #header_search {
  display: none;
}
#header_search {
  z-index: 2;
  position: relative;
}
#header_search.active {
  z-index: 100;
}
#header_search_button {
  display: block;
  position: absolute;
  right: 30px;
  top: 14px;
  width: 40px;
  height: 45px;
  cursor: pointer;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_search_button:before {
  display: block;
  color: #000;
  font-size: 17px;
  top: 14px;
  right: 0;
  position: absolute;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
#header_search_button:hover:before {
  color: red;
}
#header_search.active #header_search_button:before {
  font-size: 20px;
  top: 12px;
  right: -2px;
}
#header_search form {
  opacity: 0;
  pointer-events: none;
  height: 45px;
  width: 320px;
  position: absolute;
  top: 13px;
  right: 70px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header_search.active form {
  opacity: 1;
  pointer-events: initial;
}
#header_search .input_area input {
  position: absolute;
  right: 0;
  width: 0;
  height: 45px;
  border: none;
  background: #f3f3f3;
  z-index: 1;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header_search.active form .input_area input {
  width: 320px;
}
#header_search .button input {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: 0 0;
}
#header_search .button label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
#header_search .button label:before {
  display: block;
  color: #000;
  font-size: 17px;
  content: '\e94c';
  top: 15px;
  right: 20px;
  position: absolute;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
body.home #header_search_button:before, body.page-template-page-lp #header_search_button:before {
  color: #fff;
}
body.home.header_fix #header_search_button:before, body.page-template-page-lp.header_fix #header_search_button:before {
  color: #000;
}
body.page-template-page-lp.hide_page_header #header_search_button:before {
  color: #000;
}
#header.active #header_search_button:before {
  color: #000;
}
#header_lang_button {
  margin-right: 40px;
  margin-left: -20px;
  font-size: 0px;
  z-index: 2;
}
#header_lang_button li {
  font-size: 16px;
  display: inline;
  margin: 0 0 0 20px;
  height: 70px;
  line-height: 70px;
}
#header_lang_button li a {
  color: #aaa;
}
#header_lang_button li.active a {
  color: #000;
  pointer-events: none;
}
body.home #header_lang_button li.active a, body.page-template-page-lp #header_lang_button li.active a {
  color: #fff;
}
body.home #header_lang_button li a, body.page-template-page-lp #header_lang_button li a {
  color: #ccc;
}
body.home #header.active #header_lang_button li.active a, body.home.header_fix #header_lang_button li.active a, body.page-template-page-lp #header.active #header_lang_button li.active a, body.page-template-page-lp.header_fix #header_lang_button li.active a {
  color: #000;
}
body.home #header.active #header_lang_button li a, body.home.header_fix #header_lang_button li a, body.page-template-page-lp #header.active #header_lang_button li a, body.page-template-page-lp.header_fix #header_lang_button li a {
  color: #aaa;
}
body.page-template-page-lp.hide_page_header #header_lang_button li.active a {
  color: #000;
}
body.page-template-page-lp.hide_page_header #header_lang_button li a {
  color: #aaa;
}
#bread_crumb {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #f6f7f8;
}
#bread_crumb ul {
  width: 1030px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
body.single-case #bread_crumb ul {
  width: 800px;
}
body.single-service #bread_crumb ul {
  width: 800px;
}
#bread_crumb li {
  display: inline;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}
#bread_crumb li:after {
  font-size: 11px;
  color: #000;
  display: block;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: 0;
  top: 2px;
}
#bread_crumb li:last-of-type:after {
  display: none;
}
#bread_crumb, #bread_crumb li.last {
  color: #999;
}
#bread_crumb li a {
  color: #000;
  display: inline-block;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
#bread_crumb li a:hover {
  opacity: .5;
}
#bread_crumb li.category a {
  display: none;
}
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type {
  display: inline-block;
}
#bread_crumb li.home a {
  position: relative;
  width: 16px;
}
#bread_crumb li.home a span {
  opacity: 0;
}
#bread_crumb li.home a:before {
  font-size: 12px;
  color: #000;
  display: inline-block;
  top: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header_message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  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;
  min-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_message .label {
  display: block;
  color: inherit;
  line-height: 1.4;
  margin: -.2em 0;
  padding-top: 1px;
}
#header_message a.label:hover {
  text-decoration: underline;
}
@media (max-width:767px) {
  #header_message {
    min-height: 40px;
    font-size: 12px;
  }
}
.pc .megamenu_button + ul {
  display: none !important;
}
.megamenu {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 500;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu.active_mega_menu {
  opacity: 1;
  pointer-events: initial;
  top: 70px;
}
#global_menu > ul > li.active_megamenu_button > a {
  background: #000 !important;
  color: #fff !important;
}
.megamenu_a {
  height: 270px;
  background: #f3f3f3;
  overflow: hidden;
  left: 0 !important;
  border-bottom: 1px solid #ddd;
}
.megamenu_a .slider_area {
  width: 1028px;
  margin: 0 auto;
  height: 270px;
  position: relative;
  z-index: 1;
}
.megamenu_a .slider {
  z-index: 2;
  position: relative;
}
.megamenu_a .slider:before {
  content: '';
  display: block;
  width: 1px;
  height: 110px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.megamenu_a .slider:after {
  content: '';
  display: block;
  width: 1px;
  height: 110px;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.megamenu_a .item {
  position: relative;
  height: 270px;
}
.megamenu_a .image_wrap {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.megamenu_a .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.megamenu_a .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.megamenu_a .title {
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  min-height: 80px;
  font-size: 16px;
}
.megamenu_a .title a {
  display: block;
  line-height: 1.7;
  max-height: 5.1em;
  overflow: hidden;
  visibility: visible;
}
.megamenu_a .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.megamenu_a .category {
  font-size: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  min-width: 90px;
  padding: 0 20px;
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 125px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-nav {
  font-size: 20px;
  color: #000;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.megamenu_a .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
.megamenu_a .owl-carousel .owl-nav .owl-next {
  right: -45px;
}
.megamenu_a .owl-carousel .owl-nav button:hover {
  color: #aaa !important;
}
@media screen and (max-width:1280px) {
  .megamenu_a .owl-carousel .owl-nav {
    display: none;
  }
}
.megamenu_b {
  left: 0;
  right: auto;
  background: #000;
  width: auto;
}
.mega_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mega_menu_list .image {
  width: 270px;
  height: 270px;
}
.mega_menu_list .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.mega_menu_list .menu_area {
  height: 270px;
  min-width: 240px;
  padding-right: 30px;
}
.mega_menu_list .menu_area a {
  color: #fff;
  display: block;
}
.mega_menu_list .menu_area .headline {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 30px 14px;
  line-height: 1;
}
.mega_menu_list .menu_area .headline a:hover {
  color: #aaa;
}
.mega_menu_list .menu_area ul {
  float: left;
}
.mega_menu_list .menu_area li a {
  padding: 16px 30px;
  display: block;
  position: relative;
  font-size: 16px;
  -webkit-transition: padding .25s ease;
  transition: padding .25s ease;
}
.mega_menu_list .menu_area li a:hover {
  padding-left: 60px;
  padding-right: 0;
}
.mega_menu_list ul a:before {
  display: block;
  height: 4px;
  width: 0;
  background: orange;
  content: '';
  position: absolute;
  left: 30px;
  top: 22px;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
.mega_menu_list ul a:hover:before {
  width: 20px;
}
/* footer */
.footer_top {
  background: #063;
  padding: 0.7em 0;
  text-align: center;
	margin-top: 60px;
}
.footer_top p {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 1.9em;
  position: relative;
}
.footer_top p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.footer_top p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
#footer_box_content {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
#footer_box_content .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#footer_box_content .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
#footer_box_content .bg_image.mobile {
  display: none;
}
#footer_box_content .video {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}
#footer_box_content .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
}
#footer_box_content .ob {
  width: 213px;
  height: 388px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
#footer_box_content .item_list_wrap {
  /*max-width: 1310px;*/
  /*margin: 0 70px;*/
  z-index: 3;
  position: relative;
  left: calc(50% - 0px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer_box_content .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer_box_content .item_list .bgimg_sp {
  margin-right: 120px;
}
#footer_box_content .item_list .bgimg_sp:last-child {
  margin-right: 0;
}
#footer_box_content .item {
  width: 590px;
  background: #fff;
  border: solid 3px #396;
  height: 250px;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#footer_box_content .item_total1 .item {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 800px;
}
#footer_box_content .item:last-child {
  margin-right: 0;
}
#footer_box_content .item .headline {
  font-size: 22px;
  font-weight: bold;
}
#footer_box_content .item .desc {
  font-size: 18px;
  line-height: 1.6;
}
#footer_box_content .item .free_space {
  font-size: 16px;
}
#footer_box_content .item .free_space p {
  line-height: 2;
}
#footer_box_content .item .link_button {
  margin-top: 15px;
}
#footer_box_content .item .tel {
  font-size: 45px;
  font-weight: bold;
  margin: 10px 0.8em 10px 0;
}
#footer_box_content .item .tel span {
  position: relative;
  padding-left: 0.8em;
}
#footer_box_content .item .tel span:before {
  content: '';
  background: url(../images/ico_tel.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer_box_content .item.style_type1 .desc {
  margin-top: 16px;
}
#footer_box_content .item.style_type2 .desc {
  margin-top: 10px;
}
#footer_sitemap {
  background: #063;
  color: #fff;
  position: relative;
}
#footer_sitemap:before {
  content: '';
  background: url("../images/logo_g.png")no-repeat;
  width: 445px;
  height: 224px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#footer_sitemap .lead {
  border-bottom: solid 1px #004e27;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.9em;
  position: relative;
  margin-bottom: 0;
}
#footer_sitemap .lead:before {
  content: '';
  background: #0b8046;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer_sitemap .inner {
  display: table;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
#footer_sitemap .inner .leftCont {
  display: table-cell;
  width: 33%;
  padding: 0 3% 0 6%;
  vertical-align: top;
  position: relative;
}
#footer_sitemap .inner .leftCont dl {
  margin-top: 15px;
}
#footer_sitemap .inner .leftCont dl.sp {
  display: none;
}
#footer_sitemap .inner .leftCont dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer_sitemap .inner .leftCont dd {
  font-size: 14px;
  line-height: 1.4;
}
#footer_sitemap .inner .leftCont dd p {
  margin-bottom: 1em;
}
#footer_sitemap .inner .leftCont dd p:last-child {
  margin-bottom: 0;
}
#footer_sitemap .inner .rightCont {
  display: table-cell;
  width: 49%;
  padding: 0 3%;
  vertical-align: top;
}
#footer_sitemap .inner .rightCont ul {
  float: left;
  width: 50%;
}
#footer_sitemap .inner .rightCont ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2em;
  padding-right: 1em;
  vertical-align: top;
}
#footer_sitemap .inner .rightCont ul li:last-child {
  margin-bottom: 0;
}
#footer_sitemap .inner .rightCont ul li a {
  color: #fff;
}
#footer_sitemap .inner .rightCont ul li a:hover {
  opacity: 0.7;
  color: #fff;
}
#footer_sitemap .inner .rightCont ul li ul {
  float: none;
  width: auto;
}
#footer_sitemap .inner .rightCont ul li li {
  width: auto;
  padding-left: 35px;
  margin: 1.3em 0;
  position: relative;
}
#footer_sitemap .inner .rightCont ul li li:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
#footer_sitemap #copyright {
  border-top: solid 1px #0b8046;
  font-size: 13px;
  text-align: center;
  padding: 1em 0;
  position: relative;
  z-index: 3;
}
#footer_sitemap #copyright:before {
  content: '';
  background: #066736;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#footer {
  padding: 60px 0;
}
#footer_logo {
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
}
#footer_logo img {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 0 auto;
}
#footer_logo a:hover img {
  opacity: .5;
}
#footer_logo a .logo_text {
  font-weight: 500;
}
#footer_logo .logo_image.mobile {
  display: none;
}
#return_top a {
  border-radius: 80px;
  background: #13854c;
  color: #000 !important;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
#return_top a:hover {
  opacity: 0.7;
  background: #13854c !important;
}
#return_top a:hover:before {
  color: #fff;
}
#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#return_top a:before {
  content: '↑';
  color: #000;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 16px;
  position: absolute;
  left: 32px;
  top: -4px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
#return_top.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:1350px) {
  #footer_box_content .item_list .bgimg_sp {
    margin-right: 80px;
  }
  #footer_box_content .item {
    width: 500px;
  }
  @media screen and (max-width:1250px) {
    #footer_box_content .item {
      width: 400px;
    }
  }
  @media screen and (max-width:960px) {
    #footer_box_content .item_list .bgimg_sp {
      margin-right: 30px;
    }
  }
  @media screen and (max-width:900px) {
    #footer_box_content .item {
      width: 360px;
    }
  }
  @media screen and (max-width:780px) {
    #footer_sitemap:before {
      display: none;
    }
    #footer_sitemap .inner {
      display: block;
      width: auto;
      padding: 30px 8% 15px;
    }
    #footer_sitemap .inner .leftCont dl.sp {
      display: block;
      position: absolute;
      left: 126px;
      top: 10px;
      margin: 0;
    }
    #footer_sitemap .inner .leftCont dl.sp dt {
      margin-bottom: 0.3em;
      font-weight: 500;
    }
    #footer_sitemap .inner .leftCont dl {
      margin-bottom: 30px;
    }
    #footer_sitemap .inner .leftCont, #footer_sitemap .inner .rightCont {
      display: block;
      width: auto;
      padding: 0;
    }
    #footer_sitemap .inner .leftCont .pc dt {
      display: none;
    }
    #footer_sitemap .inner .rightCont ul {
      float: none;
      width: auto;
    }
    #footer_sitemap .inner .rightCont ul:last-child {
      margin-bottom: 0;
    }
    #footer_sitemap .inner .rightCont ul li {
      margin-bottom: 0;
      padding-right: 0;
      font-size: 13px;
    }
    #footer_sitemap .inner .rightCont ul li a {
      display: block;
      background: url("../images/ico_arrow.png") no-repeat center right;
      background-size: 16px;
      padding: 1.3em 0;
    }
    #footer_sitemap .inner .rightCont ul li a:hover {
      color: #f6cc4e;
    }
    #footer_sitemap .inner .rightCont ul li ul {
      margin: 0.5em 0;
    }
    #footer_sitemap .inner .rightCont ul li li {
      margin: 0;
      padding-left: 35px;
    }
    #footer_sitemap .inner .rightCont ul li li:before {
      left: 11px;
    }
    #footer_sitemap #copyright {
      border: 0;
      background: #004522;
    }
  }
  @media screen and (max-width:500px) {
    #footer_sitemap .lead {
      display: none;
    }
    #footer_sitemap .inner .leftCont dd {
      font-size: 13px;
    }
    #footer_sitemap .inner .leftCont .logo {
      width: 110px;
    }
    #footer_sitemap .inner .leftCont .logo img {
      width: 100%;
    }
    #footer_sitemap .inner .rightCont ul li a {
      background-size: 12px;
    }
  }
}
.sns_button_list {
  font-size: 0;
  z-index: 20;
  text-align: center;
}
.sns_button_list li {
  font-size: 12px;
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.sns_button_list li a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 17px;
  height: 18px;
}
.sns_button_list li a span {
  display: none;
}
.sns_button_list li a:before {
  font-size: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sns_button_list.color_type1 li a:before {
  color: #000;
}
.sns_button_list li a:hover:before {
  opacity: .5;
}
.sns_button_list li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
  margin-left: .7px;
}
.sns_button_list li.facebook a:before {
  content: '\e944';
  font-size: 18px;
}
.sns_button_list li.insta a:before {
  content: '\ea92';
  font-size: 15px;
  margin-top: 1px;
}
.sns_button_list li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: "\e900"
  ;
}
.sns_button_list li.pinterest a:before {
  content: '\e905';
  font-size: 17.5px;
  margin-top: 1px;
}
.sns_button_list li.youtube a {
  width: 19px;
}
.sns_button_list li.youtube a:before {
  content: '\ea9d';
  font-size: 18px;
  margin-top: 1px;
}
.sns_button_list li.contact a:before {
  content: '\f0e0'
  ;
}
.sns_button_list li.rss a:before {
  content: '\e90b';
  font-size: 14px;
  margin-top: 1px;
}
.sns_button_list li.user_url a:before {
  content: '\e942';
  margin-left: .7px;
}
.sns_button_list.color_type2 li {
  margin: 0 8px;
}
.sns_button_list.color_type2 li a {
  width: 25px;
  height: 25px;
}
.sns_button_list.color_type2 li a:before {
  font-size: 22px;
}
.sns_button_list.color_type2 li.twitter a:before {
  color: #000;
}
body.drawermenu_dark #drawer_menu_sns.sns_button_list.color_type2 li.twitter a:before {
  color: #fff;
}
.sns_button_list.color_type2 li.facebook a:before {
  color: #1877f2;
  font-size: 25px;
}
.sns_button_list.color_type2 li.insta a:before {
  color: #e4405f;
}
.sns_button_list.color_type2 li.tiktok a:before {
  color: #000;
}
body.drawermenu_dark #drawer_menu_sns.sns_button_list.color_type2 li.tiktok a:before {
  color: #fff;
}
.sns_button_list.color_type2 li.pinterest a:before {
  color: #bd081c;
  font-size: 24px;
}
.sns_button_list.color_type2 li.youtube a:before {
  color: red;
}
.sns_button_list.color_type2 li.contact a:before {
  color: #00729f;
}
.sns_button_list.color_type2 li.rss a:before {
  color: orange;
}
.sns_button_list.color_type2 li.user_url a:before {
  color: #00729f;
}
#dp-footer-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.open_menu #dp-footer-bar {
  display: none;
}
.dp-footer-bar-type1 #dp-footer-bar {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity: 1;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#dp-footer-bar {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#dp-footer-bar a {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  text-decoration: none !important;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.widget_content {
  margin: 0 0 30px -30px;
  padding: 0 0 30px 30px;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.widget_content:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_content ul {
  margin: 0;
}
.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px;
}
.widget_content a {
  text-decoration: none;
}
.widget_content img {
  height: auto;
  max-width: 100%;
}
.widget_headline {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0 0 25px;
  position: relative;
  line-height: 1;
}
body.page-template-page-about .widget_content {
  margin: 0 -30px 30px 0;
  padding: 0 30px 30px 0;
}
.tcd_ads_widget .link {
  display: block;
  width: 250px;
  height: 250px;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.tcd_ads_widget .link:hover {
  opacity: .7;
}
.tcd_ads_widget .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tcd_ads_widget .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tcd_ads_widget .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.tcd_ads_widget .title {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.tcd_ads_widget .sub_title {
  display: block;
  font-size: 14px;
  margin: 13px 0 0;
  font-weight: 600;
}
.tcd_banner_widget a {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: 120px;
  position: relative;
  background: #fff;
}
.tcd_banner_widget a:last-child {
  margin-bottom: 0;
}
.tcd_banner_widget .image_wrap {
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
}
.tcd_banner_widget .image {
  width: 100%;
  height: 120px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tcd_banner_widget .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.tcd_banner_widget .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 3;
}
.tcd_banner_widget .title_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 0 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.tcd_banner_widget .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.tcd_banner_widget a:hover .title_area {
  left: 5px;
}
.post_slider_widget {
  position: relative;
  padding-bottom: 20px;
}
.post_slider_widget .post_slider {
  height: 250px;
  position: relative;
}
.post_slider_widget .item {
  width: 100%;
  height: 250px;
  position: relative;
}
.post_slider_widget .item .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.post_slider_widget .image_wrap {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 45px;
}
.post_slider_widget .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.post_slider_widget .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.post_slider_widget .title {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  max-height: 3em;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.post_slider_widget .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_slider_widget a:hover .title {
  color: rgba(0, 0, 0, .5);
}
.post_slider_widget .slick-dots {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.post_slider_widget .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  font-size: 12px;
}
.post_slider_widget .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  font-size: 0;
  background: 0 0;
  position: relative;
}
.post_slider_widget .slick-dots button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: #ddd;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.post_slider_widget .slick-dots button:hover:before, .post_slider_widget .slick-dots .slick-active button:before {
  background: orange;
}
.styled_post_list1 li {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}
.styled_post_list1 li:last-of-type {
  margin: 0;
}
.styled_post_list1 a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.styled_post_list1 .image_wrap {
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.styled_post_list1 .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.styled_post_list1 .title {
  width: calc(100% - 110px);
  position: relative;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  max-height: 5.4em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  -webkit-transition-property: color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  word-wrap: break-word;
  word-break: break-all;
}
.styled_post_list1 .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.category_list_widget {
  padding-bottom: 0;
}
.category_list_widget ul {
  margin: 0 0 0 -29px;
  padding: 0;
  border: none;
}
.category_list_widget ul ul {
  margin: 0;
  padding: 0;
  border: none;
}
.category_list_widget li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}
.category_list_widget li a {
  display: block;
  background: #fff;
  color: #000;
  border-top: 1px solid #ddd;
  padding: 0 0 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.category_list_widget li li a {
  padding-left: 45px;
}
.category_list_widget li li li a {
  padding-left: 60px;
}
.category_list_widget li a:hover {
  padding-left: 70px;
}
.category_list_widget li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
.category_list_widget a:before {
  display: block;
  height: 4px;
  width: 0;
  background: orange;
  content: '';
  position: absolute;
  left: 25px;
  top: 32px;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
.category_list_widget a:hover:before {
  width: 20px;
}
.widget_search label {
  display: none;
}
#searchform {
  background: #fff;
  height: 60px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform #s {
  border: none;
  background: 0 0;
  padding: 0 25px;
  margin: 0;
  width: calc(100% - 50px);
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform #searchsubmit {
  border: none;
  background: 0 0;
  width: 50px;
  height: 60px;
  z-index: 200;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: -300px;
  overflow: hidden;
}
#searchform .submit_button {
  position: relative;
  width: 50px;
  height: 60px;
  float: right;
  top: 1px;
}
#searchform .submit_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  color: #333;
  font-size: 14px;
  right: 2px;
  top: 0;
  font-weight: 600;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
#searchform .submit_button:hover:before {
  color: #aaa !important;
}
.tcdw_tag_list_widget ol {
  margin: 0 0 -6px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tcdw_tag_list_widget ol li {
  margin: 0 6px 6px 0;
  padding: 0;
  font-size: 14px;
}
.tcdw_tag_list_widget ol a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 20px;
  border-radius: 5px;
}
.tcdw_tag_list_widget ol a:hover {
  background: #000;
  color: #fff;
}
.widget_tag_cloud .tagcloud {
  margin: 0 0 -6px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
  border: 1px solid #ddd;
  margin: 0 6px 6px 0;
  font-size: 14px !important;
  display: block;
  background: #fff;
  padding: 0 20px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #000;
  color: #fff;
}
.widget_recent_entries li {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.widget_recent_entries li a {
  display: block;
}
.widget_recent_entries .post-date {
  position: relative;
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.widget_recent_entries .post-date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_categories {
  padding-bottom: 0 !important;
}
.widget_categories ul {
  margin: 0 0 0 -29px;
  padding: 0;
  border: none;
}
.widget_categories ul ul {
  margin: 0;
  padding: 0;
  border: none;
}
.widget_categories li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories li a {
  display: block;
  background: #fff;
  color: #000;
  border-top: 1px solid #ddd;
  padding: 0 0 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.widget_categories li li a {
  padding-left: 43px;
}
.widget_categories li li li a {
  padding-left: 57px;
}
.widget_categories li a:hover {
  padding-left: 60px;
}
.widget_categories li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
.widget_categories a:before {
  display: block;
  height: 4px;
  width: 0;
  background: orange;
  content: '';
  position: absolute;
  left: 25px;
  top: 32px;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
.widget_categories a:hover:before {
  width: 20px;
}
.widget_categories li .post-count {
  background: #f2f2f2;
  padding: 0 10px;
  min-width: 40px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  margin-top: 2px;
  right: 0;
  top: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-template-page-about .widget_categories > ul {
  margin-top: -31px;
}
body.page-template-page-about .widget_categories ul {
  margin: 0 -29px 0 0;
}
body.page-template-page-about .widget_categories li a {
  padding: 0;
}
body.page-template-page-about .widget_categories li li a {
  padding-left: 13px;
}
body.page-template-page-about .widget_categories li li li a {
  padding-left: 27px;
}
body.page-template-page-about .widget_categories li a:hover {
  padding-left: 30px;
}
body.page-template-page-about .widget_categories a:before {
  left: 0;
}
.widget_pages ul {
  margin: 0;
}
.widget_pages ul ul {
  margin-left: 1em;
}
.widget_pages ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.widget_pages ul li a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
}
.widget_nav_menu ul {
  margin: 0;
}
.widget_nav_menu ul ul {
  margin-left: 1em;
}
.widget_nav_menu ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.widget_nav_menu ul li a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
}
.widget_recent_comments li {
  color: #999;
}
.widget_block {
  font-size: 16px;
  line-height: 1.6;
}
.widget_text .textwidget {
  font-size: 16px;
  line-height: 1.6;
}
.widget_meta ul {
  margin-bottom: -8px;
}
.widget_archive form, .widget_categories form {
  position: relative;
}
.widget_archive select, .widget_categories select {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
  display: block;
  clip: auto;
  clip-path: none;
  pointer-events: none;
  height: 60px;
  width: 50px;
  margin: 0;
  left: calc(100% - 50px);
  text-indent: -100vw;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  text-align: center;
  text-indent: 0;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  top: 27px;
}
body.page-template-page-about .widget_archive .screen-reader-text {
  left: calc(100% - 80px);
}
#calendar_wrap {
  padding: 0;
  margin: -6px 0 -20px;
}
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  table-layout: fixed;
}
#wp-calendar caption {
  padding: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
#wp-calendar thead th, #wp-calendar tfoot td {
  padding: 12px 10px;
  line-height: 2;
}
#wp-calendar thead th {
  font-weight: 500;
}
#wp-calendar tbody th, #wp-calendar tbody td {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
#wp-calendar tbody span {
  display: block;
  padding: 15px 10px;
}
#wp-calendar tbody a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}
#wp-calendar #today {
  font-weight: 600;
}
.wp-calendar-nav {
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
  font-size: 12px;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  width: 40%;
  float: left;
}
.wp-calendar-nav .wp-calendar-nav-next {
  width: 40%;
  float: right;
  text-align: right;
}
.textwidget .post_content {
  font-size: 14px;
}
.textwidget .post_content p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.widget_media_gallery .gallery-item {
  margin-top: 0 !important;
}
body.error404 #footer, body.error404 #copyright, body.error404 #footer_box_content, body.error404 #footer_catch, body.error404 #footer_menu {
  display: none;
}
#page_404_header {
  width: 100%;
  height: 100vh;
  position: relative;
}
#page_404_header .content {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_404_header .catch {
  line-height: 1.4;
}
#page_404_header .desc {
  line-height: 2;
  margin: 15px 0 0;
}
#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
#page_404_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#page_404_header .catch, #page_404_header .desc {
  opacity: 0;
}
#page_404_header.animate .catch {
  -webkit-animation: opacityAnimation 1s ease forwards .5s;
  animation: opacityAnimation 1s ease forwards .5s;
}
#page_404_header.animate .desc {
  -webkit-animation: opacityAnimation 1s ease forwards 1s;
  animation: opacityAnimation 1s ease forwards 1s;
}
@-webkit-keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
body.search_contents #footer, body.search_contents #copyright, body.search_contents #footer_box_content, body.search_contents #footer_catch, body.search_contents #footer_menu {
  display: none
}
#page_search_header {
  width: 100%;
  height: 100vh;
  position: relative;
}
#page_search_header .content {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_search_header .catch {
  line-height: 1.4;
}
#page_search_header .desc {
  line-height: 2;
  margin: 15px 0 0;
}
#page_search_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
#page_search_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#page_search_header .catch, #page_search_header .desc {
  opacity: 0;
}
#page_search_header.animate .catch {
  -webkit-animation: opacityAnimation 1s ease forwards .5s;
  animation: opacityAnimation 1s ease forwards .5s;
}
#page_search_header.animate .desc {
  -webkit-animation: opacityAnimation 1s ease forwards 1s;
  animation: opacityAnimation 1s ease forwards 1s;
}
@-webkit-keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
#page_search_button {
  opacity: 0;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  z-index: 3;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#page_search_button:before {
  color: #fff;
  font-size: 31px;
  display: block;
  position: absolute;
  left: 14px;
  bottom: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.2s ease infinite 0s;
  animation: slideUpDown 1.2s ease infinite 0s;
}
#page_search_header.animate #page_search_button {
  -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
  animation: opacityAnimation 1s ease forwards 1.5s;
}
#page_search_header .search_form {
  margin: 0 auto 50px;
  opacity: 0;
}
#page_search_header.animate .search_form {
  -webkit-animation: opacityAnimation 1.5s ease forwards 1.5s;
  animation: opacityAnimation 1.5s ease forwards 1.5s;
}
#page_search_header form {
  height: 50px;
  max-width: 400px;
  position: relative;
  margin: 1em auto 0;
}
#page_search_header .input_area input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
  z-index: 1;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  z-index: 1;
}
#page_search_header .search_button input {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: 0 0;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
#page_search_header .search_button label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: block;
  pointer-events: none;
}
#page_search_header .search_button label:before {
  display: block;
  color: #000;
  font-size: 16px;
  top: 19px;
  right: 20px;
  position: absolute;
  transition: color .2s ease;
}
#page_search_header.animate #search_form {
  -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
  animation: opacityAnimation 1s ease forwards 1.5s;
}
#comments {
  margin: 50px 0 0;
}
#comments .headline {
  font-size: 22px !important;
  margin: 0 0 40px !important;
  text-align: center;
}
#comment_header {
  position: relative;
  margin: 0 0 20px;
}
#comment_tab {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#comment_tab li {
  text-align: center;
  margin: 0;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
#comment_tab li a, #comment_tab li p {
  font-size: 12px;
  padding: 15px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  background: #eee;
  color: #000;
}
#comment_tab li a:hover {
  color: #fff;
  background: #999;
}
#comment_tab li.active a {
  background: #000;
}
#comment_tab li.active a, #comment_header #comment_closed p {
  color: #fff;
  position: relative;
}
#comment_tab li.active a {
  pointer-events: none;
}
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment {
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
  border: 1px solid #ddd;
}
#comments .post_content {
  margin: 0;
  padding: 0;
  background: 0 0;
  font-size: 14px;
}
.comment-meta {
  position: relative;
  margin: 0 0 10px;
}
.comment-meta-left {
  float: left;
  width: 100%;
}
#comments .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.comment-name-date {
  padding: 3px 0 0;
  height: 37px;
}
a.admin-url {
  text-decoration: underline;
}
a.guest-url {
  text-decoration: underline;
}
.comment-name-date {
  margin: 0;
  font-size: 12px;
}
.comment-date {
  color: #888;
  margin: 10px 0 0;
}
.comment-act {
  font-size: 12px;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 5px 0 0;
}
.comment-act li {
  display: inline;
  margin: 0;
}
.comment-reply a, .comment-reply a:visited {
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}
.comment-edit a, .comment-edit a:visited {
  border-left: 1px solid #aaa;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}
#comments .post_content p {
  margin: 0 0 15px;
}
#comments .post_content blockquote span {
  margin: 0 0 -1em;
  display: block;
}
.comment-note {
  display: block;
  font-size: 11px;
  margin: 0 0 1em;
  color: #33a8e5;
  border: 1px solid #94ddd4;
  padding: 10px 15px;
  background: #d6f4f0;
}
.comment_closed {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 35px 15px 0;
  padding: 15px;
  background: #fefefe;
}
.no_comment {
  padding-bottom: 15px;
}
.comment_message {
  margin: 0 0 25px;
}
.commentlist .ping-link {
  margin: 0 0 25px;
}
.commentlist .ping-meta {
  margin: 0 0 15px;
}
#trackback_url_area {
  margin: 0 0 25px;
}
#trackback_url_area label {
  font-size: 11px;
  display: block;
  margin: 0 0 5px;
}
#trackback_url_area input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
}
#comment_pager {
  margin: 0 0 10px;
  height: 24px;
}
#comment_pager a, #comment_pager span {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
#comment_pager .current {
  text-decoration: underline;
}
.comment_form_wrapper {
  margin: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.comment .comment_form_wrapper {
  margin: 0 0 20px;
}
#cancel_comment_reply a {
  background: #eee;
  margin: 0 0 1em;
  padding: 10px;
  text-align: center;
  display: block;
}
#cancel_comment_reply a:hover {
  background: #222;
  color: #fff;
}
#comment_user_login p {
  padding: 5px 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}
#comment_user_login span {
  margin: 0 0 0 40px;
}
#comment_login {
  margin: 0;
  padding: 3px 30px 10px;
}
#comment_login p {
  margin: 0;
  padding: 12px 0 11px 36px;
  line-height: 1;
}
#comment_login a {
  margin: 0 0 0 20px;
  padding: 0;
}
#guest_info {
  padding: 0;
  width: 100%;
}
#guest_info div {
  margin: 0 0 12px;
  text-align: left;
}
#guest_info input {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1) inset;
}
#guest_info input:focus {
  border: 1px solid #999;
}
#guest_info label {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
}
#guest_info span {
  margin: 0 10px 0 0;
}
#comment_textarea textarea {
  margin: 15px 0 0;
  width: 100%;
  height: 150px;
  font-size: 12px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1) inset;
}
#comment_textarea textarea:focus {
  border: 1px solid #999;
}
#submit_comment_wrapper {
  text-align: center;
}
#submit_comment {
  color: #000;
  background: #eee;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#submit_comment:hover {
  background: #222;
  color: #fff;
}
#input_hidden_field {
  display: none;
}
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #fff;
  background: #3db4b2;
  border-radius: 5px;
}
.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}
@-webkit-keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes -webkit-moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes -webkit-popUp {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes popUp {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.post_content *:last-child {
  margin-bottom: 0;
}
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}
.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em;
}
.post_content p:last-child {
  margin: 0;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.4;
  padding: 0;
  font-weight: 600;
}
.post_content h1 {
  font-size: 150%;
  margin: 0 0 35px;
  text-align: center;
}
.post_content h2 {
  font-size: 140%;
  margin: 0 0 35px;
  text-align: center;
}
.post_content h3 {
  font-size: 130%;
  margin: 0 0 35px;
}
.post_content h4 {
  font-size: 120%;
  margin: 0 0 30px;
}
.post_content h5 {
  font-size: 110%;
  margin: 0 0 30px;
}
.post_content h6 {
  font-size: 100%;
  margin: 0 0 30px;
}
.post_content img[class*=align], .post_content img[class*=wp-image-], .post_content img[class*=attachment-], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.2;
}
.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}
.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}
.post_content dt {
  font-weight: 700;
}
.post_content dd {
  margin-bottom: 1em;
}
.post_content table {
  margin: 0 0 24px;
  width: 100% !important;
}
.post_content td, .post_content th {
  border: 1px solid #ddd;
  padding: 15px 30px 13px;
  line-height: 2.2;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post_content th {
  background: #f7f7f7;
  font-weight: 400;
}
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}
.post_content table.table_border_beyondtal th, .post_content table.table_border_beyondtal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
.post_content blockquote {
  position: relative;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 2em;
  padding: 2em 2.4em;
  box-shadow: none;
  background: rgba(0, 0, 0, 2%);
  border: none;
  border-left: 3px solid #000;
}
.post_content blockquote:before {
  line-height: 40px;
  top: 5px;
  left: 10px;
}
.post_content blockquote:after {
  text-align: left;
  line-height: 60px;
  bottom: 10px;
  right: -2px;
}
.post_content blockquote:before, .post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
}
.post_content blockquote p {
  line-height: 1.8;
}
.post_content blockquote cite {
  text-align: right;
  display: block;
  border-top: 1px dotted #000;
  margin: 2em 0 0;
  padding: 1em 0 0;
  font-size: 14px;
}
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}
.post_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.gallery {
  margin-bottom: 20px;
}
.gallery img {
  border: 0 !important;
  display: block;
  margin: 0;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9, .gallery-columns-10 {
  margin: 0 -4px -4px 0 !important;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: calc(100%/3 - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: calc(100%/6 - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: calc(100%/7 - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: calc(100%/8 - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: calc(100%/9 - 4px);
}
.gallery-columns-10 .gallery-item {
  max-width: calc(10% - 4px);
}
.gallery-caption {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  pointer-events: none;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate3d(0, 100%, 0);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1) 0s;
}
.gallery-item:hover .gallery-caption {
  transform: translate3d(0, 0, 0);
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}
@media screen and (max-width:750px) {
  .gallery-caption {
    display: none;
  }
}
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.post_content address {
  margin: 0 0 24px;
  line-height: 2.2;
}
.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}
.post_content .mejs-container {
  margin: 12px 0 25px;
}
.c-pw__desc, .c-pw__desc p {
  line-height: 2.5;
}
.c-pw__desc p {
  margin-bottom: 16px !important;
}
.c-pw__desc.type2 p {
  text-align: center;
}
.c-pw__desc.type3 p {
  text-align: right;
}
.c-pw__btn {
  border: none;
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.c-pw__btn:hover {
  background: #333;
  color: #fff;
}
.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}
.c-pw__btn--submit {
  background: #111;
  color: #fff;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  top: -1px;
  position: relative;
}
.c-pw .c-pw__btn:hover {
  text-decoration: none;
}
.c-pw__btn.type2 {
  display: table;
  margin: 0 auto 32px;
}
.c-pw__btn.type3 {
  float: right;
}
.c-pw__box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px 36px;
  display: inline-block;
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #fff;
}
.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}
.c-pw__box-label {
  margin-right: 14px;
}
.c-pw__box-input {
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.post_content .c-pw__btn, .post_content .c-pw__btn:hover {
  color: #fff;
}
.c-pw__box {
  padding: 20px;
  margin: 0 0 20px;
}
.c-pw__box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-pw__box-label {
  display: block;
  margin: 0 20px 0 0;
  text-align: center;
}
.c-pw__box-input {
  width: calc(100% - 170px);
  max-width: 250px;
  margin: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-pw__btn--submit {
  width: 150px;
  min-width: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:750px) {
  .c-pw__box {
    padding: 15px;
  }
  .c-pw__box-label {
    margin: 0 15px 0 0;
  }
  .c-pw__box-input {
    width: calc(100% - 115px);
    margin: 0 15px 0 0;
  }
  .c-pw__btn--submit {
    width: 100px;
  }
}
@media screen and (max-width:550px) {
  .c-pw__box-label {
    margin: 0 0 15px;
    width: 100%
  }
  ;
}
.cardlink {
  word-wrap: break-word;
  max-width: 100%;
  margin: 45px 0 !important;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.cardlink_thumbnail {
  margin-right: 20px;
  float: left;
}
.cardlink_content {
  line-height: 1.6;
}
.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}
.cardlink_title {
  margin: 0 0 5px;
  font-size: 14px;
}
.cardlink_title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.cardlink_title a:hover {
  text-decoration: underline;
}
.cardlink_excerpt {
  overflow: hidden;
  color: #333;
  font-size: 12px;
  line-height: 1.8;
}
.cardlink_footer {
  clear: both;
}
.clear {
  clear: both;
}
@media screen and (max-width:767px) {
  .cardlink_thumbnail {
    float: none;
  }
  .cardlink_timestamp {
    line-height: 2.4;
    vertical-align: middle;
  }
  .cardlink_excerpt {
    float: none;
  }
}
.p-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 180px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-btn {
    height: 45px;
    font-size: 12px;
    line-height: 45px;
  }
}
.wp-block-social-links a {
  color: #fff !important;
}
.has-small-font-size {
  font-size: .8125em !important;
}
.has-normal-font-size, .has-regular-font-size {
  font-size: 1em !important;
}
.has-medium-font-size {
  font-size: 1.25em !important;
}
.has-large-font-size {
  font-size: 2.25em !important;
}
.has-huge-font-size, .has-larger-font-size {
  font-size: 2.625em !important;
}
.post_content .underline, .post_content .underline:hover {
  text-decoration: underline;
}
.post_content .e_link {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.post_content .e_link:after {
  font-size: 100%;
  display: block;
  position: absolute;
  transition: none;
  margin-top: -.1em;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content img.frame {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 6px 6px -6px #ccc;
  -moz-box-shadow: 0 6px 6px -6px #ccc;
  box-shadow: 0 6px 6px -6px #ccc;
}
.post_content .s_table {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 2em;
}
.post_content .s_table table {
  margin-bottom: 0;
}
.faq_list {
  margin: calc(55px - .7em) 0;
}
.faq_list .item {
  border: 1px solid #ddd;
  margin: 8px 0;
  position: relative;
}
.faq_list .title {
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
  padding: 27px 40px 25px 30px;
  margin-bottom: 0;
  position: relative;
  transition: color .4s ease;
}
.faq_list .title span {
  display: block;
  margin: -.4em 0;
}
.faq_list .title:before, .faq_list .title:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background: #396;
  position: absolute;
  top: 30px;
  right: 30px;
}
.faq_list .title:after {
  transform: rotate(90deg);
}
.faq_list .desc_area {
  height: 0;
  overflow: hidden;
  transition: height .2s cubic-bezier(.54, .07, .38, .9);
}
.faq_list .desc {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  padding: 30px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  transition: opacity .7s ease;
  opacity: 0;
}
.faq_list .desc span {
  margin: -.7em 0;
}
.faq_list .title.active:before {
  height: 0;
}
.faq_list .title.active + .desc_area > .desc {
  opacity: 1;
  transition: opacity 1s ease;
}
@media (max-width:750px) {
  .faq_list {
    margin: calc(27.5px - .5em) 0;
  }
  .faq_list .title {
    font-size: 14px;
    padding: 20px 40px 18px 20px;
  }
  .faq_list .title:before, .faq_list .title:after {
    top: 21px;
    right: 20px;
  }
  .faq_list .desc {
    margin: 0;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width:500px) {
	/* FAQ */
	.faq_list .title:before,
	.faq_list .title:after {
		height: 12px;
		top: 25px;
	}	
}
.tcd_co_data {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 50px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tcd_co_data dt {
  width: 150px;
  padding: 20px;
  margin: 0;
  font-weight: 500;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tcd_co_data dd {
  width: calc(100% - 150px);
  padding: 20px;
  margin: 0;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width:750px) {
  .tcd_co_data {
    margin-bottom: 40px !important;
  }
  .tcd_co_data dt {
    width: 130px;
    padding: 15px 20px;
  }
  .tcd_co_data dd {
    width: calc(100% - 130px);
    padding: 15px 20px;
  }
}
#chart_check {
  padding: 100px 0 100px;
}
.tcd_chart {
  margin: 55px 0;
}
.tcd_chart .chart_area {
  margin: 0 auto;
  position: relative;
}
.tcd_chart .chart.doughnut .chart_area {
  width: 290px !important;
  height: 290px !important;
  max-width: 100%;
}
.tcd_chart .chart.pie .chart_area {
  width: 290px !important;
  height: 290px !important;
  max-width: 100%;
}
.tcd_chart .chart.bar .chart_area {
  width: 100%;
  height: 300px !important;
  left: -4px;
  margin-bottom: -7px;
  max-width: 360px;
}
.tcd_chart .chart.horizontalBar .chart_area {
  width: 100% !important;
  height: 255px !important;
  max-width: 500px;
}
.tcd_chart .chart.line .chart_area {
  width: 100% !important;
  height: 330px !important;
  max-width: 480px;
}
.tcd_chart .chart_headline {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin: -2px 0 35px;
  line-height: 1.4;
}
.tcd_chart .chart.doughnut .chart_headline {
  margin: 0;
  position: absolute !important;
  top: 50% !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tcd_chart .chart_labels {
  text-align: center;
  margin: 35px 0 0;
}
.tcd_chart .chart_labels .item {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 5px 6px;
}
.tcd_chart .chart_labels .item .color {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin: 0 4px 0 0;
}
.tcd_chart .data_table {
  max-width: 500px;
  width: 100%;
  margin: 35px auto 0;
  overflow: auto;
  padding: 0 0 10px;
}
.tcd_chart .data_table table {
  font-size: 11px;
  min-width: 500px;
}
.tcd_chart .data_table th {
  font-weight: 600;
  white-space: nowrap;
  padding: 10px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f2f2f2;
}
.tcd_chart .data_table td {
  padding: 10px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-top: none;
}
@media screen and (max-width: 1330px) {
	.tcd_chart {
		margin: 35px 0;
	}
  .tcd_chart .chart.doughnut .chart_area {
    width: 240px !important;
    height: 240px !important;
  }
  .tcd_chart .chart.pie .chart_area {
    width: 240px !important;
    height: 240px !important;
  }	
}
@media only screen and (max-width:750px) {
  .tcd_chart {
    margin: 35px 0;
  }
  .tcd_chart .chart.doughnut .chart_area {
    width: 190px !important;
    height: 190px !important;
  }
  .tcd_chart .chart.pie .chart_area {
    width: 190px !important;
    height: 190px !important;
  }
  .tcd_chart .chart.bar .chart_area {
    width: 90% !important;
    height: 300px !important;
  }
  .tcd_chart .chart.horizontalBar .chart_area {
    width: 90% !important;
    height: 300px !important;
  }
  .tcd_chart .chart.line .chart_area {
    width: 90% !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 500px) {
	.tcd_chart {
		margin: 15px 0 20px;
	}
  .tcd_chart .chart.doughnut .chart_area {
    width: 160px !important;
    height: 160px !important;
  }
  .tcd_chart .chart.pie .chart_area {
    width: 160px !important;
    height: 160px !important;
  }	
}
.wp-block-embed {
  margin: 0 0 2em;
}
.wp-block-table.is-style-stripes td, .wp-block-table .has-background td {
  background-color: transparent;
}
.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: .5em;
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid;
  padding: .667em 1.333em;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.aligncenter, .wp-block-calendar {
  text-align: center;
}
.wp-block-calendar td, .wp-block-calendar th {
  border: 1px solid;
  padding: .25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 1.75em;
}
@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
  ;
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em;
}
.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em;
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em;
}
.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
  padding: calc(.667em + 2px);
}
:where(.wp-block-post-comments input[type=submit]) {
  border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
  ;
}
.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after, .wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit;
}
@supports (position:sticky) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  color: #fff;
  width: 100%;
  z-index: 1;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-overflow-scrolling:touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion:reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background, .wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file:not(.wp-element-button) {
  font-size: .8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: .75em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: .5em 1em;
}
:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width:600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image img, .wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: .5em;
}
.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}
.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}
.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}
.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}
.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}
.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}
.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}
.wp-block-image figure {
  margin: 0;
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  margin: .36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: .5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol, ul {
  box-sizing: border-box;
}
ol.has-background, ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul, .wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: .075em;
  width: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none;
}
.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width:782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  z-index: 100000;
}
@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  ;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
  width: 100%;
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
  word-break: normal;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: .875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em;
}
.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em;
}
.wp-block-post-date {
  box-sizing: border-box;
}
.wp-block-post-excerpt {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  box-sizing: border-box;
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - .625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - .83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - .9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title, .wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em;
}
.wp-block-search__button {
  margin-left: .625em;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  fill: currentColor;
  min-height: 1.5em;
  min-width: 1.5em;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 0 0 .25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: .125em .5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "・・・";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a, .wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-site-title a {
  color: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link a {
  padding: .25em;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease;
}
@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: .5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
  border-color: inherit;
}
.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
  border-top-color: inherit;
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor;
}
.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
  border-right-color: inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor;
}
.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
  border-left-color: inherit;
}
.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
  border-style: inherit;
}
.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  width: 100%;
}
@supports (position:sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: .5em;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*=border-top-color]) {
  border-top-style: solid;
}
html :where([style*=border-right-color]) {
  border-right-style: solid;
}
html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}
html :where([style*=border-left-color]) {
  border-left-style: solid;
}
html :where([style*=border-width]) {
  border-style: solid;
}
html :where([style*=border-top-width]) {
  border-top-style: solid;
}
html :where([style*=border-right-width]) {
  border-right-style: solid;
}
html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}
html :where([style*=border-left-width]) {
  border-left-style: solid;
}
html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: .5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://demo.tcd-theme.com/tcd094/wp-content/themes/beyond_tcd094/js/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@font-face {
  font-weight: 400;
  font-style: normal;
}
.post_row {
  line-height: 2.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.post_col {
  margin-bottom: 2em !important;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.post_col-2 {
  margin-right: 50px;
  width: calc(50% - 25px);
}
.post_col-3 {
  margin-right: 25px;
}
.post_col:last-of-type {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .post_row {
    display: block;
    line-height: 2;
  }
  .post_col-2 {
    margin-right: 0;
    width: auto;
  }
  .post_col-3 {
    margin-right: 0;
  }
}
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 {
  font-weight: 500;
  line-height: 1.6;
}
.style2a {
  margin: 65px 0 30px !important;
  padding: 0 0 .9em !important;
  border-bottom: 3px solid #000;
  font-size: 26px !important;
}
.style2b {
  margin: 65px 0 30px !important;
  padding: .48em 1em .47em !important;
  background: #000;
  color: #fff;
  font-size: 26px !important;
}
.style3a {
  margin: 65px 0 30px !important;
  padding: 1.2em .15em !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 22px !important;
}
.style3b {
  margin: 65px 0 30px !important;
  padding: 1.1em 1.4em 1.15em !important;
  border: 1px solid #ddd;
  border-top: 3px solid #000;
  background: #fafafa;
  font-size: 22px !important;
}
.style4a {
  margin: 65px 0 30px !important;
  padding: .4em 0 .4em 1.2em !important;
  border-left: 3px solid #000;
  font-size: 20px !important;
  font-weight: 500;
}
.style4b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 65px 0 30px !important;
  padding: .8em 1.5em .8em !important;
  border-left: #000 3px solid;
  font-size: 20px !important;
}
.style4b:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  border: 1px solid #ddd;
  border-left: none;
  content: ''
  ;
}
.style5a {
  margin: 65px 0 30px !important;
  padding: .85em 1.5em .8em !important;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 18px !important;
}
.style5b {
  margin: 65px 0 30px !important;
  padding: .85em 1.5em .8em !important;
  background: #000;
  color: #fff;
  font-size: 18px !important;
}
.style6 {
  position: relative;
  margin: 65px 0 30px !important;
  padding: 0 .8em 0 1.3em !important;
  color: #000;
  font-size: 16px !important;
  font-weight: 700;
}
.style6:before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
  content: ""
  ;
}
.balloon {
  display: block;
  z-index: 0;
  position: relative;
  width: auto;
  min-width: 115px;
  margin: 50px 0 22px;
  padding: .5em 18px .5em;
  clear: both;
  border-bottom: 0;
  background: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.balloon:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #222 transparent transparent;
  content: ""
  ;
}
@media screen and (max-width:767px) {
  .style2a {
    margin: 30px 0 20px !important;
    padding: 0 0 .6em !important;
    font-size: 20px !important;
  }
  .style2b {
    margin: 30px 0 20px !important;
    padding: .42em .7em .41em !important;
    background: #000;
    color: #fff;
    font-size: 20px !important;
  }
  .style3a {
    margin: 30px 0 20px !important;
    padding: .6em .15em !important;
    font-size: 18px !important;
  }
  .style3b {
    margin: 30px 0 20px !important;
    padding: .5em .5em .45em .6em !important;
    font-size: 18px !important;
  }
  .style4a {
    margin: 30px 0 20px !important;
    padding: .4em 0 .4em .8em !important;
    border-left: 2px solid #000;
    font-size: 16px !important;
  }
  .style4b {
    margin: 30px 0 20px !important;
    padding: .8em 1em .75em !important;
    border-left: #000 2px solid;
    font-size: 16px !important;
  }
  .style5a {
    margin: 30px 0 20px !important;
    padding: .8em 1em .75em !important;
    font-size: 15px !important;
  }
  .style5b {
    margin: 30px 0 20px !important;
    padding: .8em 1em .75em !important;
    font-size: 15px !important;
  }
}
.post_content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin: 120px 0 1.3em;
  text-align: center;
}
.post_content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 3em 0 1.3em;
  text-align: center;
}
.post_content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  margin: 3em 0 1.3em;
}
.post_content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em;
}
.post_content h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em;
}
.post_content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em;
}
.post_content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .post_content h1 {
    font-size: 24px;
    margin: 100px 0 1em;
  }
  .post_content h2 {
    font-size: 22px;
    margin: 2.5em 0 1em;
  }
  .post_content h3 {
    font-size: 16px;
    margin: 2.3em 0 1em;
  }
  .post_content h4 {
    font-size: 14px;
    margin: 2.2em 0 1em;
  }
  .post_content h5 {
    font-size: 13px;
    margin: 2.2em 0 1em;
  }
  .post_content h6 {
    font-size: 13px;
    margin: 2.2em 0 1em;
  }
}
@media screen and (max-width:599px) {
  .post_content h1 {
    margin: 80px 0 1em;
  }
  .post_content h2 {
    margin: 2.3em 0 1em;
  }
  .post_content h3 {
    margin: 2em 0 1em;
  }
  .post_content h4 {
    margin: 2em 0 1em;
  }
  .post_content h5 {
    margin: 2em 0 1em;
  }
  .post_content h6 {
    margin: 2em 0 1em;
  }
}
.p-vertical {
  width: 100%;
  margin: 70px 0;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.p-vertical p {
  display: inline-block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width:767px) {
  .p-vertical {
    margin: 33px 0;
    font-size: 24px;
    line-height: 1.3;
  }
}
.q_underline {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: linear-gradient(to right, transparent 50%, #fff799 50%);
  background-position: 0 .8em;
  background-repeat: repeat-x;
  background-size: 200% .5em;
  border: none;
  border-bottom-color: transparent;
  -webkit-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
}
.q_underline.is-active {
  background-position: -100% .8em;
}
.speech_balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.speech_balloon_user {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 36px;
  margin-bottom: 2em;
  min-width: 80px;
  text-align: center;
}
.speech_balloon_user_image {
  border-radius: 50%;
  height: 80px !important;
  width: 80px;
  object-fit: cover;
}
.speech_balloon_user_name {
  font-size: 87.5%;
  line-height: 1.2;
  margin-top: 12px;
}
.speech_balloon_user_name:only-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0;
  min-height: 80px;
}
.speech_balloon_text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 3em;
  position: relative;
}
.speech_balloon_text_inner {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  line-height: 2;
  min-height: 80px;
  padding: 22px 28px;
  position: relative;
}
.speech_balloon_text_inner > *:last-child {
  margin-bottom: 0 !important;
}
.speech_balloon.right {
  -webkit-box-orient: beyondtal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.speech_balloon.right .speech_balloon_user {
  margin-left: 36px;
  margin-right: 0;
}
.speech_balloon_text .before, .speech_balloon_text .after {
  border-color: transparent;
  border-style: solid;
  pointer-events: none;
  height: 0;
  margin-top: -10px;
  width: 0;
  position: absolute;
  right: 100%;
  top: 40px;
}
.speech_balloon_text .before {
  border-left-color: inherit;
  border-width: 8px 0 8px 10px;
}
.speech_balloon_text .after {
  border-right-color: inherit;
  border-width: 8px 10px 8px 0;
}
.speech_balloon.left .before {
  transform: rotate(180deg);
}
.speech_balloon.left .after {
  margin-right: -3px;
}
.speech_balloon.right .before {
  left: 100%;
}
.speech_balloon.right .after {
  left: 100%;
  transform: rotate(180deg);
  margin-left: -3px;
}
.qt_google_map {
  width: 100%;
  height: 550px;
  background: #ddd;
  margin: 0 0 35px;
}
.qt_google_map .qt_googlemap_embed {
  width: 100%;
  height: 550px;
}
.qt_google_map .pb_googlemap_custom-overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -94px;
  left: -40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
.qt_google_map .pb_googlemap_custom-overlay-inner:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0;
  border-style: solid;
  content: ""
  ;
}
@media screen and (max-width:750px) {
  .qt_google_map {
    height: 320px;
  }
  .qt_google_map .qt_googlemap_embed {
    height: 320px;
  }
}
.q_frame {
  line-height: 1.8;
  position: relative;
  padding: 1.3em 2em;
  margin-bottom: 2em;
  border: 1px solid #ddd;
}
* + .q_frame {
  margin-top: 2.5em;
}
.q_frame_label {
  max-width: calc(100% - 2em);
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  padding: 0 1em;
  background: inherit;
  position: absolute;
  top: -.7em;
  left: 1em;
}
@media (max-width:767px) {
  .q_frame {
    padding: 1em 1.5em;
  }
  .q_frame_label {
    padding: 0 .5em;
  }
}
.well {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fafafa;
}
.well2 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px solid #ddd;
}
.well3 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px dashed #ddd;
  background: #fafafa;
}
.wl_red {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442 !important;
}
.wl_yellow {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b !important;
}
.wl_blue {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f !important;
}
.wl_green {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d !important;
}
@media screen and (max-width:767px) {
  .well, .well2, .well3 {
    padding: .9em .8em .9em 1em;
  }
}
.q_styled_ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0 !important;
  margin-bottom: 2em;
  position: relative;
}
.q_styled_ol li {
  margin-bottom: .4em;
  display: block;
  padding-left: 2em;
}
.q_styled_ol li:before {
  counter-increment: item;
  content: counter(item);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  background: var(--main_color);
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  margin-top: .3em;
  margin-right: .7em;
  position: absolute;
  left: 0;
}
:root {
  --tcd-accent-color: 0, 0, 0;
}
.q_custom_button {
  max-width: 100%;
  min-width: 270px;
  height: 60px;
  line-height: 1.5;
  padding: 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  transition: border-color .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.q_custom_button:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  z-index: -1;
  transition-property: background-color, left, opacity;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}
.q_custom_button:hover {
  color: #fff;
}
.q_button_wrap {
  text-align: center;
  margin: 2em auto;
}
@media (max-width:767px) {
  .q_custom_button {
    max-height: 50px;
    font-size: 14px;
    min-width: inherit !important;
    width: 240px !important;
  }
}
.rounded {
  border-radius: 6px;
}
.pill {
  border-radius: 70px;
}
.bt_red {
  background: #c01f0e;
  border-color: #c01f0e;
  color: #fff;
}
.bt_red:hover, .bt_red:focus {
  background-color: #d33929;
  border-color: #d33929;
  color: #fff;
}
.bt_yellow {
  background: #f1c40f;
  border-color: #f1c40f;
  color: #fff;
}
.bt_yellow:hover, .bt_yellow:focus {
  background-color: #f9d441;
  border-color: #f9d441;
  color: #fff;
}
.bt_blue {
  background: #2980b9;
  border-color: #2980b9;
  color: #fff;
}
.bt_blue:hover, .bt_blue:focus {
  background-color: #3a91c9;
  border-color: #3a91c9;
  color: #fff;
}
.bt_green {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff;
}
.bt_green:hover, .bt_green:focus {
  background-color: #39c574;
  border-color: #39c574;
  color: #fff;
}
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.rps_table {
  line-height: 2.0;
}
@media only screen and (max-width:567px) {
  .rps_table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .rps_table th, .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
  .rps_table td {
    border-top: none;
  }
}
.cardlink {
  word-wrap: break-word;
  margin: 15px 0 2em;
  padding: 20px 20px 15px;
  border: 1px solid #ddd;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cardlink .image {
  margin-right: 25px;
}
.cardlink .image img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cardlink .content {
  width: calc(100% - 155px);
}
.cardlink .date {
  color: #222;
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 10px;
}
.cardlink .title {
  margin: -3px 0 5px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.cardlink .desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 !important;
  max-height: 3.4em;
  overflow: hidden;
  visibility: visible;
}
.cardlink .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:750px) {
  .cardlink {
    display: block;
    padding: 15px 15px 10px;
    margin: 30px 0 35px !important;
  }
  .cardlink .image {
    float: left;
  }
  .cardlink .image img {
    width: 120px;
    height: 120px;
  }
  .cardlink .content {
    width: auto;
  }
  .cardlink .title_area {
    width: calc(100% - 145px);
    float: left;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cardlink .date {
    align-self: flex-end;
    margin: 6px 0 10px;
  }
  .cardlink .title {
    align-self: flex-start;
    margin: -3px 0 0 !important;
    max-height: 5.1em;
    overflow: hidden;
    visibility: visible;
  }
  .cardlink .title a {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .cardlink .desc {
    clear: both;
    padding: 10px 0 0;
    max-height: 3.4em;
  }
  .cardlink .desc span {
    -webkit-line-clamp: 2;
  }
}
.wpcf7 {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 0;
}
.wpcf7 form {
  margin: 60px 0 0;
}
.wpcf7 p {
  margin-bottom: 1em;
  font-size: 16px;
}
.wpcf7 input, .wpcf7 textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  padding: 8px;
  border: 1px solid #ccc;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
}
.wpcf7 .wpcf7-list-item {
  position: relative;
  padding-left: 0.6em;
  line-height: 2.2;
}
.wpcf7 textarea {
  height: 300px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}
.submit {
  width: 300px;
  margin: 0 auto 30px;
  position: relative;
}
.submit:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #396;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  z-index: 2;
}
.submit:before:hover {
	background: #fff;
	z-index: 2;
}
.submit:after {
  content: '';
  width: 15px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
  background: url("../images/icon_arrow-r.png") no-repeat;
  background-size: 100%;
  right: 25px;
}
.submit:after:hover {
	background: url("../images/icon_arrow-r-hover.png") no-repeat;
	background-size: 100%;	
	z-index: 3;
}
.wpcf7 .wpcf7-submit, 
.wpcf7 .wpcf7-previous {
  display: block;
  border: solid 1px #ccc;
  border-radius: 100px;
  box-sizing: border-box;
  width: 300px;
  font-size: 17px;
  color: #396;
  font-weight: bold;
  text-align: center;
  padding: 23px 0;
  position: relative;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover, 
.wpcf7 .wpcf7-previous:hover {
	border: solid 1px #396;
	background: #396;
	color: #fff;	
}
.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-submit .wpcf7-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  border: 1px solid #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
  color: #3a87ad;
}
.wpcf7 .wpcf7-previous + br {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 2em;
  padding: 0;
  border: none;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3232;
  font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	border: 0 !important;
}
.wpcf7 input[type=checkbox] {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 15%;
}
.wpcf7 input[type=checkbox]:checked:after {
  position: absolute;
  top: 3px;
  left: 15px;
  transform: rotate(50deg);
  width: 8px;
  height: 18px;
  border-right: 4px solid #f40;
  border-bottom: 4px solid #f40;
  content: '';
}
span.wpcf7-not-valid-tip {
  margin-top: 0.7em;
}
#tcd_contact_form select option {
  font-weight: normal !important;
	font-size: 0.9em;
}
@media screen and (max-width:750px) {
  .wpcf7 form {
    margin-top: 20px;
  }
}
@media screen and (max-width:500px) {
  .wpcf7 #tcd_contact_form p {
    font-size: 14px;
  }
	.submit {
		margin-bottom: 15px;
	}
  .submit .wpcf7-submit {
    margin-top: 0;
  }
    .att_t {
      padding: 1em 1.3em;
		font-size: 14px;
		line-height: 1.4;
		text-align: left;
    }
  .telbox dl dt, .telbox dl dd {
    display: inherit;
    width: auto;
  }
  .telbox dl dt a {
    font-size: 1.8em;
  }
  .telbox dl dt a:before {
    height: 24px;
  }
  .telbox dl dd {
    margin-top: 10px;
    text-align: center;
  }
	  .wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
		  width: 240px;
		  padding: 18px 0;
		  font-size: 14px;
	  }
	  .submit:before {
		  width: 36px;
		  height: 35px;
		  right: 38px;
	  }
	  .submit:after {
		  width: 10px;
		  height: 11px;
		 right: 50px;
	  }
	  .wpcf7 input[type=checkbox]:before {
		  width: 20px;
		  height: 20px;
	  }
	  span.wpcf7-list-item {
		  display: block !important;
		  margin: 0 !important;
	  }
	.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.unaccepted .wpcf7-response-output {
		font-size: 0.94em;
		margin: 0.8em 0 0;
		text-align: left
	}
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.text110 {
  font-size: 110%;
}
.text120 {
  font-size: 120%;
}
.text130 {
  font-size: 130%;
}
.text140 {
  font-size: 140%;
}
.text150 {
  font-size: 150%;
}
.text160 {
  font-size: 160%;
}
.text170 {
  font-size: 170%;
}
.text180 {
  font-size: 180%;
}
.text190 {
  font-size: 190%;
}
.text200 {
  font-size: 200%;
}
.text210 {
  font-size: 210%;
}
.text220 {
  font-size: 220%;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.del {
  text-decoration: line-throug;
}
.red {
  color: red;
}
.blue {
  color: #2ca9e1;
}
.green {
  color: #82ae46;
}
.orange {
  color: #ff7d00;
}
.yellow {
  color: #fff000;
}
.pink {
  color: #ff0084;
}
.gray {
  color: #999;
}
.bg-yellow {
  padding: 2px;
  background-color: #ff0;
}
.bg-blue {
  padding: 2px;
  background-color: #4ab0f5;
}
.bg-red {
  padding: 2px;
  background-color: red;
}
.align1 {
  text-align: center !important;
}
.align2 {
  text-align: right !important;
}
.align3 {
  text-align: left !important;
}
.r-flo {
  float: right;
  margin: 10px;
}
.l-flo {
  float: left;
  margin: 10px;
}
.f-clear {
  clear: both;
}
a img.fade {
  background: 0 0 !important;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover img.fade {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: 0 0 !important;
}
.att {
  padding-left: 1em;
  text-indent: -1em;
}
.att_box {
  margin: 2em 0 2.5em;
  padding: 1em 1.2em;
  line-height: 2;
  border: 1px dotted #ccc;
  background: #fcfcfc;
  box-shadow: 0px 4px 0px 0px #f7f7f7;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.m65 {
  margin: 65px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.m70 {
  margin: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.m75 {
  margin: 75px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.m80 {
  margin: 80px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.p65 {
  padding: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.p70 {
  padding: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.p75 {
  padding: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.p80 {
  padding: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.post_content .a_break {
  display: inline-block;
}
@media (max-width:767px) {
  .post_content .is-pc {
    display: none !important;
  }
}
@media not all and (max-width:767px) {
  .post_content .is-sp {
    display: none !important;
  }
}
.post_content .e_link {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.post_content .e_link:after {
  font-family: 'design_plus';
  content: '\e92a';
  font-size: 100%;
  display: block;
  position: absolute;
  transition: none;
  margin-top: -.1em;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content img.frame {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 6px 6px -6px #ccc;
  -moz-box-shadow: 0 6px 6px -6px #ccc;
  box-shadow: 0 6px 6px -6px #ccc;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "design_plus" !important;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single_share li a [class^=icon-] {
  display: none;
}
.single_share ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -3px 0;
}
.single_share li:not(.default) {
  flex: 1 1 0%;
  margin: 0 3px 3px 0;
  max-width: 100px;
}
.single_share li:not(.default) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 3px;
  align-items: center;
  cursor: pointer;
}
.single_share a:before {
  font-family: 'design_plus';
  display: block;
  color: #fff;
  margin-right: 5px;
  position: relative;
  transition: color .25s ease;
  -webkit-font-smoothing: antialiased;
}
.single_share .ttl {
  font-size: 12px;
  position: relative;
  font-family: Arial;
}
.single_share .share-type1 a, .single_share .share-type2 a {
  line-height: 30px;
}
.single_share .share-type3 ul, .single_share .share-type4 ul {
  margin: 0 -5px -5px 0;
}
.single_share .share-type3 li, .single_share .share-type4 li {
  flex: 0 0 auto;
  width: calc(25% - 5px);
  margin: 0 5px 5px 0;
  max-width: inherit;
}
.single_share .share-type3 a, .single_share .share-type4 a {
  height: 40px;
}
.single_share .share-type3 a {
  line-height: 42px;
}
.single_share .share-type4 a {
  line-height: 40px;
}
.single_share .share-type1 a, .single_share .share-type3 a {
  background: #000;
  color: #fff;
}
.single_share .share-type2 a, .single_share .share-type4 a {
  background: #f2f2f2;
  color: #000;
  border: 1px solid #ddd;
}
.single_share .share-type2 a:before, .single_share .share-type4 a:before {
  color: #000;
}
.single_share .twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
  font-size: 12px;
  top: -1px;
}
.single_share .facebook a:before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
  font-size: 18px;
  top: -1px;
}
.single_share .hatebu a:before {
  content: '\e908';
  font-size: 14px;
  top: 0;
}
.single_share .pocket a:before {
  content: '\e90a';
  font-size: 16px;
  top: 0;
}
.single_share .rss a:before {
  content: '\e90b';
  font-size: 12px;
  top: -.5px;
}
.single_share .feedly a:before {
  content: '\e907';
  font-size: 15px;
  top: -1px;
}
.single_share .pinterest a:before {
  content: '\e905';
  font-size: 16px;
  top: -.5px;
}
.single_share .share-type1 .twitter a, .single_share .share-type3 .twitter a {
  background: #000;
  border-color: #000;
}
.single_share .share-type1 .facebook a, .single_share .share-type3 .facebook a {
  background: #35629a;
  border-color: #35629a;
}
.single_share .share-type1 .hatebu a, .single_share .share-type3 .hatebu a {
  background: #3c7dd1;
  border-color: #3c7dd1;
}
.single_share .share-type1 .pocket a, .single_share .share-type3 .pocket a {
  background: #ee4056;
  border-color: #ee4056;
}
.single_share .share-type1 .rss a, .single_share .share-type3 .rss a {
  background: #ffb53c;
  border-color: #ffb53c;
}
.single_share .share-type1 .feedly a, .single_share .share-type3 .feedly a {
  background: #6cc655;
  border-color: #6cc655;
}
.single_share .share-type1 .pinterest a, .single_share .share-type3 .pinterest a {
  background: #d4121c;
  border-color: #d4121c;
}
@media(hover:hover) {
  .single_share .share-type1 .twitter a:hover, .single_share .share-type3 .twitter a:hover {
    background: #666;
  }
  .single_share .share-type1 .facebook a:hover, .single_share .share-type3 .facebook a:hover {
    background: #1f3669;
  }
  .single_share .share-type1 .hatebu a:hover, .single_share .share-type3 .hatebu a:hover {
    background: #0270ac;
  }
  .single_share .share-type1 .pocket a:hover, .single_share .share-type3 .pocket a:hover {
    background: #c53648;
  }
  .single_share .share-type1 .rss a:hover, .single_share .share-type3 .rss a:hover {
    background: #e09900;
  }
  .single_share .share-type1 .feedly a:hover, .single_share .share-type3 .feedly a:hover {
    background: #5ca449;
  }
  .single_share .share-type1 .pinterest a:hover, .single_share .share-type3 .pinterest a:hover {
    background: #a42f35;
  }
  .single_share .share-type1 a:hover, .single_share .share-type3 a:hover {
    color: #fff;
  }
  .single_share .share-type2 .twitter a:hover, .single_share .share-type4 .twitter a:hover {
    background: #000;
    border-color: #000;
  }
  .single_share .share-type2 .facebook a:hover, .single_share .share-type4 .facebook a:hover {
    background: #35629a;
    border-color: #35629a;
  }
  .single_share .share-type2 .hatebu a:hover, .single_share .share-type4 .hatebu a:hover {
    background: #3c7dd1;
    border-color: #3c7dd1;
  }
  .single_share .share-type2 .pocket a:hover, .single_share .share-type4 .pocket a:hover {
    background: #ee4056;
    border-color: #ee4056;
  }
  .single_share .share-type2 .rss a:hover, .single_share .share-type4 .rss a:hover {
    background: #ffb53c;
    border-color: #ffb53c;
  }
  .single_share .share-type2 .feedly a:hover, .single_share .share-type4 .feedly a:hover {
    background: #6cc655;
    border-color: #6cc655;
  }
  .single_share .share-type2 .pinterest a:hover, .single_share .share-type4 .pinterest a:hover {
    background: #d4121c;
    border-color: #d4121c;
  }
  .single_share .share-type2 a:hover, .single_share .share-type4 a:hover {
    color: #fff;
  }
  .single_share .share-type2 a:hover:before, .single_share .share-type4 a:hover:before {
    color: #fff;
  }
}
@media screen and (max-width:800px) {
  .single_share .share-type1 .ttl, .single_share .share-type2 .ttl {
    display: none;
  }
  .single_share .share-type3 .ttl, .single_share .share-type4 .ttl {
    display: inline;
  }
  .single_share .share-type3 a, .single_share .share-type4 a {
    height: 35px;
    line-height: 37px;
  }
  .single_share .share-type4 a {
    line-height: 35px;
  }
  .single_share a:before {
    margin: 0;
  }
  .single_share .share-type3 a:before, .single_share .share-type4 a:before {
    margin-right: 5px;
  }
  .single_share .twitter a:before {
    top: 0;
  }
  .single_share .facebook a:before {
    top: -1px;
  }
  .single_share .hatebu a:before {
    top: 0;
  }
  .single_share .pocket a:before {
    top: 0;
  }
  .single_share .rss a:before {
    top: -1px;
  }
  .single_share .feedly a:before {
    top: -1.5px;
  }
}
@media screen and (max-width:500px) {
  .single_share .ttl {
    max-width: inherit;
  }
  .single_share .share-type3 li, .single_share .share-type4 li {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}
.single_share .share-type5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -10px 0;
}
.single_share .share-type5 li {
  margin: 0 3px 3px 0;
}
.single_share .share-type5 li.pocket_button {
  width: 90px !important;
}
@media screen and (max-width:1301px) {
  body {
    padding-top: 60px;
    touch-action: manipulation;
  }
  #main_contents {
    width: auto !important;
    margin: 0 100px;
    padding-bottom: 70px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main_col {
    width: calc(100% - 330px);
  }
  #main_contents:before {
    left: calc(100% - 280px);
  }
  @media screen and (max-width:1050px) {
    #main_contents {
      display: block;
      margin: 0 60px;
    }
    #main_contents:before {
      display: none;
    }
    #main_col {
      width: auto;
    }
    #side_col {
      width: auto;
      margin-top: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width:750px) {
    #main_contents {
      margin: 0 20px;
      padding: 0 0 40px !important;
    }
    body.page #main_contents {
      padding-top: 40px !important;
    }
    body.page-template-page-about #main_contents {
      padding-top: 0 !important;
    }
    #side_col {
      display: block;
      margin-top: 40px;
    }
  }
  @media screen and (max-width:782px) {
    body.admin-bar {
      padding-top: 106px;
    }
    body.home.admin-bar, body.page-template-page-lp.admin-bar, body.hide_page_header_bar.admin-bar {
      padding-top: 46px;
    }
    body.admin-bar #header {
      top: 46px;
    }
    body.admin-bar #drawer_menu {
      padding-top: 46px;
    }
  }
  @media (max-width:1300px) {
    .design_button {
      max-height: 60px;
      min-width: inherit !important;
      width: 260px !important;
    }
  }
  @media (max-width:750px) {
    .design_button {
      max-height: 50px;
      font-size: 14px;
      min-width: inherit !important;
      width: 240px !important;
    }
  }
  @media only screen and (max-width:750px) {
    .design_headline {
      font-size: 20px !important;
      padding: 0 0 0 40px !important;
      margin: 30px 0 15px !important;
    }
    .design_headline:before {
      width: 25px;
      top: 13px;
    }
    .post_content .design_headline:first-child {
      margin-top: 10px !important;
    }
    body.single-case .design_headline {
      margin: 30px 0 15px !important;
    }
    body.page-template-page-about .design_headline {
      margin-top: 27px !important;
    }
  }
  @media only screen and (max-width:750px) {
    .gray_list {
      line-height: 2;
      font-size: 14px;
      margin: 35px 0 35px !important;
      padding: 30px;
    }
    .gray_list dt {
      width: 100px;
    }
    .gray_list dd {
      width: calc(100% - 100px);
    }
    body.single-case .gray_list {
      margin: 35px 0 35px !important;
      font-size: 14px;
    }
    body.single-case .gray_list + .design_headline {
      margin-top: 30px !important;
    }
  }
  #index_header_content {
    width: 100%;
  }
  #index_header_content .catch {
    padding: 0 100px;
  }
  @media only screen and (max-width:950px) {
    #index_header_content .catch {
      padding: 0 60px;
    }
  }
  @media only screen and (max-width:750px) {
    #header_slider_wrap {
      height: 655px;
    }
    #header_slider {
      height: 655px;
    }
    #header_slider .item {
      height: 655px;
    }
    #index_header_content .content_item_list {
      margin-top: 25px;
    }
    #index_header_content .catch {
      padding: 0 20px;
    }
    #index_header_content .catch.pc {
      display: none;
      ;
    }
    #index_header_content .catch.mobile {
      display: block;
      font-weight: 600;
    }
    #index_header_content .content_item {
      margin: 0 10px 0 0;
    }
    #index_header_content .link_button {
      margin-top: 30px;
    }
    #index_header_content .header_data_content.use_scroll {
      overflow: auto;
      margin-top: 180px;
      margin-bottom: 40px;
    }
    #index_header_content .header_data_content.use_scroll .content_item_list {
      padding: 0 0 20px;
      /* -webkit-justify-content: flex-start; */
      /* justify-content: flex-start; */
      /* -webkit-flex-wrap: nowrap; */
      /* flex-wrap: nowrap; */
      padding: 0 20px 20px;
      position: relative;
    }
    #index_header_content .header_data_content.use_scroll .content_item {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative;
      margin-bottom: 10px;
      ;
    }
    #index_header_content .header_data_content.use_scroll .content_item:last-of-type:after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      position: absolute;
      left: 100%;
      top: 0;
    }
    #index_header_content .simplebar-scrollbar:before {
      background: #fff !important;
    }
    #header_slider .bg_image.pc {
      display: none;
    }
    #header_slider .bg_image.mobile {
      display: block;
    }
    #header_slider_wrap .svg_wrap {
      display: none;
    }
    #header_scroll_button {
      display: block;
    }
	@media only screen and (max-width:375px) {
		#index_header_content .header_data_content.use_scroll {
			margin-top: 100px;
		}
	}
  }
  @media only screen and (max-width:950px) {
    .cb_header {
      width: auto;
      margin: -10px 60px 60px;
    }
    .cb_content:last-of-type {
      padding-bottom: 70px;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_header {
      width: auto;
      margin: 0 20px 35px;
    }
    .cb_content:last-of-type {
      padding-bottom: 40px;
    }
    .cb_header .desc {
      margin: 15px 0 -10px;
      line-height: 2;
    }
    .cb_header .catch.mobile {
      display: block;
    }
    .cb_header .desc.mobile {
      display: block;
    }
    .cb_header .catch.pc {
      display: none;
    }
    .cb_header .desc.pc {
      display: none;
    }
  }
  @media only screen and (max-width:1200px) {
    .cb_data_content {
      min-width: 160px;
      height: 160px;
    }
    .cb_data_content .headline {
      font-size: 14px !important;
    }
    .cb_data_content .num {
      font-size: 54px;
    }
    .cb_data_content .unit {
      font-size: 20px;
    }
    .cb_data_content .desc {
      font-size: 13px;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_data_content {
      min-width: 140px;
      height: 140px;
    }
    .cb_data_content .headline {
      font-size: 15px !important;
      margin: 0 0 8px !important;
      line-height: 1.2 !important;
    }
    .cb_data_content .headline br {
      display: block;
    }
    .cb_data_content .num_area {
      margin: 0 !important;
      line-height: 1 !important;
    }
    .cb_data_content .num {
      font-size: 45px;
    }
    .cb_data_content .unit {
      font-size: 16px;
    }
    .cb_data_content .desc {
      font-size: 12px;
      margin: 10px 0 0 !important;
    }
    .cb_data_content.sc_data_content {
      margin: 30px 0 28px;
    }
  }
  @media only screen and (max-width:1200px) {
    .cb_service_list .owl-nav {
      display: none;
    }
    .cb_service_list .service_carousel {
      width: auto;
      margin: -5px 0 0;
    }
    .cb_service_list .service_carousel .owl-stage {
      padding: 0;
    }
    .cb_service_list .service_carousel .owl-item.active.center {
      transform: scale(1);
      box-shadow: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .title_area {
      border-left: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .desc {
      border-left: none;
    }
    .cb_service_list .service_carousel .desc {
      background: 0 0;
      height: 135px;
    }
    .service_carousel .image_wrap {
      width: 100%;
      left: 0;
    }
    .service_carousel:before {
      display: none;
    }
    .service_carousel:after {
      display: none;
    }
  }
  @media only screen and (max-width:950px) {
    .cb_service_list {
      padding: 70px 0 70px;
    }
    .cb_service_list .service_carousel .owl-item.active.center {
      transform: scale(1);
      box-shadow: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .title_area {
      border-left: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .desc {
      border-left: none;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_service_list {
      padding: 40px 0 40px;
    }
    .cb_service_list .service_carousel .owl-item.active.center {
      transform: scale(1);
      box-shadow: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .title_area {
      border-left: none;
    }
    .cb_service_list .service_carousel .owl-item.active.center .desc {
      border-left: none;
    }
    .cb_service_list .service_carousel {
      margin-bottom: -40px;
    }
    .cb_service_list .service_carousel img {
      filter: blur(5px);
      -webkit-transition: filter .25s ease;
      transition: filter .25s ease;
    }
    .cb_service_list .service_carousel .center img {
      filter: blur(0px);
    }
    .cb_service_list .link_button {
      margin-top: 40px;
    }
    .cb_service_list .link_button.no_sd {
      margin-top: 80px;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_banner_content {
      height: 440px;
    }
    .cb_banner_content.one_item {
      height: 220px;
    }
    .cb_banner_content .content {
      display: block;
    }
    .cb_banner_content .cb_data_content {
      width: 100%;
      height: 50%;
      color: #fff;
    }
    .cb_banner_content.one_item .cb_data_content {
      height: 100%;
    }
    .cb_banner_content .bg_image {
      width: 100%;
      height: 50%;
    }
    .cb_banner_content.one_item .bg_image {
      height: 100%;
    }
    .cb_banner_content .bg_image:nth-child(2) {
      left: auto;
      right: 0;
      top: 220px;
      z-index: 2;
      transform: skewX(0deg);
      -webkit-transform-origin: 0%;
      transform-origin: 0%;
    }
    .cb_banner_content .bg_image:nth-child(2) img {
      transform: skewX(0deg);
      -webkit-transform-origin: 0%;
      transform-origin: 0%;
    }
    .cb_banner_content .bg_image.pc {
      display: none;
    }
    .cb_banner_content .bg_image.mobile {
      display: block;
    }
    #content_builder .cb_banner_content:first-child {
      margin-top: 0;
    }
  }
  .cb_news_list .news_category_sort_button ol {
    width: auto;
    margin: 0 100px 70px;
  }
  .cb_news_list .news_list {
    width: auto;
    margin: 0 100px;
  }
  .cb_news_list .news_category_sort_button.use_scroll {
    overflow: auto;
  }
  .cb_news_list .news_category_sort_button.use_scroll ol {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px;
    position: relative;
  }
  .cb_news_list .news_category_sort_button.use_scroll li {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .cb_news_list .news_category_sort_button.use_scroll li:last-of-type:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
  }
  @media only screen and (max-width:950px) {
    .cb_news_list {
      padding: 70px 0 70px;
    }
    .cb_news_list .news_category_sort_button ol {
      margin: 0 0 70px;
    }
    .cb_news_list .news_list {
      width: auto;
      margin: 0 60px;
    }
    ;
  }
  @media only screen and (max-width:750px) {
    .cb_news_list {
      padding: 40px 0 40px;
    }
    .cb_news_list .news_category_sort_button ol {
      margin: 0 0 40px;
    }
    .cb_news_list .news_category_sort_button li {
      margin: 0 10px;
      font-size: 14px;
    }
    .cb_news_list .news_list {
      margin: 0;
    }
    .cb_news_list .link_button {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width:1200px) {
    .cb_case_list .owl-carousel .owl-nav {
      display: none;
    }
  }
  @media only screen and (max-width:950px) {
    .cb_case_list {
      padding: 70px 0;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_case_list {
      padding: 40px 0;
    }
    .cb_case_list .case_list .item {
      width: 290px;
    }
    .cb_case_list .case_list .title {
      font-size: 16px;
    }
    .cb_case_list .link_button {
      margin-top: 40px;
    }
  }
  .cb_design_content .banner_content {
    width: auto;
    margin: 0 100px;
    height: 400px;
  }
  @media only screen and (max-width:950px) {
    .cb_design_content {
      padding: 70px 0;
    }
    .cb_design_content .banner_content {
      margin: 0;
      height: 350px;
    }
  }
  @media only screen and (max-width:750px) {
    .cb_design_content {
      padding: 40px 0;
    }
    .cb_design_content .banner_content {
      height: 300px;
    }
    .cb_design_content .data_content_top {
      margin-top: -35px;
    }
    .cb_design_content .link_button {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width:550px) {
    .cb_design_content .banner_content {
      height: 220px
    }
  }
  .cb_free_space .post_content {
    width: auto;
    margin: 0 100px
  }
  .cb_free_space.width_type2 .post_content {
    margin: 0
  }
  @media only screen and (max-width:950px) {
    .cb_free_space .post_content {
      margin: 0 60px
    }
  }
  @media only screen and (max-width:750px) {
    .cb_free_space {
      padding: 40px 0
    }
    .cb_free_space .post_content {
      margin: 0 20px
    }
  }
  #page_contents {
    width: auto !important;
    margin: 0 100px
  }
  @media only screen and (max-width:950px) {
    #page_contents {
      margin: 0 60px;
      padding: 70px 0
    }
  }
  @media only screen and (max-width:750px) {
    #page_contents {
      margin: 0 20px;
      padding: 40px 0
    }
  }
  .business_content .image img {
    width: 100%
  }
  @media only screen and (max-width:1150px) {
    .business_content .content {
      display: block;
      padding: 60px
    }
    .business_content h3 {
      width: auto;
      margin: 0 0 40px !important
    }
    .business_content p {
      width: auto;
      padding-right: 0
    }
  }
  @media only screen and (max-width:750px) {
    .business_content {
      margin: 0 0 20px
    }
    .business_content + .link_button {
      margin-top: 40px
    }
    .business_content .content {
      padding: 25px 30px 23px
    }
    .business_content .image {
      width: 100%;
      height: 130px
    }
    .business_content .image img {
      width: 100%;
      height: 100%;
      object-fit: cover
    }
    .business_content h3 {
      font-size: 18px !important;
      width: auto;
      margin: 0 0 18px !important
    }
  }
  body.page-template-page-about #side_col {
    top: 60px
  }
  @media screen and (max-width:1050px) {
    body.page-template-page-about #side_col {
      display: none
    }
    body.page-template-page-about #main_col {
      padding-top: 0
    }
    body.page-template-page-about #main_contents {
      display: block;
      margin: 0 100px
    }
    body.page-template-page-about #main_contents {
      padding: 0 0 70px
    }
    body.page-template-page-about #main_contents:before {
      display: none
    }
    body.page-template-page-about.header_fix #header {
      box-shadow: none
    }
    body.mobile_about_page_menu_sticky #mobile_about_page_menu {
      border-bottom: none;
      border-top: 1px solid #ddd;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
    }
    #mobile_about_page_menu {
      display: block;
      border-bottom: 1px solid #ddd;
      margin: 0 -100px 35px;
      padding: 0 100px;
      position: sticky;
      top: 60px;
      background: #fff;
      z-index: 10
    }
    #mobile_about_page_menu .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center
    }
    #mobile_about_page_menu a {
      display: block;
      height: 60px;
      line-height: 60px;
      margin: 0 10px
    }
  }
  @media screen and (max-width:950px) {
    body.page-template-page-about #main_contents {
      margin: 0 60px
    }
    #mobile_about_page_menu {
      margin: 0 -60px 35px;
      padding: 0 60px
    }
  }
  @media screen and (max-width:750px) {
    body.page-template-page-about #main_contents {
      margin: 0 20px
    }
    body.page-template-page-about #main_contents {
      padding: 0 0 35px
    }
    #mobile_about_page_menu {
      margin: 0 -20px 35px;
      padding: 0
    }
    .page_content {
      padding-top: 20px
    }
    .about_table1 {
      margin-bottom: 40px !important;
      font-size: 14px
    }
    .about_table1 th {
      width: 100px !important
    }
    .about_table2 {
      font-size: 14px
    }
    .about_table2 .year {
      width: 80px !important
    }
    .about_table2 th {
      width: 50px !important
    }
    #about_map_info {
      margin-top: 40px
    }
    #about_map_info .name {
      font-size: 14px
    }
    #about_map_info .address {
      font-size: 14px;
      margin: 0 0 5px
    }
    #about_map_info .link {
      margin: 0 0 10px
    }
    #about_map_info .link a {
      color: #f6cc4e
    }
    #about_map_info .qt_google_map {
      margin-top: 40px
    }
  }
  #lp_header .content {
    width: 100%
  }
  #lp_header .catch {
    padding: 0 100px
  }
  #lp_contents {
    width: auto !important;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px
  }
  body.hide_page_header #lp_contents {
    margin-top: 60px
  }
  @media only screen and (max-width:950px) {
    #lp_header .catch {
      padding: 0 60px
    }
    #lp_contents {
      margin: 0 60px;
      padding-left: 0 !important;
      padding-right: 0 !important
    }
    .lp_content {
      padding: 70px 0
    }
    .lp_content .post_content {
      margin: 0 60px
    }
    .lp_page_demo_faq {
      margin: 60px 0
    }
    .lp_content .link_button {
      margin-top: 70px
    }
  }
  @media only screen and (max-width:750px) {
    #lp_header {
      height: 655px
    }
    #lp_header .item {
      height: 655px
    }
    #lp_header .content_item_list {
      margin-top: 25px
    }
    #lp_header .catch {
      padding: 0 20px;
      font-weight: 600
    }
    #lp_header .catch.pc {
      display: none
    }
    #lp_header .catch.mobile {
      display: block
    }
    #lp_header .content_item {
      margin: 0 10px 0 0
    }
    #lp_header .link_button {
      margin-top: 30px
    }
    #lp_header .header_data_content.use_scroll {
      overflow: auto;
      margin-bottom: -20px
    }
    #lp_header .header_data_content.use_scroll .content_item_list {
      padding: 0 0 20px;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0 20px 20px;
      position: relative
    }
    #lp_header .header_data_content.use_scroll .content_item {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative
    }
    #lp_header .header_data_content.use_scroll .content_item:last-of-type:after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      position: absolute;
      left: 100%;
      top: 0
    }
    #lp_header .simplebar-scrollbar:before {
      background: #fff !important
    }
    #lp_header .bg_image.pc {
      display: none
    }
    #lp_header .bg_image.mobile {
      display: block
    }
    #lp_header .svg_wrap {
      display: none
    }
    #lp_contents {
      margin: 0 20px;
      padding: 40px 0
    }
    .lp_page_demo_faq {
      margin: 30px 0
    }
    .lp_page_table {
      margin-bottom: 40px !important
    }
    .lp_page_table th {
      width: 120px !important
    }
    .gray_wide_content {
      margin: 35px 0
    }
    .gray_wide_content_inner {
      padding: 35px 0
    }
  }
  #archive_service {
    width: auto;
    margin: 0 100px
  }
  @media only screen and (max-width:1100px) {
    #archive_service .service_list .item {
      width: 515px;
      display: block;
      margin: 0 auto 50px;
      border-radius: 15px;
      overflow: hidden;
      position: relative
    }
    #archive_service .service_list .item:last-of-type {
      margin: 0 auto
    }
    #archive_service .service_list .image_wrap {
      display: block;
      width: auto;
      height: 200px;
      overflow: hidden;
      border-radius: 15px 15px 0 0
    }
    #archive_service .service_list .image {
      border-radius: 15px 15px 0 0
    }
    #archive_service .service_list .content {
      width: auto;
      border-radius: 0 0 15px 15px;
      border: none;
      background: #f6f6f6;
      padding: 25px 30px 30px
    }
    #archive_service .service_list .link_button {
      margin-top: 23px
    }
  }
  @media only screen and (max-width:950px) {
    #archive_service {
      margin: 0 60px;
      padding: 70px 0
    }
  }
  @media only screen and (max-width:750px) {
    #archive_service {
      margin: 0 20px;
      padding: 40px 0
    }
    #archive_service .service_list .item {
      width: auto;
      max-width: 515px;
      margin: 0 auto 20px
    }
    #archive_service .service_list .catch {
      line-height: 2
    }
    #archive_service .point {
      top: 15px;
      left: 15px;
      width: 80px;
      height: 80px
    }
    #archive_service .point .headline {
      font-size: 12px
    }
    #archive_service .point .num {
      font-size: 26px;
      font-weight: 600
    }
    #archive_service .point .unit {
      font-size: 12px
    }
  }
  @media only screen and (max-width:550px) {
    #archive_service .service_list .image_wrap {
      height: 160px
    }
  }
  @media only screen and (max-width:1000px) {
    #service_page_header {
      height: 400px
    }
    #service_page_header .content {
      width: 100%;
      padding: 0 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
    }
    #service_page_header .title h1 {
      width: auto;
      height: 70px;
      line-height: 70px;
      margin: 0 60px
    }
    #single_service {
      width: auto;
      margin: 0 60px;
      padding: 60px 0 100px
    }
  }
  @media only screen and (max-width:800px) {
    #service_page_header {
      height: 300px
    }
    #service_page_header .content {
      padding: 0 20px;
      height: 240px
    }
    #service_page_header .box_content {
      display: none
    }
    #mobile_box_content {
      display: block;
      border-bottom: 1px solid #ddd
    }
    #service_page_header .catch {
      text-align: center;
      width: 100%;
      padding: 0
    }
    #service_page_header .title h1 {
      text-align: center;
      height: auto;
      line-height: 1.6;
      margin: 9px 20px
    }
    #single_service {
      margin: 0 20px;
      padding: 35px 0 40px
    }
    .service_design_content {
      margin: 35px 0 40px
    }
    body.single-post .service_design_content, body.show_side_bar .service_design_content {
      margin-bottom: 35px
    }
    .service_design_content .headline {
      height: 55px;
      line-height: 55px !important;
      font-size: 18px !important
    }
    .service_design_content .catch {
      font-size: 16px !important
    }
    .service_design_content .content {
      padding: 20px 25px
    }
    #single_service .post_content img.aligncenter {
      margin-top: 35px
    }
    #single_service .post_content .design_headline + p img.aligncenter {
      margin-top: 30px
    }
    #single_service .service_design_content .content {
      padding: 25px 30px
    }
    body.page-template-page-lp .service_design_content .content {
      padding: 25px 30px
    }
    #service_page_header .animate_item {
      opacity: 1;
      top: 0
    }
    body.single-service .mobile_animate_item {
      top: 40px !important;
      opacity: 0 !important;
      -webkit-transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .7s !important;
      transition: top 1.5s cubic-bezier(.22, 1, .36, 1) .5s, opacity 1.5s cubic-bezier(.22, 1, .36, 1) .7s !important
    }
    body.single-service .mobile_animate_item.mobile_animate {
      top: 0 !important;
      opacity: 1 !important
    }
  }
  @media only screen and (max-width:750px) {
    #service_page_header {
      height: 240px
    }
  }
  @media only screen and (max-width:1000px) {
    #recent_service {
      background: #f6f6f6;
      padding: 100px 0 0
    }
    #recent_service .service_carousel {
      width: auto;
      margin: 0
    }
    .service_carousel.owl-carousel .owl-nav {
      display: none
    }
    .service_carousel .item {
      width: 290px
    }
    .service_carousel .title_area {
      height: 90px
    }
    .service_carousel .image_wrap {
      height: 170px
    }
    .service_carousel .image {
      height: 170px !important
    }
    .service_carousel .catch {
      font-size: 14px
    }
    .service_carousel .title {
      font-size: 18px
    }
    .service_carousel .desc {
      border: none;
      background: #f6f6f6
    }
    .service_carousel .desc p {
      line-height: 2;
      max-height: 6em;
      font-size: 14px
    }
    .service_carousel:before {
      display: none
    }
    .service_carousel:after {
      display: none
    }
  }
  @media only screen and (max-width:800px) {
    #recent_service {
      padding: 40px 0 0
    }
    #recent_service .headline {
      margin: 0 0 35px;
      font-size: 20px
    }
    #recent_service img {
      filter: blur(5px);
      -webkit-transition: filter .25s ease;
      transition: filter .25s ease
    }
    #recent_service .center img {
      filter: blur(0px)
    }
  }
  #archive_case .case_list {
    width: auto;
    margin: 0 100px -36px
  }
  @media only screen and (max-width:1100px) {
    #archive_case .case_list .item {
      width: calc(50% - 18px);
      margin: 0 36px 36px 0
    }
    #archive_case .case_list .item:nth-child(3n) {
      margin-right: 36px
    }
    #archive_case .case_list .item:nth-child(2n) {
      margin-right: 0
    }
  }
  @media only screen and (max-width:950px) {
    #archive_case {
      padding: 70px 0 70px
    }
    #archive_case .case_list {
      margin: 0 60px -36px
    }
  }
  @media only screen and (max-width:750px) {
    #archive_case {
      padding: 40px 0 40px
    }
    body.no_page_nav #archive_case {
      padding-bottom: 20px
    }
    #archive_case .case_list {
      margin: 0 20px -20px
    }
    #archive_case .case_list .item {
      width: calc(50% - 10px);
      margin: 0 20px 20px 0
    }
    #archive_case .case_list .item:nth-child(3n) {
      margin-right: 20px
    }
    #archive_case .case_list .item:nth-child(2n) {
      margin-right: 0
    }
    .case_list .image_wrap {
      height: 150px
    }
    .case_list .category {
      z-index: 1;
      top: 115px;
      padding: 0 15px
    }
    .case_list .title {
      min-height: 3em;
      max-height: 3em
    }
    .case_list .title a {
      -webkit-line-clamp: 2
    }
    .case_list .title_area {
      padding: 28px 30px 28px
    }
    .case_list .item.no_meta .title_area {
      padding: 28px 30px
    }
    .case_list .title_area.one_data {
      padding: 25px 30px 25px
    }
    .case_list .meta {
      font-size: 12px;
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: 25px
    }
    .case_list .meta li {
      display: inline-block
    }
    .case_list .meta .date {
      display: inline;
      word-break: break-all
    }
    .case_list .meta li:first-of-type {
      margin: 0 10px 0 0
    }
    .case_list .meta li:only-of-type {
      margin: 0
    }
    .case_list.owl-carousel .meta li {
      display: block
    }
    .case_list.owl-carousel .meta li:first-of-type {
      margin: 0 0 -5px
    }
  }
  @media only screen and (max-width:550px) {
    #archive_case .case_list {
      display: block;
      margin: 0 20px
    }
    #archive_case .case_list .item {
      width: auto;
      margin: 0 0 20px
    }
    #archive_case .case_list .item:nth-child(3n) {
      margin-right: 0
    }
    #archive_case .page_navi {
      margin-top: 20px
    }
  }
  @media only screen and (max-width:1030px) {
    #related_case .case_list .item {
      width: 290px
    }
  }
  @media only screen and (max-width:920px) {
    #single_case {
      width: auto;
      margin: 0 60px;
      padding: 70px 0 70px
    }
  }
  @media only screen and (max-width:750px) {
    #single_case {
      width: auto;
      margin: 0 20px;
      padding: 0 0 40px
    }
    #case_post_title {
      border-radius: 0;
      margin: 0 -20px 35px
    }
    #case_post_title .title_area {
      padding: 15px 20px
    }
    #case_post_title .meta {
      font-size: 12px
    }
    #case_post_title .category {
      padding: 0 20px;
      left: 0
    }
    body.single-case #next_prev_post {
      margin-top: 40px
    }
    #single_case .archive_button {
      margin-top: 40px
    }
    #related_case {
      padding: 40px 0
    }
    #related_case .headline {
      font-size: 20px;
      margin: 0 0 30px
    }
  }
  @media only screen and (max-width:550px) {
    #case_post_title {
      height: 260px
    }
  }
  @media only screen and (max-width:1200px) {
    #related_case .owl-carousel .owl-nav {
      display: none
    }
  }
  @media only screen and (max-width:1030px) {
    #related_case .case_list {
      width: auto
    }
  }
  @media only screen and (max-width:750px) {
    #case_cta {
      margin: 35px 0 0;
      padding: 40px 0 0
    }
    #case_cta .headline {
      margin: 0 0 30px;
      font-size: 20px
    }
  }
  @media only screen and (max-width:950px) {
    #case_cta_main {
      height: 200px;
      border-radius: 10px
    }
    #case_cta_main .catch {
      padding: 15px 30px
    }
  }
  @media only screen and (max-width:750px) {
    #case_cta_main {
      height: 160px
    }
    #case_cta_main .catch {
      padding: 12px 30px
    }
  }
  #archive_news {
    padding: 70px 0 150px;
    width: auto;
    margin: 0 100px
  }
  #archive_news .news_category_button_wrap.use_scroll {
    overflow: auto
  }
  #archive_news .news_category_button_wrap.use_scroll ol {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px;
    position: relative
  }
  #archive_news .news_category_button_wrap.use_scroll li {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
  }
  #archive_news .news_category_button_wrap.use_scroll li:last-of-type:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0
  }
  @media screen and (max-width:950px) {
    #archive_news {
      padding: 70px 0 70px;
      margin: 0 60px
    }
  }
  @media screen and (max-width:750px) {
    #archive_news {
      padding: 40px 0 40px;
      margin: 0
    }
    body.no_page_nav #archive_news {
      padding-bottom: 0
    }
    #archive_news .news_category_button {
      margin-bottom: 40px
    }
    #archive_news .news_category_button li {
      font-size: 14px;
      margin: 0 10px
    }
    .news_list .item {
      height: auto;
      line-height: 1;
      padding: 20px;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap
    }
    .news_list .date {
      font-size: 12px;
      margin: 0 15px 0 0
    }
    .news_list .date:before {
      margin: 0 5px 0 0
    }
    .news_list .category {
      margin: 0;
      min-width: 90px;
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      padding: 0 15px
    }
    .news_list .title {
      font-size: 14px;
      width: 100%;
      margin-top: 15px;
      line-height: 1.1
    }
    #archive_news .page_navi {
      margin: 20px 20px 0
    }
  }
  #blog_list {
    width: auto;
    margin: 0 100px -60px
  }
  #blog_list .item_list_top .image_wrap {
    height: auto
  }
  @media screen and (max-width:1050px) {
    #blog_list .item_list_top .content {
      min-height: 170px
    }
    #blog_list .item_list_top .item.no_date .content {
      min-height: 135px
    }
    #blog_list .title {
      font-size: 18px
    }
    #blog_list .item_list_bottom .title {
      font-size: 16px
    }
  }
  @media screen and (max-width:950px) {
    #archive_blog {
      padding: 70px 0 70px
    }
    #blog_list {
      width: auto;
      margin: 0 60px -60px
    }
    #blog_list .item_list_bottom .item {
      width: calc(50% - 18px);
      margin: 0 35px 60px 0
    }
    #blog_list .item_list_bottom .item:nth-of-type(3n) {
      margin-right: 35px
    }
    #blog_list .item_list_bottom .item:nth-of-type(2n) {
      margin-right: 0
    }
    #no_post {
      margin: 40px 0;
      padding: 0 60px
    }
  }
  @media screen and (max-width:750px) {
    #archive_blog {
      padding: 0 0 40px
    }
    #archive_blog #archive_header {
      margin-top: 35px
    }
    #blog_list {
      width: auto;
      margin: 0
    }
    #blog_list .item_list_top_wrap {
      margin-bottom: -2px
    }
    #blog_list .item_list_top .content {
      min-height: 75px;
      padding: 20px 20px 15px
    }
    #blog_list .item_list_top .item.no_date .content {
      min-height: 50px
    }
    #blog_list .item_list_top .item:nth-child(1) .content {
      border-left: none
    }
    #blog_list .item_list_top .item:nth-child(2) .content {
      border-right: none
    }
    #blog_list .item_list_top .item {
      margin-bottom: 0
    }
    #blog_list .item_list_bottom .item {
      width: 50%;
      margin: 0 0 -1px !important;
      border-bottom: 1px solid #ddd
    }
    #blog_list .item_list_bottom .item:nth-child(odd) .content {
      border-right: 1px solid #ddd;
      height: 100%
    }
    #blog_list .item_list_bottom .content {
      padding: 20px 20px 15px
    }
    #blog_list .title {
      font-size: 16px !important
    }
    #blog_list .item_list_bottom .title {
      font-size: 14px !important
    }
    #blog_list .category {
      padding: 0 15px
    }
    #blog_list .date {
      font-size: 12px;
      margin: 2px 0 10px
    }
    #blog_list .desc {
      font-size: 14px;
      display: none
    }
    #no_post {
      margin: 60px 0 20px;
      padding: 0 20px
    }
  }
  @media screen and (max-width:620px) {
    #blog_list .item_list_top_wrap {
      overflow: auto
    }
    #blog_list .item_list_top {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap
    }
    #blog_list .item_list_top .item {
      width: 310px;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto
    }
    #blog_list .item_list_top .item:only-of-type .content {
      border-right: none
    }
    #blog_list .item_list_bottom .image_wrap {
      height: 112px
    }
  }
  #page_header_inner {
    width: auto;
    padding: 0 100px
  }
  @media screen and (max-width:1050px) {
    #page_header_inner {
      height: 70px
    }
    #page_header .desc {
      font-size: 15px
    }
  }
  @media screen and (max-width:950px) {
    #page_header_inner {
      padding: 0 60px
    }
    #archive_header {
      width: auto;
      margin: -10px 60px 60px
    }
    body.page #archive_header {
      margin: -10px 0 60px
    }
  }
  @media screen and (max-width:750px) {
    #page_header_inner {
      padding: 0 20px;
      height: 60px
    }
    #page_header .headline {
      margin-top: 3px
    }
    #page_header .desc {
      font-size: 12px;
      margin-top: 3px
    }
    #page_header .desc.hide_when_mobile {
      display: none
    }
    #archive_header {
      width: auto;
      margin: -10px 20px 35px
    }
    body.page #archive_header {
      margin: -10px 0 35px
    }
    #archive_header .desc {
      margin: 15px 0 0;
      line-height: 2
    }
    #archive_header .catch.mobile {
      display: block
    }
    #archive_header .desc.mobile {
      display: block
    }
    #archive_header .catch.pc {
      display: none
    }
    #archive_header .desc.pc {
      display: none
    }
  }
  @media screen and (max-width:750px) {
    .page_navi {
      margin: 15px 0 0
    }
    .page_navi a, .page_navi a:hover, .page_navi span {
      width: 50px;
      height: 60px;
      line-height: 60px
    }
  }
  #drawer_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #063;
    overflow: auto;
    z-index: 9999999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .25s ease;
    transition: transform .25s ease;
    -webkit-overflow-scrolling: touch;
  }
  .open_menu #drawer_menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .open_menu #js-footer-bar {
    display: none
  }
  .open_menu #container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999
  }
  _::-webkit-full-page-media, _:future, :root .open_menu #container:before {
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
  }
  @supports (-ms-ime-align:auto) {
    .open_menu #container:before {
      background: rgba(0, 0, 0, .6);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px)
    }
  }
  #drawer_menu .simplebar-scrollbar:before {
    background: #fff !important
  }
  #drawer_menu .close_button_area {
    position: relative;
    width: 100%;
    height: 60px;
  }
  #drawer_menu .close_button {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
  }
  #drawer_menu .close_button:before {
    color: #fff;
    font-size: 20px;
    display: block;
    top: 21px;
    left: 21px;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  #drawer_menu .logo {
    position: absolute;
    top: 7px;
    left: 20px;
    width: 90px;
  }
  #drawer_menu .logo img {
    width: 100%;
  }
	#drawer_menu .item_list {
		padding: 10px 20px;
	}
	#drawer_menu .item_list .bgimg_sp {
		display: table;
		width: 100%;
		margin-top: 10px;
	}
	#drawer_menu .item {
		border: solid 3px #396;
		box-sizing: border-box;
		border-radius: 10px;
		display: table-cell;
		vertical-align: middle;
		height: 120px;
		background: #fff;
		text-align: center;
		position: relative;
	}
	#drawer_menu .item .headline {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0.8em;
	}
	#drawer_menu .item .tel {
		font-size: 28px;
    	font-weight: bold;
   		margin: 0 0.8em 0 0;
		color: #063;
	}
	#drawer_menu .item .tel span {
		position: relative;
		padding-left: 0.7em;
	}
	#drawer_menu .item .tel span:before {
		content: '';
		background: url(../images/ico_tel.png) no-repeat;
		background-size: contain;
		width: 20px;
		height: 22px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	#drawer_menu .item.style_type2 .desc {
		font-size: 13px;
		margin-top: 7px;
	}
	#drawer_menu .design_button {
		width: 220px !important;
		font-size: 13px;
	}
  #header #global_menu {
    display: none
  }
  #mobile_menu {
    width: 100%;
    margin: 0
  }
  #mobile_menu ul {
    margin: 0
  }
  #mobile_menu li ul {
    display: none
  }
  #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 60px 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #004a25;
    border-bottom: 1px solid #0d8047;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible
  }
  #mobile_menu a {
    border-top: 0;
  }
  #mobile_menu li li a {
    border: none;
    background: #13854c;
    height: 50px;
    line-height: 50px
  }
  #mobile_menu a:hover {
    color: #f6cc4e !important;
  }
  #mobile_menu li {
    position: relative
  }
  #mobile_menu li.bdrT0 {
    border-top: 0;
  }
  #mobile_menu .child_menu_button {
    display: block;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 60px;
    right: 0;
    top: -1px;
    z-index: 9;
    cursor: pointer
  }
  #mobile_menu .child_menu_button:after {
    background: #fff;
    content: '';
    height: 2px;
    width: 12px;
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
  }
  #mobile_menu .child_menu_button:before {
    background: #fff;
    content: '';
    height: 12px;
    width: 2px;
    display: block;
    position: absolute;
    right: 30px;
    top: 25px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
  }
  #mobile_menu li.open > .child_menu_button:before {
    display: none
  }
  #mobile_menu li li a {
    opacity: 0
  }
  #mobile_menu li li.animate a {
    opacity: 1;
    transition: opacity .25s ease
  }
  #mobile_menu li ul {
    background: #222
  }
  #drawer_menu_footer {
    padding: 30px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  #drawer_menu_sns {
    margin: 0 0 0 -5px;
    text-align: left
  }
  #drawer_menu_footer.has_lang #drawer_menu_sns {
    max-width: calc(100% - 60px)
  }
  #drawer_menu_sns.color_type1 a:before {
    color: #fff
  }
  #drawer_menu_sns li {
    margin: 0 10px 10px 0
  }
  #drawer_menu_sns.color_type2 {
    margin-top: -4px
  }
  #drawer_menu_sns.color_type2 li {
    margin-right: 2px;
    transform: scale(.8)
  }
  #drawer_menu_sns.color_type2 li.rss a:before {
    font-size: 19px
  }
  #drawer_menu_sns.color_type2 li.contact a:before {
    font-size: 20px;
    top: 14px
  }
  #drawer_menu_sns.color_type2 li.pinterest a:before {
    top: 12px
  }
  #drawer_menu_search {
    margin: 35px auto 0;
    position: relative;
    width: 260px
  }
  #drawer_menu_search .input_area {
    background: rgba(255, 255, 255, .15);
    width: 260px;
    height: 40px;
    border-radius: 40px;
    position: relative
  }
  #drawer_menu_search .input_area input {
    font-size: 12px;
    border: none;
    background: 0 0;
    height: 40px;
    width: 210px;
    position: absolute;
    left: 0;
    top: 2px;
    padding: 0 10px 0 25px;
    color: #fff
  }
  #drawer_menu_search .button_area {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0
  }
  #drawer_menu_search .button_area input {
    width: 40px;
    height: 40px;
    border: none;
    background: 0 0;
    cursor: pointer
  }
  #drawer_menu_search .button_area:before {
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    pointer-events: none;
    font-weight: 600;
    position: absolute;
    font-family: 'design_plus';
    color: #fff;
    font-size: 12px;
    content: '\e94c';
    left: 11px;
    top: 15px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
  }
  #drawer_lang_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 70px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
  #drawer_lang_button.layout2 {
    display: block;
    text-align: right
  }
  #drawer_lang_button li {
    font-size: 15px;
    margin: 2px 0 10px 10px;
    line-height: 1
  }
  #drawer_lang_button li a {
    color: #666
  }
  #drawer_lang_button li.active a {
    color: #fff;
    pointer-events: none
  }
  body.drawermenu_light #drawer_menu {
    background: #fff
  }
  body.drawermenu_light #drawer_menu .simplebar-scrollbar:before {
    background: #000 !important
  }
  body.drawermenu_light #drawer_menu .close_button_area {
    border-color: #ddd
  }
  body.drawermenu_light #mobile_menu a {
    color: #000;
    border-color: #ddd
  }
  body.drawermenu_light #drawer_menu .close_button_area {
    border-color: #ddd
  }
  body.drawermenu_light #drawer_menu .close_button:before {
    color: #000
  }
  body.drawermenu_light #mobile_menu .child_menu_button:after {
    background: #000
  }
  body.drawermenu_light #mobile_menu .child_menu_button:before {
    background: #000
  }
  body.drawermenu_light #mobile_menu li ul {
    background: #eee
  }
  body.drawermenu_light #mobile_menu li li a {
    background: #eee
  }
  body.drawermenu_light #drawer_menu_sns.color_type1 a:before {
    color: #000
  }
  body.drawermenu_light #drawer_menu_search .input_area {
    background: #eee
  }
  body.drawermenu_light #drawer_menu_search .input_area input {
    color: #000
  }
  body.drawermenu_light #drawer_menu_search .button_area:before {
    color: #000
  }
  body.drawermenu_light #drawer_lang_button li.active a {
    color: #000
  }
  body.drawermenu_light #drawer_lang_button li a {
    color: #aaa
  }
  #header {
    height: 60px
  }
  #header_logo {
	display: table;
	width: 100%;
    left: 25px;
  }
  #header_logo .logo_image.pc {
    display: none
  }
	#header_logo .logo {
		display: table-cell;
		vertical-align: middle;
	}
  #header_logo .logo_image.mobile {
    display: block
  }
  .header_fix #header_logo .logo_image.pc.scroll {
    display: none
  }
  #header_logo .logo_image.mobile.init {
    display: block
  }
  #header_logo .logo_image.mobile.scroll {
    display: none
  }
  .header_fix #header_logo .logo_image.mobile.init {
    display: none
  }
  .header_fix #header_logo .logo_image.mobile.scroll {
    display: block
  }
  @media screen and (max-width:750px) {
    #header_logo {
      left: 20px
    }
  }
  #global_menu {
    display: none
  }
  #header_search {
    display: none
  }
  #header_lang_button {
    display: none
  }
  #drawer_menu_button {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center
  }
  #drawer_menu_button span {
    width: 22px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 28px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  body.home #drawer_menu_button span, body.page-template-page-lp #drawer_menu_button span {
    background: #fff
  }
  body.home #header.active #drawer_menu_button span, body.home.header_fix #header #drawer_menu_button span, body.page-template-page-lp.header_fix #drawer_menu_button span, body.page-template-page-lp #header.active #drawer_menu_button span, body.page-template-page-lp.hide_page_header #header #drawer_menu_button span {
    background: #000
  }
  #drawer_menu_button:hover span {
    opacity: .5
  }
  #drawer_menu_button span {
    left: 20px
  }
  #drawer_menu_button span:nth-child(1) {
    top: 24px
  }
  #drawer_menu_button span:nth-child(2) {
    top: 30px
  }
  #drawer_menu_button span:nth-child(3) {
    top: 36px
  }
  .megamenu {
    display: none
  }
  #header_message {
    padding: 10px 0;
    z-index: 2000
  }
  #header_message .post_content {
    width: auto !important;
    margin: 0 20px !important
  }
  #header_message.show_close_button .post_content {
    margin: 0 40px !important
  }
  @media screen and (max-width:750px) {
    #header_message .post_content {
      line-height: 1.8
    }
    #header_message.show_close_button .post_content {
      margin: 0 35px !important
    }
  }
  #bread_crumb {
    width: 100%;
    position: relative;
    padding: 0 25px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #bread_crumb ul {
    width: auto;
    height: 60px;
    line-height: 60px
  }
  @media screen and (max-width:1000px) {
    body.single-service #bread_crumb ul {
      width: auto;
      margin: 0 40px
    }
  }
  @media screen and (max-width:950px) {
    body.single-case #bread_crumb ul {
      width: auto;
      margin: 0 40px
    }
  }
  @media screen and (max-width:800px) {
    body.single-service #bread_crumb ul {
      margin: 0
    }
  }
  @media screen and (max-width:750px) {
    #bread_crumb {
      padding: 0 20px !important;
      height: 45px
    }
    #bread_crumb ul {
      height: 45px !important;
      line-height: 45px !important;
      width: auto !important
    }
    #bread_crumb li {
      font-size: 12px;
      margin-right: 5px;
      padding-right: 15px
    }
    #bread_crumb li:after {
      font-size: 9px;
      top: 1px
    }
    body.single-case #bread_crumb ul {
      margin: 0
    }
  }
  @media screen and (max-width:750px) {
    #single_post_title {
      margin: 0 -20px 15px
    }
    #single_post_title .title {
      padding: 0 20px
    }
    #single_post_title .meta {
      margin-bottom: 5px
    }
    #single_post_title .category {
      height: 30px;
      line-height: 30px;
      min-width: inherit;
      padding: 0 15px;
      margin-right: 10px;
      margin-bottom: 10px
    }
    #single_post_title .date {
      margin: 2px 10px 10px 0;
      font-size: 12px
    }
    #single_post_title .update {
      font-size: 12px;
      margin: 2px 0 10px
    }
    #single_post_title .date:before {
      margin-right: 5px;
      font-size: 11px
    }
    #single_post_title .update:before {
      margin-right: 5px;
      font-size: 12px
    }
    #single_post_image {
      width: calc(100% + 40px);
      margin: 0 -20px 40px;
      max-width: inherit
    }
    body.single-news #single_post_title {
      margin: 20px 0 20px
    }
    body.single-news #single_post_title .title {
      padding: 0
    }
  }
  @media screen and (max-width:750px) {
    #single_share_top {
      margin: 0 0 30px
    }
    #single_share_bottom {
      margin: 40px 0 0
    }
    #single_share_bottom .share-btm {
      margin-bottom: 0 !important;
      padding: 0
    }
    #single_share_top .mt10, #single_share_top .mt10 {
      margin: 0 !important
    }
    #single_share_bottom .mb45, #single_share_bottom .mb45 {
      margin: 0 !important
    }
    .share-type1 ul {
      text-align: center;
      margin-bottom: -5px !important
    }
    .share-type3 ul {
      text-align: center;
      margin-bottom: -5px !important
    }
    .share-type2 ul.type2 {
      text-align: center;
      margin-bottom: -5px !important
    }
    .share-type4 ul.type4 {
      text-align: center;
      margin-bottom: -5px !important
    }
    .sns_default_top {
      text-align: center;
      margin-bottom: -5px !important
    }
  }
  @media screen and (max-width:750px) {
    #single_copy_title_url_top {
      margin: 0 0 35px
    }
    #single_copy_title_url_bottom {
      margin: 40px 0 0
    }
    .single_copy_title_url_btn {
      border-width: 2px;
      font-size: 12px;
      line-height: 46px;
      min-width: 250px
    }
  }
  #post_meta_bottom {
    padding: 15px 20px 13px
  }
  #post_meta_bottom li {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    border-right: none
  }
  #post_meta_bottom li:last-child {
    border: none;
    margin: 0
  }
  #post_meta_bottom li:before {
    line-height: 1.5
  }
  @media screen and (max-width:750px) {
    #post_meta_bottom {
      margin: 40px 0 0
    }
  }
  @media screen and (max-width:750px) {
    #post_pagination {
      padding: 5px 0 0
    }
    #post_pagination a, #post_pagination p {
      font-size: 12px;
      width: 45px;
      height: 45px;
      line-height: 45px
    }
    #p_readmore {
      padding: 5px 0 0;
      margin: 0
    }
  }
  @media screen and (max-width:750px) {
    .single_banner {
      line-height: 2
    }
    #single_banner_top {
      width: auto;
      padding: 0;
      margin: 0 0 40px
    }
    #single_banner_bottom {
      width: auto;
      margin: 40px 0 -5px
    }
    #single_banner_shortcode {
      padding: 0 0 20px
    }
  }
  @media screen and (max-width:750px) {
    #next_prev_post {
      margin: 40px 0 0
    }
    #next_prev_post .item {
      height: 50px
    }
    #next_prev_post .nav {
      display: block
    }
    #next_prev_post .title {
      display: none
    }
    #next_prev_post .nav {
      position: relative;
      text-align: center;
      width: 100%;
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: color .2s ease;
      transition: color .2s ease
    }
    #next_prev_post .nav:after {
      z-index: 10;
      position: absolute;
      margin-top: 2px;
      left: 15px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'design_plus';
      color: #000;
      font-size: 14px;
      font-weight: 500;
      display: block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all .2s ease;
      transition: all .2s ease
    }
    #next_prev_post .prev_post .nav:after {
      content: '\e90f'
    }
    #next_prev_post .next_post .nav:after {
      content: '\e910';
      left: auto;
      right: 15px
    }
  }
  @media screen and (max-width:750px) {
    .author_profile {
      padding: 20px 20px 15px
    }
    body.single .author_profile {
      margin: 35px 0 0
    }
    .author_profile .avatar_area {
      width: 90px;
      height: 90px
    }
    .author_profile .info {
      -webkit-width: calc(100% - 90px);
      width: calc(100% - 90px)
    }
    .author_profile .info_inner {
      padding: 0 0 0 20px
    }
    .author_profile .name {
      font-size: 18px;
      margin: 0 0 10px
    }
    .author_profile .author_link {
      margin-top: 5px
    }
    .author_profile .desc {
      font-size: 12px !important
    }
    body.single .author_profile .desc {
      line-height: 2
    }
    #author_sns {
      margin-bottom: -5px
    }
    #author_sns li {
      margin: 0 10px 5px 0
    }
  }
  #related_post .item {
    height: 120px;
    margin-bottom: -1px
  }
  #related_post .image_wrap {
    width: 122px;
    height: 122px
  }
  #related_post .title {
    width: calc(100% - 120px);
    padding: 0 20px;
    font-size: 14px
  }
  @media screen and (max-width:750px) {
    #related_post, #related_post_no_image {
      padding: 40px 0 0
    }
    #related_post .headline, #related_post_no_image .headline {
      font-size: 20px !important;
      margin: 0 0 30px
    }
    #related_post .post_list {
      display: block
    }
    #related_post .item {
      width: auto
    }
    #related_post .item.no_image {
      height: 90px
    }
  }
  @media (max-width:767px) {
    .post_content .s_table, .post_content .wp-block-table {
      overflow: auto;
      white-space: nowrap;
      margin-bottom: 2em
    }
    .post_content .s_table table, .post_content .wp-block-table {
      margin-bottom: 0
    }
  }
  #page_404_header .content {
    padding: 0 30px
  }
  #page_search_header .content {
    padding: 0 30px
  }
  .custom_scroll_bar {
    scrollbar-color: rgba(0, 0, 0, 0) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
  }
  .custom_scroll_bar:hover {
    scrollbar-color: #f6cc4e rgba(255, 255, 255, .2);
    scrollbar-width: thin
  }
  .custom_scroll_bar::-webkit-scrollbar {
    height: 0;
    width: 0
  }
  .custom_scroll_bar:hover::-webkit-scrollbar {
    height: 8px;
    width: 8px
  }
  .custom_scroll_bar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .2);
    border-radius: 8px
  }
  .custom_scroll_bar::-webkit-scrollbar-thumb {
    background: #f6cc4e;
    border-radius: 10px
  }
  #footer_box_content .item_list_wrap {
    margin: 0 60px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  #footer_box_content .item {
    height: 190px;
    min-width: 290px;
    margin-right: 20px;
    padding: 15px !important
  }
  @media screen and (max-width:1050px) {
    #footer_box_content .item_list_wrap {
      margin: 0 20px
    }
    #footer_box_content .item_list {
      padding: 0;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: relative
    }
    #footer_box_content .item {
      margin-right: 10px !important;
      position: relative
    }
    #footer_box_content .item:last-of-type {
      margin-right: 0 !important
    }
    #footer_box_content .item:last-of-type:after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      position: absolute;
      left: 100%;
      top: 0;
    }
    #footer_box_content .simplebar-scrollbar:before {
      background: #fff !important
    }
    #footer_box_content .item .headline {
      font-size: 19px;
    }
    #footer_box_content .item .desc {
      font-size: 14px;
    }
    #footer_box_content .item .tel {
      font-size: 38px;
    }
    #footer_box_content .item .design_button {
      height: 60px;
      min-width: inherit;
      width: 280px;
      font-size: 15px;
    }
    #footer_box_content .ob {
      display: none;
    }
  }
  @media screen and (max-width:950px) {
    #footer_box_content {
      height: 300px;
    }
    #footer_box_content.item_num3 .item_list_wrap {
      overflow: auto;
      margin: 10px 0 0;
      padding: 0 0 20px 20px
    }
    #footer_box_content.item_num3 .item_list_wrap .item_list {
      -webkit-justify-content: flex-start;
      justify-content: flex-start
    }
    body.mobile_device #footer_box_content.item_num3 .item_list_wrap {
      margin: 0;
      padding: 0 0 0 20px
    }
    #footer_box_content .item_total1 {
      display: block
    }
    #footer_box_content .item_total1 .item {
      min-width: inherit
    }
    #footer_box_content .item_total1 p {
      margin: 0 0 12px
    }
    #footer_box_content .item_total1 p:last-of-type {
      margin: 0
    }
  }
  @media screen and (max-width:750px) {
    #footer_box_content .bg_image.mobile {
      display: block
    }
    #footer_box_content .bg_image.pc {
      display: none
    }
    #footer_box_content .item .free_space {
      font-size: 14px
    }
  }
  @media screen and (max-width:650px) {
    #footer_box_content.item_num2 .item_list_wrap {
      overflow: auto;
      margin: 10px 0 0;
      padding: 0 0 20px 20px
    }
    #footer_box_content.item_num2 .item_list_wrap .item_list {
      -webkit-justify-content: flex-start;
      justify-content: flex-start
    }
    body.mobile_device #footer_box_content.item_num2 .item_list_wrap {
      margin: 0;
      padding: 0 0 0 20px
    }
  }
  @media screen and (max-width:350px) {
    #footer_box_content.item_num1 .item_list_wrap {
      overflow: auto;
      margin: 10px 0 0;
      padding: 0 0 20px 20px
    }
    #footer_box_content.item_num1 .item_list_wrap .item_list {
      -webkit-justify-content: flex-start;
      justify-content: flex-start
    }
    body.mobile_device #footer_box_content.item_num1 .item_list_wrap {
      margin: 0;
      padding: 0 0 0 20px
    }
  }
  @media screen and (max-width:750px) {
    #return_top {
      display: none;
    }
    #return_top a {
      height: 50px;
      width: 50px;
      line-height: 50px
    }
    #return_top {
      right: 10px;
      bottom: 20px
    }
    #return_top a:before {
      font-size: 23px;
      top: -2px;
      left: 19px
    }
    .p-footer-bar + #return_top {
      bottom: 68px;
      opacity: 0
    }
    .p-footer-bar + #return_top.active {
      bottom: 68px;
      opacity: 1
    }
  }
  @media screen and (max-width:1050px) {
    .widget_content {
      width: 50%;
      margin: 0 0 40px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none
    }
    .widget_content:nth-child(odd) {
      padding-right: 50px
    }
    .widget_content:nth-child(even) {
      padding-left: 50px
    }
    .widget_content {
      max-width: 300px;
      width: auto;
      margin: 0 auto 40px;
      padding: 0;
      border: none
    }
    .widget_content:nth-child(odd) {
      padding-right: 0
    }
    .widget_content:nth-child(even) {
      padding-left: 0
    }
    .widget_headline {
      margin: 0 0 20px
    }
  }
  @media screen and (max-width:500px) {
    .widget_content {
      max-width: inherit
    }
    .footer_top {
      padding: 0.4em 0;
		margin-top: 20px;
    }
    .footer_top p {
      font-size: 13px;
    }
  }
  @media screen and (max-width:1050px) {
    .category_list_widget ul {
      margin: 0
    }
    .category_list_widget li a {
      padding: 0
    }
    .category_list_widget li li a {
      padding-left: 15px
    }
    .category_list_widget li li li a {
      padding-left: 30px
    }
    .category_list_widget li a:hover {
      padding-left: 40px
    }
    .category_list_widget a:before {
      left: 0
    }
    #footer_sitemap .lead {
      font-size: 15px;
    }
    #footer_box_content {
      height: auto;
    }
    #footer_box_content .overlay, #footer_box_content .video {
      display: none;
    }
    #footer_box_content .item {
      width: 66%;
      height: 140px;
      margin: auto !important;
    }
    #footer_box_content .item:last-of-type {
      margin: auto !important;
    }
    #footer_box_content .bgimg_sp.stype2 {
      background: url("../images/bg_ft_mail.jpg")no-repeat left center;
      background-size: cover;
      padding: 15px 0;
      margin: 0;
    }
    #footer_box_content .bgimg_sp.stype1 {
      background: url("../images/bg_ft_tel.jpg")no-repeat right center;
      background-size: cover;
      padding: 15px 0;
    }
    #footer_box_content .item_list_wrap {
      max-width: inherit;
      overflow: inherit;
      margin: 0;
      padding: 0;
      transform: none;
    }
    #footer_box_content .item_list {
      display: block;
    }
    #footer_box_content.item_num2 .item_list_wrap {
      justify-content: inherit;
      margin: 0;
      padding: 0;
    }
    #footer_box_content .item .headline {
      font-size: 15px;
    }
    #footer_box_content .item .tel {
      font-size: 32px;
    }
    #footer_box_content .item.style_type2 .desc {
      margin-top: 0;
    }
    #footer_box_content .item .design_button {
      max-height: inherit;
      width: 98% !important;
      height: 50px;
      font-size: 14px;
    }
    #footer_box_content .item .tel span:before {
      width: 20px;
      height: 25px;
    }
    .design_button span:before {
      width: 20px;
      height: 14px;
    }
  }
  @media screen and (max-width:750px) {
    .category_list_widget li a {
      height: 50px;
      line-height: 50px
    }
    .category_list_widget a:before {
      top: 23px
    }
    .category_list_widget li a:hover {
      padding-left: 30px
    }
  }
  @media screen and (max-width:750px) {
    .styled_post_list1 li {
      margin: 0 0 20px
    }
  }
  @media screen and (max-width:750px) {
    .post_slider_widget {
      padding-bottom: 0
    }
    .post_slider_widget .post_slider {
      height: auto
    }
    .post_slider_widget .item {
      width: 100%;
      height: auto
    }
    .post_slider_widget .slick-dots {
      bottom: auto;
      top: 170px
    }
  }
  @media screen and (max-width:750px) {
    .p-dropdown__title {
      height: 50px;
      line-height: 50px
    }
  }
  @media screen and (max-width:750px) {
    #searchform {
      height: 50px
    }
    #searchform #s {
      height: 50px
    }
    #searchform #searchsubmit {
      height: 50px
    }
    #searchform .submit_button {
      height: 50px
    }
    #searchform .submit_button:before {
      height: 50px;
      line-height: 50px
    }
  }
  @media screen and (max-width:750px) {
    .widget_recent_entries li {
      padding: 0 0 10px;
      margin-bottom: 10px
    }
    .widget_recent_entries li:last-child {
      padding: 0;
      margin: 0
    }
    .widget_recent_entries .post-date {
      font-size: 12px
    }
  }
  @media screen and (max-width:750px) {
    .widget_block {
      font-size: 14px
    }
  }
  @media screen and (max-width:750px) {
    .widget_text .textwidget {
      font-size: 14px
    }
  }
  @media screen and (max-width:1050px) {
    .widget_categories ul {
      margin: 0
    }
    .widget_categories li a {
      padding: 0
    }
    .widget_categories li li a {
      padding-left: 15px
    }
    .widget_categories li li li a {
      padding-left: 30px
    }
    .widget_categories li a:hover {
      padding-left: 40px
    }
    .widget_categories a:before {
      left: 0
    }
  }
  @media screen and (max-width:750px) {
    .widget_categories li a {
      height: 50px;
      line-height: 50px
    }
    .widget_categories a:before {
      top: 23px
    }
    .widget_categories li a:hover {
      padding-left: 30px
    }
    .widget_categories li .post-count {
      font-size: 11px;
      top: 13px
    }
  }
  @media screen and (max-width:750px) {
    .widget_archive select, .widget_categories select {
      height: 50px;
      font-size: 14px
    }
    .widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
      height: 50px
    }
    .widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
      top: 22px
    }
  }
  #comments {
    margin: 50px auto 0;
    padding: 0
  }
  @media screen and (max-width:750px) {
    #comments {
      margin: 40px 0 0
    }
    #comments .headline {
      font-size: 20px !important;
      margin: 0 0 30px !important
    }
  }
  #comment_tab li a, #comment_tab li p {
    padding: 14px 15px;
    font-size: 12px
  }
  @media screen and (max-width:750px) {
    body.mobile_device #comment_tab li a:hover {
      background: #fff;
      color: #000
    }
  }
  @media screen and (max-width:750px) {
    .post_content p {
      line-height: 2
    }
    .post_content li, .post_content dt, .post_content dd {
      line-height: 1.8
    }
    .post_content td, .post_content th {
      line-height: 1.8;
      padding: 14px 20px
    }
  }
    @media screen and (max-width:500px) {
		.post_content li, .post_content dt, .post_content dd {
			font-size: 15px;
		}
	 }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%
}
.simplebar-content:before, .simplebar-content:after {
  content: ' ';
  display: table
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}
body {
  font-size: 16px
}
.single_title {
  font-size: 28px
}
#page_header .headline {
  font-size: 32px !important
}
.common_catch {
  font-size: 42px !important
}
@media screen and (max-width:1050px) {
  .common_catch {
    font-size: 33px !important
  }
  #page_header .headline {
    font-size: 26px !important
  }
}
@media screen and (max-width:750px) {
  body {
    font-size: 16px
  }
  #page_header .headline {
    font-size: 20px !important
  }
  .single_title {
    font-size: 20px
  }
  .common_catch {
    font-size: 24px !important
  }
}
body, input, textarea {
  font-family: Arial, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif
}
#page_header .headline {
  font-family: Arial, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600
}
.common_catch, .design_headline, .rich_font, .p-vertical {
  font-family: Arial, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600
}
.rich_font_type1 {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600
}
.rich_font_type2 {
  font-family: Arial, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600
}
.rich_font_type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600
}
#header_logo .logo_text {
  font-size: 32px
}
@media screen and (max-width:1201px) {
  #header_logo .logo_text {
    font-size: 24px
  }
}
#footer_box_content .overlay {
  background-color: rgba(0, 84, 140, .2)
}
#footer_logo .logo_text {
  font-size: 32px
}
#footer_catch {
  font-size: 18px
}
@media screen and (max-width:1201px) {}
.author_profile .avatar_area img, .animate_image img, .animate_background .image {
  width: 100%;
  height: auto;
  will-change: transform;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease
}
.author_profile a.avatar:hover img, .animate_image:hover img, .animate_background:hover .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
a {
  color: #000
}
:root {
  --tcd-accent-color: 243, 184, 10
}
#comment_tab li.active a, .widget_tab_post_list_button div.active, #wp-calendar tbody a, #case_post_title .category:hover, .case_list .category:hover, .design_headline:before, .news_list .category:hover, .mega_menu_list ul a:before, #about_page_menu a:before, .widget_categories a:before, #return_top a:hover, #p_readmore .button:hover, .c-pw__btn:hover, #comment_tab li a:hover, #submit_comment:hover, #cancel_comment_reply a:hover, #global_menu ul ul a:before, #page_header, #global_menu > ul > li.current-menu-item > a, #global_menu > ul > li.current-menu-parent > a, #global_menu > ul > li.current-menu-ancestor > a, #wp-calendar #prev a:hover, #wp-calendar #next a:hover, #wp-calendar td a:hover, #comment_tab li a:hover, .tcdw_tag_list_widget ol a:hover, .widget_tag_cloud .tagcloud a:hover, #wp-calendar tbody a:hover, .megamenu_b .category:hover, #single_post_title .category:hover, #related_post .category:hover, #blog_list .category:hover, #drawer_menu .menu li.menu-item-has-children > a > .button:hover:after, #drawer_menu .menu li.menu-item-has-children > a > .button:hover:before, .post_slider_widget .slick-dots button:hover:before, .post_slider_widget .slick-dots .slick-active button:before, .megamenu_a .category:hover {
  background-color: #f6cc4e
}
#single_post_title .category, #related_post .category, #blog_list .category, #post_title .category, .widget_tab_post_list_button div.active, .page_navi span.current, #post_pagination p, #return_top a:hover, .page_navi a:hover, #post_pagination a:hover, #comment_textarea textarea:focus, .c-pw__box-input:focus, #related_post .category:hover, #blog_list .category:hover, #post_title .category:hover, .megamenu_a .category:hover, #single_post_title .category:hover, #related_post .category:hover, #blog_list .category:hover, .tcdw_tag_list_widget ol a:hover, .widget_tag_cloud .tagcloud a:hover, .page_navi span.current, .page_navi span.current, .page_navi a:hover {
  border-color: #f6cc4e
}
a:hover, #index_header_content .content_item .num, #index_header_content .content_item .unit, #case_cta .headline, #archive_header .catch, #archive_news .news_category_button li.current a, #service_page_header .box_content .num, #service_page_header .box_content .unit, .sc_data_content .num, .sc_data_content .unit, #header.active #header_search_button:hover:before, #header_search_button:hover:before, #header_search .button:hover label:before, .single_post_nav:hover span:after, #related_post .category:hover, #blog_list .category:hover, #post_title .category:hover, .cb_header .catch, .cb_service_list .service_carousel .main_item .title, .faq_list .title:hover, .service_carousel a:hover .title, .mega_menu_list .menu_area .headline a:hover, .widget_tab_post_list_button div:hover, .megamenu_a .owl-carousel .owl-nav button:hover, #drawer_menu .menu a:hover, #drawer_menu .menu > ul > li.active > a, #drawer_menu .menu > ul > li.current-menu-item > a, #drawer_menu .menu > li > a > .title:hover, .cb_news_list .news_category_sort_button li.active span, .cb_news_list .news_category_sort_button li:hover span, #searchform .submit_button:hover:before, #footer_social_link li a:hover:before, #next_prev_post a:hover, .tcdw_search_box_widget .search_area .search_button:hover:before, #single_author_title_area .author_link li a:hover:before, .author_profile a:hover, #post_meta_bottom a:hover, .cardlink_title a:hover, .comment a:hover, .comment_form_wrapper a:hover, #mega_menu_mobile_global_menu li a:hover, #tcd_toc.styled .toc_link:hover, .tcd_toc_widget.no_underline .toc_widget_wrap.styled .toc_link:hover, .rank_headline .headline:hover, .service_design_content .headline, .cb_design_content .data_content_top .num {
  color: #f6cc4e
}
#header_logo a:hover, #drawer_menu .menu ul ul a:hover, #drawer_menu .menu li > a:hover > span:after, #drawer_menu .menu li.active > a > .button:after, #featured_post a:hover, #drawer_menu .close_button:hover:before, #drawer_menu_search .button_area:hover:before, #drawer_lang_button li a:hover, #header_lang_button li a:hover {
  color: #f6cc4e !important
}
#mobile_menu .child_menu_button:hover:after, #mobile_menu .child_menu_button:hover:before {
  background-color: #f6cc4e !important
}
.post_content a, .widget_block a, .textwidget a, #no_post a, #page_404_header .desc a {
  color: #396;
  font-weight: bold;
}
.post_content a:hover, .widget_block a:hover, .textwidget a:hover, #no_post a:hover, #page_404_header .desc a:hover {
  text-decoration: underline;
}
.design_button {
  min-width: 300px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  color: #000;
  background-color: #f6cc4e;
  border: solid 2px #fff;
  box-shadow: 0 0 0 3px #f6cc4e;
}
.design_button span {
  position: relative;
  padding-left: 36px;
  color: #000;
}
.design_button span:before {
  content: '';
  background: url(../images/ico_mail.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.design_button:hover, .design_button:hover span {
  color: #000;
  opacity: 0.7;
}
.styled_h2 {
  font-size: 28px !important;
  text-align: left !important;
  font-weight: 600 !important;
  color: #000;
  border-color: #000;
  border-width: 2px;
  border-style: solid;
  padding-left: 1em !important;
  padding-top: .5em !important;
  padding-bottom: .5em !important;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background-color: transparent
}
@media screen and (max-width:750px) {
  .styled_h2 {
    font-size: 22px !important
  }
}
.styled_h3 {
  font-size: 26px !important;
  text-align: left !important;
  font-weight: 600 !important;
  color: #000000;
  border-color: #396;
  border-width: 5px;
  border-style: solid;
  padding-left: 1em !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
  margin: 3em 0 1.3em 0;
}
@media screen and (max-width:750px) {
  .styled_h3 {
    font-size: 20px !important;
    margin: 2.3em 0 1em 0;
  }
}
@media screen and (max-width: 600px) {
  .styled_h3 {
    font-size: 16px !important;
    margin: 2em 0 1em 0;
  }
  .styled_h4 {
    font-size: 22px !important;
    text-align: left !important;
    font-weight: 400 !important;
    color: #000;
    border-color: #ddd;
    border-width: 1px;
    border-style: dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: .8em !important;
    background-color: transparent;
  }
  @media screen and (max-width:750px) {
    .styled_h4 {
      font-size: 18px !important;
    }
  }
  .styled_h5 {
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 400 !important;
    color: #000;
    border-color: #000;
    border-width: 3px;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #f2f2f2;
    padding: .8em 1em !important;
  }
  @media screen and (max-width:750px) {
    .styled_h5 {
      font-size: 16px !important;
    }
  }
  .q_custom_button1 {
    min-width: 300px;
    height: 70px;
    border-radius: 70px;
    color: #fff !important;
    background-color: #f6cc4e;
    border: none;
  }
  .q_custom_button1:before {
    background-color: #f79800;
    opacity: 0;
  }
  .q_custom_button1:hover:before {
    opacity: 1
  }
  .q_custom_button2 {
    min-width: 300px;
    height: 70px;
    border-radius: 70px;
    color: #fff !important;
    background-color: #4a9faf;
    border: none
  }
  .q_custom_button2:before {
    background-color: #397c89;
    opacity: 0
  }
  .q_custom_button2:hover:before {
    opacity: 1
  }
  .q_custom_button3 {
    min-width: 300px;
    height: 70px;
    border-radius: 0;
    color: #fff !important;
    border-color: #000
  }
  .q_custom_button3:before {
    background-color: #000;
    opacity: 1
  }
  .q_custom_button3:hover {
    color: #333 !important;
    border-color: #333
  }
  .q_custom_button3:hover:before {
    opacity: 0
  }
  .q_frame1 {
    background: #fff;
    border-radius: 0;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid
  }
  .q_frame1 .q_frame_label {
    color: #000
  }
  .q_frame2 {
    background: #fff;
    border-radius: 0;
    border-width: 1px;
    border-color: #009aff;
    border-style: solid
  }
  .q_frame2 .q_frame_label {
    color: #009aff
  }
  .q_frame3 {
    background: #f2cc59;
    border-radius: 10px;
    border-width: 1px;
    border-color: #f9b42d;
    border-style: solid
  }
  .q_frame3 .q_frame_label {
    color: #000
  }
  .q_underline1 {
    font-weight: 600;
    background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
    background-image: linear-gradient(to right, transparent 50%, #fff799 50%)
  }
  .q_underline2 {
    font-weight: 600;
    background-image: -webkit-linear-gradient(left, transparent 50%, #99f9ff 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #99f9ff 50%);
    background-image: linear-gradient(to right, transparent 50%, #99f9ff 50%)
  }
  .q_underline3 {
    font-weight: 600;
    background-image: -webkit-linear-gradient(left, transparent 50%, #ff99b8 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ff99b8 50%);
    background-image: linear-gradient(to right, transparent 50%, #ff99b8 50%)
  }
  .speech_balloon1 .speech_balloon_text_inner {
    color: #000;
    background-color: #ffdfdf;
    border-color: #ffdfdf
  }
  .speech_balloon1 .before {
    border-left-color: #ffdfdf
  }
  .speech_balloon1 .after {
    border-right-color: #ffdfdf
  }
  .speech_balloon2 .speech_balloon_text_inner {
    color: #000;
    background-color: #fff;
    border-color: #ff5353
  }
  .speech_balloon2 .before {
    border-left-color: #ff5353
  }
  .speech_balloon2 .after {
    border-right-color: #fff
  }
  .speech_balloon3 .speech_balloon_text_inner {
    color: #000;
    background-color: #ccf4ff;
    border-color: #ccf4ff
  }
  .speech_balloon3 .before {
    border-left-color: #ccf4ff
  }
  .speech_balloon3 .after {
    border-right-color: #ccf4ff
  }
  .speech_balloon4 .speech_balloon_text_inner {
    color: #000;
    background-color: #fff;
    border-color: #0789b5
  }
  .speech_balloon4 .before {
    border-left-color: #0789b5
  }
  .speech_balloon4 .after {
    border-right-color: #fff
  }
  .qt_google_map .pb_googlemap_custom-overlay-inner {
    background: #000;
    color: #fff
  }
  .qt_google_map .pb_googlemap_custom-overlay-inner:after {
    border-color: #000 transparent transparent
  }
  #tcd_ads_widget-2 {
    border: none;
    padding-bottom: 0
  }
  #archives-2 {
    border: none;
    padding-bottom: 0;
    margin-bottom: 25px
  }
  @media screen and (min-width:768px) {
    #archive_header .desc {
      font-size: 18px
    }
    .cb_header .desc {
      font-size: 18px
    }
  }
}
/* width 幅 */
.mw800 {
  max-width: 800px;
  margin: 0 auto;
}
.mw930 {
  max-width: 930px;
  margin: 0 auto;
}
.mw1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.mw1024 {
  max-width: 1024px;
  margin: 0 auto;
}
/* contactform7 */
.wpcf7-spinner {
	display: none !important;
}
#bl04 dl {
	display: table;
	border-top: solid 1px #ddd;
	width: 100%;
	padding: 24px 0;
}
/* 新着情報 */

#bl04 dl:last-child {
	border-bottom: solid 1px #ddd;
}
#bl04 dl dt,
#bl04 dl dd {
	display: table-cell;
	font-size: 16px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1.2;
}
#bl04 dl dd a {
	color: #063;
	text-decoration: underline;
}
#bl04 dl dd a:hover {
	text-decoration: none;
}
#bl04 .inner .h2hd {
	margin-bottom: 60px;
}
#bl04 dl dt {
	width: 215px;
}
#bl04 dl dt span {
	display: inline-block;
	background: #000;
	border-radius: 36px;
	width: 100px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	margin-right: 10px;
}
/* page navi */
.pagination {
	text-align: center;
	margin: 30px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	border: solid 2px #396 !important;
	box-sizing: border-box;
	padding: 10px 14px !important;
	font-size: 16px !important;
	color: #396 !important;
	font-weight: bold !important;
}
.wp-pagenavi a:hover {
	background: #396;
	color: #fff !important;
}
.wp-pagenavi .current {
	background: #396;
	color: #fff !important;
}
@media all and (max-width: 1040px) {
	#bl04 .inner {
		margin: 0 5%;	
	}

}
@media all and (max-width: 520px) {
	#bl04 .inner {
		padding: 40px 0;
	}
	#bl04 dl {
		display: block;
		padding: 15px 0;
	}
	#bl04 dl dt,
	#bl04 dl dd {
		display: block;
		font-size: 14px;
		margin-right: 0;
		line-height: 1.4;
	}
	#bl04 dl dt {
		width: auto;
		margin-bottom: 0.4em;
	}
	#bl04 dl dt span {
		width: 80px;
		height: 26px;
		font-size: 12px;
		line-height: 26px;
		margin-right: 7px;
	}
	/* page navi */
	.pagination {
		text-align: center;
		margin: 10px 0;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 14px !important;
		font-weight: 500 !important;
		border-width: 1px !important;
	}
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
	background: #fff;
}
.grecaptcha-badge {
	visibility: hidden;
}