@font-face { font-family: "Font Awesome 5 Free"; 
  src: url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-regular-400.eot) format("embedded-opentype"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-regular-400.woff2) format("woff2"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-regular-400.woff) format("woff"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-regular-400.ttf) format("truetype"),
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-regular-400.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}

@font-face { font-family: "Font Awesome 5 Free"; 
  src: url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-solid-900.woff) format("woff"),
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-solid-900.ttf) format("truetype"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fa-solid-900.svg) format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}


@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
    url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.woff") format("woff"), 
    url("../webfonts/fa-regular-400.ttf") format("truetype"), 
    url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: auto; 
}

.child-theme form input[type=search], 
.child-theme form input[type=text], 
.child-theme form input[type=email], 
.child-theme form input[type=password], 
.child-theme form input[type=tel], 
.child-theme form input[type=number], 
.child-theme form input[type=file], 
.child-theme form select, 
.child-theme form textarea {
  font-size: 16px;
  font-weight: 300;
  padding: 3px 10px;
  height:auto;
  min-height:38px;
  transition: background-color .1s linear;
  width: 100% !important;
  line-height: 1.15;
  margin: 0;
  font-family: sans-serif;
  border-radius:2px;
}

li.hs-form-checkbox input,
li.hs-form-radio input{
  width:auto !important;
}

form label {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 5px;
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.child-theme .hs-input.invalid.error{

  background: #fdf5f2;
}

.child-theme form ul.no-list.hs-error-msgs.inputs-list {
  list-style: disc;
}
section.prev-next-link a.prev-link .thumb-wrap img:hover {
    opacity: 0.8;
}
.child-theme ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  background-color: #fedddd;
  color: #a2122f;
  position:relative;
  margin-right:5px;
}
.card_gallery.cntn_with_btn.hover .btn_row a.hs-button:hover {
  background-color: #fff;
}
.child-theme ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 16px;
  line-height: 2;
  font-weight:400;
  padding-bottom:0px;
  position:relative;
}

.child-theme ul.no-list.hs-error-msgs.inputs-list li label::before{
  content:"・";
  font-size: 12px;
}

.hs-form-field{
  margin-bottom:20px;
}

form li.hs-form-radio {
  margin: 0;
}

form li.hs-form-radio input {
  margin: 0 10px 0 20px;
  border-radius: 4px;
  font-size: 16.8px;

  background-color: rgba(255, 255, 255, .3);
  min-height: auto;
}

form li.hs-form-radio label {
  padding-bottom: 0px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

form li.hs-form-checkbox {
  margin: 0;
}

form li.hs-form-checkbox label {
  padding: 0;
  font-weight: 400;
}

form li.hs-form-checkbox label input {
  min-height: auto;
  margin: 0 10px 0 20px;
  border-radius: 4px;
  font-size: 16.8px;

  background-color: rgba(255, 255, 255, .3);
}
.child-theme form input[type=search]:focus, 
.child-theme form input[type=text]:focus, 
.child-theme form input[type=email]:focus, 
.child-theme form input[type=password]:focus, 
.child-theme form input[type=tel]:focus, 
.child-theme form input[type=number]:focus, 
.child-theme form input[type=file]:focus, 
.child-theme form select:focus, 
.child-theme form textarea:focus {
  background-color: #f7fcfd;

}
.child-theme form input[type=search]:hover, 
.child-theme form input[type=text]:hover, 
.child-theme form input[type=email]:hover, 
.child-theme form input[type=password]:hover, 
.child-theme form input[type=tel]:hover, 
.child-theme form input[type=number]:hover, 
.child-theme form input[type=file]:hover, 
.child-theme form select:hover, 
.child-theme form textarea:hover{
  background-color: #ceeaf3;
}
.child-theme .span2 .hs-button, 
.child-theme .span3 .hs-button, 
.child-theme .span4 .hs-button, 
.child-theme .span5 .hs-button, 
.child-theme .span6 .hs-button,
.child-theme .cm_nv_wrp .cm_nv_inner .custom, 
.child-theme .hs-button, 
.child-theme .tabber .media-col .form-wrap input.hs-button, 
.child-theme form input[type=submit]{
  padding:10px 60px;
  font-size: 21px;
  height: auto;
  font-family: sans-serif;
  font-weight:400;
  line-height: 1.15;
}

.hs_submit.hs-submit {
  margin-top: 20px;
}

.child-theme .blog-sidebar form input[type=text],
.child-theme .hs_service form input[type=text],
.child-theme .hs-search-field__bar form input[type=text]{
  padding-right: 50px;
}
.child-theme .card_gallery .icon_box.bgAdded img{
  height: auto;
}
.child-theme .hs_fillter_wrp .type_3 .hs_fil_t3_cat {
  align-items: flex-end;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.child-theme .lising-main-cnt-sidbr .hs-search-field__button:hover,
.child-theme .servs-details-pg button.hs-search-field__button:hover
.child-theme .hs-search-field__button:hover{
  background-color: transparent;
}
.child-theme button.hs-search-field__button:hover {
  background: transparent;
}
::placeholder,
:-moz-placeholder,
::-webkit-input-placeholder{

}
.child-theme .hs-trans-btn {
  border-width: 1px;
  padding: 10px 60px ;


}

.child-theme p{
  margin:0px;
}

.child-theme ol{
  margin: 0 0 0 25px;
  padding: 0;
}

.child-theme ol li {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: list-item;
  line-height: 2;
  margin-bottom: 0;
}

.child-theme .page-center.full_width,
.child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .gallery-section .page-center,
.child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .two-col-content .page-center,
.child-theme [class*="full-width-section"].dnd-section > .row-fluid,
.child-theme [class*="full-width-section"].dnd-section, 
.child-theme .dnd_padd .page-center.cm_map_gray,
.child-theme .span4 .page-center{
  padding-left: 0;
  padding-right: 0;
} 

/* page-center */

.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 1100px;
  
  padding-left:20px;
  padding-right:20px;
}

/* footer css */

footer.cm-footer {
  position: relative;
  z-index: 99;
}

footer.cm-footer .footer-section-2 {
  background: #EBA428;
  margin-top:5px;
}

footer.cm-footer .footer-section-2 .page-center {
  max-width: 100%;
  padding: 0;
}

footer.cm-footer .footer-section-2 .col-section {
  padding: 0;
  text-align: center;
}

footer.cm-footer .footer-section-2 .col-section .footer-content p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing:normal;
}

footer.cm-footer .footer-section-1 {
  padding-top: 50px !important;
}

footer.cm-footer .footer-section-1 .page-center {
  padding: 0 10px 32px;
  max-width: 1080px;
}

footer.cm-footer .footer-section-1 .flex_row {
  display: flex;
}

footer.cm-footer .footer-section-1 .col-section {
  padding: 0;
}

footer.cm-footer .footer-section-1 .num1 {
  padding: 0 0 10px;
}

footer.cm-footer .footer-section-1 .num2 {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

footer.cm-footer .footer-section-1 .num3 {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

footer.cm-footer .footer-section-1 .num4 {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

footer.cm-footer .footer-section-1 .num1 .row1 {
  margin: 10px 0;
}

footer.cm-footer .footer-section-1 .num1 .row2 p {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height:28px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing:normal;
}

footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul,
footer.cm-footer .footer-section-1 .num3 .row1 .hs-menu-wrapper>ul,
footer.cm-footer .footer-section-1 .num4 .row1 .hs-menu-wrapper>ul{
  list-style-type: none;
  font-size:15.4px;
  line-height: 2;
}

footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul li,
footer.cm-footer .footer-section-1 .num3 .row1 .hs-menu-wrapper>ul li,
footer.cm-footer .footer-section-1 .num4 .row1 .hs-menu-wrapper>ul li{
  margin: 0;
  list-style-type: none;
  line-height: 29px;
  margin-bottom: 0;
  font-size: 16px;
}

footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul li a,
footer.cm-footer .footer-section-1 .num3 .row1 .hs-menu-wrapper>ul li a,
footer.cm-footer .footer-section-1 .num4 .row1 .hs-menu-wrapper>ul li a{
  color: #333;
  padding: 0;
  display: inline-block;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size:16px;
  letter-spacing:normal;
}

footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul li a:hover,
footer.cm-footer .footer-section-1 .num3 .row1 .hs-menu-wrapper>ul li a:hover,
footer.cm-footer .footer-section-1 .num4 .row1 .hs-menu-wrapper>ul li a:hover{
  background: transparent;
  opacity: .7;
}

footer.cm-footer .back_to_top.bord_pri_color {

  background-color: unset;
}

footer.cm-footer .back_to_top {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  transition: none;
}

footer.cm-footer .footer-section-1 .num1 .row1 img:hover {
  opacity: .8;
}

footer.cm-footer .back_to_top svg {
  display: none;
}

.header_top_sec .row-fluid [class*="span"],
.header_bottom_sec .row-fluid [class*="span"]{
  min-height: 0;
}

/* pages css */

.cnt-wit-bg-wrp.privacy .content_widget {
  padding: 20px 10px 10px 10px;
}

.cnt-wit-bg-wrp.privacy.type2 .content_widget{
  padding-top:0px;
}

.cnt-wit-bg-wrp.privacy .content_widget h1.title {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.cnt-wit-bg-wrp.privacy .content_widget h1.title::before {
  top: 0;
  left: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.cnt-wit-bg-wrp.privacy .content_widget h1.title::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.cnt-wit-bg-wrp.privacy .rich_text p {
  letter-spacing: 0.1em;
  line-height: 2;
  color:#333;
}

.cnt-wit-bg-wrp.privacy .rich_text p+p {
  margin-top: 10px;
}

.cnt-wit-bg-wrp.privacy .rich_text p+ol {
  margin: 0 0 0 25px;
  margin-top: 10px;
  padding: 0;
}

.cnt-wit-bg-wrp.privacy .rich_text ol li {
  color: #333;
}

.cnt-wit-bg-wrp.privacy.table .rich_text ol {
  list-style-type: decimal;
}

.cnt-wit-bg-wrp.privacy.table .rich_text> ol>li {
  list-style: upper-roman;
}

.cnt-wit-bg-wrp.privacy.table .rich_text> ol>li table {

  background-color: transparent;
  border-spacing: 2px;
  width: 100%;
  margin: 0;
}

.cnt-wit-bg-wrp.privacy.table .rich_text> ol>li table tbody tr td {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.67;
  letter-spacing: 0.1em;

}

.cnt-wit-bg-wrp.privacy.table .rich_text ol ol li {
  line-height: 1.67;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.cnt-wit-bg-wrp.privacy.table .rich_text ol ol li p{
  line-height: 1.67;
}

.cnt-wit-bg-wrp.privacy.table .rich_text> ol>li table tr td ul {
  list-style: disc;
  margin: 0 0 0 25px;
  padding: 0;
}

.cnt-wit-bg-wrp.privacy.table .rich_text> ol>li table tr td ul li {
  line-height: 1.67;
}

.cnt-wit-bg-wrp.ctm-bnr .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row {
  display: table;
  table-layout: fixed;
  margin: 10px 0;
  width: 100%;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item {
  width: 45%;
  vertical-align: top;
  display: table-cell;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:first-child a {
  font-size: 20px;
  color: #fff;
  background: #EBA428;

  text-decoration: none;
  padding: 18px 20px;
  min-width: 300px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing:normal;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:last-child a {
  font-size: 20px;
  color: #EBA428;
  background: #fff;
  text-decoration: none;

  padding: 18px 20px;
  min-width: 300px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing:normal;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:first-child a:hover {
  color: #EBA428;
  background: #fff;

}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:last-child a:hover {
  background: #EBA428;
  color: #fff;

}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:first-child a::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  color: #fff;
  margin-right: 10px;
  font-weight: 900;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:last-child a:hover::before{
  color:#fff;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:first-child a:hover::before{
  color:#EBA428;
}

.cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:last-child a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  color: #EBA428;
  margin-right: 10px;
  font-size: 20px;
}

.cnt-wit-bg-wrp.ctm-bnr .rich_text {
  margin: 0;
  padding: 0 10px 10px 10px;
}

.cnt-wit-bg-wrp.ctm-bnr .rich_text h2 {
  margin-bottom:1em;
  margin-top: 20px;
}

.cnt-wit-bg-wrp.ctm-bnr .content_widget {
  padding: 0 10px 10px 10px;
  width: 100%;
  margin: 10px 0px;
}

.cnt-wit-bg-wrp.recBnr .bg_el.bg_img {
  background-size: contain !important;
  background-position: top right !important;
  background-color: #f9f9f9;
}

.cnt-wit-bg-wrp.recBnr .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cnt-wit-bg-wrp.recBnr .content_widget h3 {
  padding: 0 10px 10px 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1em;
}

.cnt-wit-bg-wrp.recBnr .rich_text {
  padding: 20px 80px 25px;

  max-width: 849px;
  margin: 0 auto 20px;
  background-color: #ffffff;
}

.cnt-wit-bg-wrp.recBnr .rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cnt-wit-bg-wrp.recBnr .rich_text ul li {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 50px;
  position: relative;
  margin: 10px 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.cnt-wit-bg-wrp.recBnr .rich_text ul li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 140%;
  font-weight: 400;
  color: #EBA428;
  margin-right: 19px;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 1;
}

.two-col-content.animImg .page-center {
  padding-bottom: 20px;
}

.two-col-content.animImg .content-col .description {
  margin-bottom: 0px;
}

.two-col-content.animImg .content-col .cont-inner h3 {
  font-size: 24px;
  line-height: 1.29166666667;
  margin-bottom: 1.5rem;
  text-align: center;
  margin-top: 10px;
  letter-spacing:1px;
}

.two-col-content.animImg .content-col .cont-inner img {
  margin-bottom: 10px;
}

.two-col-content.animImg .content-col .btn_row {
  margin-top: 0px;
}

.two-col-content.animImg .content-col .btn_row a {
  all: unset;
  font-size: 16px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  padding: 10px 30px;
  background: #254a73;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 2;
  cursor:pointer;
  margin-bottom:10px;
  letter-spacing:normal;
}

.two-col-content.animImg .content-col .btn-items .btn_row {
  justify-content: center;
}

.two-col-content.animImg .media_column .right_column_btn .btn_row {
  justify-content: center;
}

.two-col-content.animImg .content-col .btn_row a:hover{
  opacity:0.8;
}

.two-col-content.animImg .media_column {
  display: flex;
  flex-direction: column;
}

.two-col-content.animImg .media_column .content_box {
  order: 1;
  margin-top: 0px;
}

.two-col-content.animImg .media_column .mediaimg {
  order: 2;
  margin-bottom: 10px;
}

.two-col-content.animImg .media_column .right_column_btn {
  order: 3;
}

.two-col-content.animImg .media_column .content_box h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.29;
  text-align: center;
  letter-spacing:1px;
}

.two-col-content.animImg .media_column .right_column_btn .btn_row {
  margin-top: 0px;
}

.two-col-content.animImg .media_column .right_column_btn .btn_row a {
  all: unset;
  font-size: 16px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  padding: 10px 30px;
  background: #254a73;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  cursor:pointer;
  margin-bottom:10px;
  letter-spacing:normal;
}

.two-col-content.animImg .media_column .right_column_btn .btn_row a:hover{
  opacity:0.8;
}

.two-col-content.lacBnr .flex_row.flex_center {
  row-gap: 0px !important;
  margin-left:-25px;
  margin-right:-25px;
}

.two-col-content.lacBnr .content-col .description {
  margin: 0;
}

.two-col-content.lacBnr .content-col .description p {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
  font-weight: 700;
}

.two-col-content.lacBnr .content-col .description p em {
  font-style: unset;
}

.two-col-content.lacBnr .content-col .description h3 {
  text-align: center;
  line-height: 1.67;
  margin-bottom: 1em;
}

.two-col-content.lacBnr .content-col .btn-items .btn_row {
  margin-top: 0px;
  margin: 10px 0;
}

.two-col-content.lacBnr .content-col .btn-items .btn_row a {
  background: #fff;
  color: #333;
  text-decoration: none;

  position: relative;
  padding: 12px 20px;
  padding-right: 40px;
  font-size: 14px;
  cursor: pointer;
  line-height:1;
}

.two-col-content.lacBnr .content-col .btn-items .btn_row a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}

.two-col-content.lacBnr .content-col .btn-items .btn_row a:hover {
  color: #fff;
  background: #df8c3b;

}

.two-col-content.lacBnr .content-col .btn-items .btn_row a:hover::after {
  color: #fff;
}

html[lang^=ja] body,
html[lang^=ko] body,
html[lang^=zh] body {
  word-break: unset;
}

.servs-details-pg .hs-search-field.hs-search-field--initialized button.hs-search-field__button {
  top: 25%;
}

.servs-details-pg .hs-search-field.hs-search-field--initialized input {
  padding-right: 50px;
}

.servs-details-pg .dnd-section>.row-fluid {
  padding: 0;
}

.servs-details-pg .hs-search-field.hs-search-field--initialized form {
  margin-bottom: 0;
}

.servs-details-pg .hs-search-field__bar.hs-search-field__bar--button-inline.hs-search-field--open {
  margin-bottom: 20px;
}

.cm_hiw_wrp ul#tabs li:not(:first-child) .tab_icn_img {
  position: relative;
  top: -4px;
}

.cm_hiw_wrp ul#tabs li:first-child .tab_icn_img {
  position: relative;
  top: -4px;
}

.error-page:before {
  color: rgb(221 230 239);
}

.password-prompt input[type=password] {
  margin-bottom: 10px !important;
}

footer.cm-footer.lp-footer .back_to_top {
  background-color: unset;

}
.two-col-content.language_partner .content-col .description p{
  color: #333333;
}


@media(min-width:770px){

  .cm-header {
    position: relative;
    z-index: 9999;
    min-height:121.39px;
  }

  .cm-header.lp-header {
    min-height: 73px;
  }

  .cm-header .headerTop {
    background-color: #fff;
  }

  .cm-header .headerTop .page-center {
    max-width: 1120px;
    padding: 3.5px 20px;
  }

  .cm-header .headerTop .topInner {
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap:wrap;
  }

  .cm-header .headerTop .topInner .logo-cnt {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    padding-top:4px;
    padding-bottom:4px;
  }

  .cm-header .headerTop .topInner .contDetails {
    padding: 10px 0;
  }

  .cm-header .headerTop .topInner .contDetails .contCnt {
    display: flex;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn {
    display: flex;
    align-items:center;
  }

  .cm-header .headerTop .topInner .contDetails .number {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }

  .cm-header .headerTop .topInner .contDetails .number a {
    all: unset;
    font-weight: bold;
    font-family: "Arial", "メイリオ";
    font-size: 20px;
    color: #333;
    letter-spacing: 2px;
    cursor:pointer;
  }

  .cm-header .headerTop .topInner .contDetails .number a::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-size: 100%;
    font-weight: 900;
    margin-right: -2px;
  }

  .cm-header .headerTop .contDetails .topBtn .inquiry {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-top:-4px;
  }

  .cm-header .headerTop .contDetails .topBtn .inquiry a.cta_button {
    font-weight: bold;
    color: #EBA428;
    background: #fff;
    text-decoration: none;

    padding: 11.5px 42px;
    font-size: 14px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing:normal;
  }

  .cm-header .headerTop .contDetails .topBtn .inquiry a.cta_button::before {
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #EBA428;
    margin-right: 10px;
  }

  .cm-header .headerTop .contDetails .topBtn .documents {
    margin-left: 7.5px;
    margin-right: 0px;
  }

  .cm-header .headerTop .contDetails .topBtn .documents a {
    all: unset;
    font-weight: bold;
    color: #fff;
    background: #EBA428;

    text-decoration: none;
    padding: 11px 54px;
    font-size: 14px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
    cursor:pointer;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing:normal;
  }

  .cm-header .headerTop .contDetails .topBtn .documents a::before {
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    color: #fff;
    margin-right: 10px;
    font-weight: 900;
  }

  .cm-header .headerTop .contDetails .topBtn .inquiry a.cta_button:hover {
    background: #EBA428;
    color: #fff;

  }

  .cm-header .headerTop .contDetails .topBtn .inquiry a.cta_button:hover::before {
    color: #fff;
  }

  .cm-header .headerTop .contDetails .topBtn .documents a:hover {
    color: #EBA428;
    background: #fff;

  }

  .cm-header .headerTop .contDetails .topBtn .documents a:hover::before {
    color: #EBA428;
  }

  .cm-header .headerBtm {
    background: #404040;
    width: 100%;
  }

  .cm-header .headerBtm .page-center {
    max-width: 1140px;
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul {
    width: 100%;
    display:table;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li {
    display: table-cell;
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
    min-width: 100px;
    position: relative;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a {
    color: #fff;


    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 15px 10px;
    line-height:18.4px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing:normal;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a:hover {
    color: #EBA428;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right: 20px;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    display:none;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li:hover ul{
    display:block;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li {
    margin: 0;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li a {
    color: #191919;
    padding: 20px;


    font-weight: bold;
    font-size: 16px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing:normal;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li a:hover {
    background: #EBA428;
    color: #fff;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children::after {
    position: absolute;
    right: 10px;
    content: '\f0d7';
    font-family: FontAwesome;
    top: 50%;
    margin-top: -6px;
    color: #fff;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children:hover::after {
    color: #EBA428;
    transform: rotate(180deg);
  }

  .cm-header .hamburger{
    display:none;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children .cmChildTrigger{
    display:none;
  }

}

@media(min-width:992px){

  .cm-header .headerTop .topInner .logo-cnt{
    min-width:300px;
  }
}

@media(max-width:1024px) and (min-width:769px){

  footer.cm-footer .footer-section-1 .num2,
  footer.cm-footer .footer-section-1 .num3,
  footer.cm-footer .footer-section-1 .num4{
    width: 25% !important;
  }

  footer.cm-footer .footer-section-1 .flex_row {
    flex-wrap: nowrap;
  }
}

@media(max-width:991px) and (min-width:951px){

  .cm-header .headerTop .topInner .logo-cnt{
    min-width:200px;
  }
}

@media screen and (max-width: 834px) and (min-width: 769px){
  .cm-header .headerTop .topInner .contDetails .number a {
    font-size: 0;
  }

  .cm-header .headerTop .topInner .contDetails .number a:before{
    font-size:24px;
  }

  .cm-header .headerTop .topInner .contDetails .number{
    margin-right:0px;
  }

  .cm-header .headerTop .contDetails .topBtn .inquiry{
    margin-left:0px;
  }
}

@media(max-width:820px) and (min-width:769px){

  footer.cm-footer .footer-section-1 .num1 img{
    width:unset !important;
    max-width:234px;
  }

  footer.cm-footer .footer-section-1 .num1{
    width:35.415% !important;
  }
}

@media screen and (max-width: 769px) and (min-width: 600px){

  .cnt-wit-bg-wrp.privacy .page-center {
    max-width: 640px;
  }
}

@media(max-width:769px){

  .cm-header{
    min-height:51px;
  }

  footer.cm-footer .footer-section-1 {
    padding-top: 0px !important;
  }

  footer.cm-footer {
    padding: 50px 0 0;
  }

  footer.cm-footer .footer-section-1 .page-center {
    padding: 30px 0px;
    padding-bottom: 40px;
  }

  footer.cm-footer .footer-section-1 .num1 {
    width: 100% !important;
    padding: 0 0 8px;
    margin: 10px 0;
  }

  footer.cm-footer .footer-section-1 .num2, 
  footer.cm-footer .footer-section-1 .num3, 
  footer.cm-footer .footer-section-1 .num4 {
    width: 33% !important;
    padding: 0;
    margin: 0;
  }

  footer.cm-footer .footer-section-1 .num1 .row2 p {
    padding: 10px;
  }

  footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul li:not(:first-child), 
  footer.cm-footer .footer-section-1 .num3 .row1 .hs-menu-wrapper>ul li:not(:first-child), 
  footer.cm-footer .footer-section-1 .num4 .row1 .hs-menu-wrapper>ul li:not(:first-child) {
    margin-top: 3px;
  }

  footer.cm-footer .footer-section-1 .flex_row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
  }

  .cm-header .hamburger{
    display:block;
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    height: 51px;
    background: #EBA428;
    cursor:pointer;
  }

  .cm-header .hamburger span {
    background-color: #fff;
    position: absolute;
    left: 15px;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .cm-header .hamburger span:first-child {
    top: 15px;
  }

  .cm-header .hamburger span:nth-child(2) {
    top: 24px;
  }

  .cm-header .hamburger span:nth-child(3) {
    bottom: 15px;
  }

  .cm-header .headerTop .page-center {
    max-width: 1080px;
    padding: 0;
  }

  .cm-header .headerTop .logo-cnt {
    padding-left: 10px;
    padding-top:8px;
  }

  .cm-header .headerTop .topInner {
    display: flex;
  }

  .cm-header .headerTop .topInner .contDetails {
    display: flex;
  }

  .cm-header .headerTop .topInner .contDetails .number a {
    all: unset;
    font-size: 0px;
    padding: 5px 8px;
    letter-spacing:0px;
  }

  .cm-header .headerTop .topInner .contDetails .number a::before {
    font-size: 22px;
    margin: 0;
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #333;
    font-weight: 900;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn {
    display: flex;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn .inquiry a.cta_button {
    all: unset;
    font-size: 0px;
    padding: 5px 8px;
    letter-spacing:normal;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn .inquiry a.cta_button::before {
    font-size: 22px;
    margin: 0;
    color: #333;
    position: relative;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn .documents a {
    all: unset;
    font-size: 0;
    padding: 5px 8px;
    letter-spacing:0px;
  }

  .cm-header .headerTop .topInner .contDetails .topBtn .documents a::before {
    font-size: 22px;
    margin: 0;
    color: #333;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
  }

  .cm-header .headerTop .topInner .contDetails .contCnt {
    display: flex;
    min-width: auto;
    max-width: none;
    width: auto;
    padding: 0;
    position: absolute;
    top: 2px;
    right: 70px;
    margin-top: 6px;
  }

  .cm-header .headerTop .logo-cnt img {
    max-height: 30px;
    max-width: 130px;
  }


  .cm-header .headerBtm .page-center {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background: #404040;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul {
    display: none;
  }

  html.mobile-menu-open .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul{
    display:block;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li {
    margin: 0;
    width:100%;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a {
    color: #fff;


    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    display: block;
    line-height: 16.1px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing:normal;
  }

  .cm-header .headerTop {
    min-height: 51px;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul {
    display: none;
  }

  html.mobile-menu-open .cm-header .hamburger span:first-child {
    transform: translateY(10px) rotate(-45deg);
  }

  html.mobile-menu-open .cm-header .hamburger span:nth-child(2) {
    opacity: 0;
  }

  html.mobile-menu-open .cm-header .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li {
    position:relative;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children:hover {
    background: #EBA428;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li .cmChildTrigger{
    position: absolute;
    top: 0%;
    right: 4px;
    cursor:pointer;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li .cmChildTrigger span.icon{
    color: #fff;
    font-size: 20px;
    margin-top: -11px;
    font-family: "FontAwesome";
    font-weight:900;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li .cmChildTrigger span.icon::before{
    content: "\f107";
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.child-open .cmChildTrigger span.icon::before {
    content: "\f106";
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul {
    background-color: #fff;
    top: 100%;
    left: 0;
    position: relative;
    width: 100%;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul li {
    margin-bottom: 0;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul li a {
    color: #EBA428;


    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 16.1px;
    letter-spacing:normal;
  }

  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul li a:hover {
    background: #eee;
  }

  .cnt-wit-bg-wrp.privacy .content_widget {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cnt-wit-bg-wrp.privacy .content_widget h1.title {
    letter-spacing: 2.8px;
    padding-top: 23px;
    margin-bottom: 20px;
  }

  .child-theme body{
    line-height:1.67;
  }


  .cnt-wit-bg-wrp.privacy .rich_text p,
  .cnt-wit-bg-wrp.privacy .rich_text ol li{
    line-height:1.67;
  }

  .cnt-wit-bg-wrp.privacy.table .rich_text ol ol li{
    font-size:14px;
  }

  .cnt-wit-bg-wrp.privacy.table .rich_text> ol>li table tbody tr td{
    padding:20px 15px;
  }

  .cnt-wit-bg-wrp.privacy.table .rich_text>ol>li table tr td ul li {
    font-size: 14px;
  }
}


@media (max-width:767px){
  .child-theme .hs-search-field__bar, 
  .child-theme .hs_cos_wrapper_type_email_subscriptions, 
  .child-theme .hs_cos_wrapper_type_member_login, 
  .child-theme .hs_cos_wrapper_type_member_register, 
  .child-theme .hs_cos_wrapper_type_password_prompt, 
  .child-theme .hs_cos_wrapper_type_password_reset, 
  .child-theme .hs_cos_wrapper_type_password_reset_request, 
  .child-theme .section.post-footer form,
  .child-theme .widget-type-blog_subscribe, 
  .child-theme .widget-type-email_simple_subscription, 
  .child-theme .widget-type-form, 
  .child-theme .widget-type-google_search, 
  .child-theme .widget-type-password_prompt.custom_error_message {
    margin-bottom: 30px;
  }

  .cm_tmw_content.hs_small_btn h3 {
    font-size: 18px;
  }

  .cm_pg_wrp .pagination-row .prev-pagi a.hs-button {
    font-size: 18px;
  }

  .cm_pg_wrp .pagination-row .next-pagi a.hs-button {
    font-size: 18px;
  }

  .child-theme .page-center.full_width,
  .child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .gallery-section .page-center,
  .child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .two-col-content .page-center,
  .child-theme [class*="full-width-section"].dnd-section > .row-fluid,
  .child-theme [class*="full-width-section"].dnd-section,
  .child-theme .dnd_padd .page-center.cm_map_gray{
    padding-left: 0;
    padding-right: 0;
  } 

  .child-theme form{
    margin-bottom:30px;
  }
  .cm_pg_wrp .right-col .social-share a.custom,
  .cm_pg_wrp .left-col a.custom,
  .cm_nv_wrp .cm_nv_inner  .custom,
  form input[type=submit],
  .hs-button{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .hs-trans-btn,
  .hs-sec-btn{
    padding: 23.5px;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer .flex_row .col-section:not(:first-child){
    padding-top:0px;
  }
  .cnt-wit-bg-wrp.ctm-bnr .btn_row {
    display: flex;
  }
  .cnt-wit-bg-wrp .content_widget .btn_row {
    width: 100%;
  }

  .cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item {
    width: 100%;
  }

  .cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:first-child a, 
  .cnt-wit-bg-wrp.ctm-bnr .btn_row .btn_item:last-child a {
    min-width: auto;
  }

  .cnt-wit-bg-wrp.ctm-bnr .btn_row {
    display: flex;
  }

  .child-theme .bnr_wrp.right .slide_background .page-center{
    width:100%;
    padding:0 10px;
  }

}

@media(max-width:599px){

  footer.cm-footer .footer-section-1 .num2, 
  footer.cm-footer .footer-section-1 .num3, 
  footer.cm-footer .footer-section-1 .num4 {
    width: 100% !important;
  }

  .cm-header .headerTop .logo-cnt img{
    max-width:112px;
  }
}

@media (max-width:480px){
  .child-theme .systems-page h1 {
    font-size: 24px;
  }
  .child-theme .systems-page h3 {
    font-size: 19px;
  }
  .child-theme .systems-page h2 {
    font-size: 16px;
  }

  footer.cm-footer .footer-section-2 .col-section .footer-content p{
    font-size:10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .footer.footer_section__2 .footer-section-2{
    padding-top:22.5px !important;
    padding-bottom:22.5px !important;
  }

  footer.cm-footer .footer-section-1 .num1 .row2 p{
    line-height:1.67;
  }

  footer.cm-footer .footer-section-1 .num1{
    padding:0 0 10px;
  }

  .cm-header .headerTop .topInner .contDetails .contCnt{
    margin-bottom:0px;
  }

  .cnt-wit-bg-wrp.privacy .content_widget h1.title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}








@font-face { 
  font-family: FontAwesome; 
  src: url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fontawesome-webfont.woff) format("woff"),
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(//145096832.fs1.hubspotusercontent-eu1.net/hubfs/145096832/raw_assets/public/LDXlab_January2025/fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@media (max-width:767px){
  .child-theme .hs-trans-btn,
  .child-theme .hs-sec-btn{
    padding:23.5px 20px;
  }
  .child-theme .cm_nv_wrp .cm_nv_inner .custom,
  .child-theme .hs-button, 
  .child-theme .tabber .media-col .form-wrap input.hs-button,
  .child-theme form input[type=submit]{
    padding:10px 60px;
  }
}
.cm-homebanner.simple-banner a.hs-button {
  display: inline-block;
  text-align: center;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  box-sizing: border-box;
  line-height: 1;
  padding: 18px 20px;
  font-size: 18px;
  min-width: 300px;
  color: #fff;
  background: #EBA428;

  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.cm-homebanner.simple-banner a.hs-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  color: #fff;
  margin-right: 6px;
  font-weight: 900;
  font-size: 20px;
}
.cm-homebanner.simple-banner .btn_row {
  margin-top: 0;
}
.cm-homebanner.simple-banner a.hs-button:hover {
  color: #EBA428;
  background: #fff;

}
.cm-homebanner.simple-banner a.hs-button:hover:before {
  color: #EBA428;
}

@font-face {
  font-family: FontAwesome;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal
}
.cm-homebanner.simple-banner .banner-content-inner {
  padding: 0;
}
.cm-homebanner.simple-banner .banner-content-inner p {
  padding: 0px 0px 10px 0px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-style: unset;
  font-weight: 700;
}
.cm-homebanner.simple-banner .banner-content-inner p em {
  font-style: unset;
  letter-spacing: 0;
}
.cm-homebanner.simple-banner .banner-content-inner h1 {
  font-size: 32px;
  margin-bottom: 1.15rem;
  letter-spacing: 0;
  line-height: 2;
}
.cnt-wit-bg-wrp.cm-contentbg h2.title {
  font-size: 2.25rem;
  margin-bottom: 2.25rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.card_gallery.cm-cardssection .top_sec {
  margin: 0;
  text-align: center;
  padding: 0;
  margin-bottom: 95px;
}

.card_gallery.cm-cardssection .top_sec h2.title {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding-right:10px;
}
.card_gallery.cm-cardssection .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
  margin: 0 -25px;
}
.card_gallery.cm-cardssection .card_item {
  padding: 0 25px;
}
.card_gallery.cm-cardssection .card_item .card_inner {
  border-radius: 0;

}
.card_gallery.cm-cardssection .icon_box .icon_inner {
  font-size: unset;
  height: unset;
  justify-content: unset;
  margin-bottom: unset;
  width: unset;
}
.card_gallery.cm-cardssection .card_box .it_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin:10px 0;
}
.card_gallery.cm-cardssection .card_content+.btn_row {
  margin: 0;
}
.card_gallery.cm-cardssection .it1 .card_box .it_title:before {
  content: '\f362';
  display: block;
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  color: #EBA428;
  line-height: 1;
  margin-bottom: 45px;
}
.card_gallery.cm-cardssection .it2 .card_box .it_title:before {
  content: '\f7d9';
  display: block;
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  color: #EBA428;
  line-height: 1;
  margin-bottom: 45px;
}
.card_gallery.cm-cardssection .it3 .card_box .it_title:before {
  content: '\f031';
  display: block;
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  color: #EBA428;
  line-height: 1;
  margin-bottom: 45px;
}
.card_gallery.cm-cardssection .custombtmcnt {
  padding: 20px 0px 0px 0px;
  margin-bottom: 80px;
  margin-top: 40px;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
.card_gallery.cm-cardssection .custombtmcnt p {
  margin: 10px 0;
  text-align: center;
  color:#333;
}
.card_gallery.cm-cardssection .slider_btn_footer .btn_row {
  margin-top: 110px;
  margin-bottom:10px;
}
.child-theme .hs-sec-btn {
  text-align: center;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  box-sizing: border-box;
  line-height: 1;
  font-size: 20px;
  margin: auto;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0;
}
.card_gallery.cm-cardssection .hs-sec-btn,
.cmsolutioncards.card_gallery .hs-sec-btn{
  min-width: 400px;
  position: relative;
  padding-right: 40px;
}
.card_gallery.cm-cardssection .hs-sec-btn:after,
.cmsolutioncards.card_gallery .hs-sec-btn:after{
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}
.card_gallery.cm-cardssection .hs-sec-btn:hover:after,
.cmsolutioncards.card_gallery .hs-sec-btn:hover:after{
  color: #fff;
}

.cmsolutioncards.card_gallery .icon_box .icon_inner {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  margin-bottom: 0;
}
.cmsolutioncards.card_gallery .top_sec {
  padding: 0;
  margin: 0;
  padding-bottom:55px;
}
.cmsolutioncards.card_gallery h2.title {
  position: relative;
  margin-bottom: 1em;
}
.cmsolutioncards.card_gallery .top_content p {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  overflow-wrap: break-word;
}
.cmsolutioncards.card_gallery .card_item {
  padding: 0 25px;
}
.cmsolutioncards.card_gallery .bottom_row.notshadow .rowGap15 {
  row-gap: 30px;
  margin: 0 -25px;
}
.cmsolutioncards.card_gallery .card_box .it_title {
  text-align: center !important;
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px !important;
  letter-spacing: 0.1em;
  padding-top: 9px;
}
.cmsolutioncards.card_gallery .card_box .it_title:after {
  bottom: 0;
  right: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}
.cmsolutioncards.card_gallery .card_box .it_title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}
.cmsolutioncards.card_gallery .card_box h6 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: rgb(51, 51, 51);
}
.cmsolutioncards.card_gallery .card_box p {
  margin: 10px 0;
  margin-bottom: 10px !important;
}
.cmsolutioncards.card_gallery .card_box p span {
  font-size: 14px;
  color: rgb(51, 51, 51);
}
.cmsolutioncards.card_gallery .slider_btn_footer .btn_row {
  margin-top: 100px;
  margin-bottom: 10px;
}
.cmsolutioncards.card_gallery .card_box img {
  width: 100%;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec {
  padding: 0;
  margin: 0;
  margin-bottom: 73px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec p {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  margin: 10px 0;
}

.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec h2 {
  position: relative;
  margin-bottom: 1em;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .cnt-col {
  padding: 0;
}

.custom-twocolumn.cnt-wit-tp-img-wrp .inner_spacing {
  display: flex;
  width: 100%;

  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img {
  margin: 0;
  width: 39%;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt {
  width: 61%;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img img {
  width: 100%;
  margin: 10px 0;
  padding-left: 17px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt h6 {
  width: 90px;
  line-height: 16.5px;
  font-size: 11px;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0;
  text-align: center !important;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt h2 {
  font-size: 80px;
  width: 90px;
  line-height: 1;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt h3 {
  font-size: 20px;
  line-height: 1.67;
  margin-top: 10px;
  color: #EBA428;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 1em;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt p {
  margin: 10px 0 !important;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 60px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
  padding-right: 20px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .cnt-col:nth-child(2n) .inner_spacing {
  flex-direction: row;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .cnt-col:nth-child(2n) .tp-img img {
  padding-left: 0;
  padding-right: 17px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .cnt-col:nth-child(2n) .tp-img-cnt-inner{
  padding-right: 0;
  padding-left: 24px;
}
.custom-twocolumn.cnt-wit-tp-img-wrp .splide__track {
  overflow: visible;
}


.customlogoslider.logo_slider .top_sec {
  padding: 0;
  margin-bottom: 83px;
}
.customlogoslider.logo_slider .top_sec h2 {
  position: relative;
  margin-bottom: 1em;
}
.customlogoslider.logo_slider .top_sec h2 span {
  font-size: 12px;
}
.customlogoslider.logo_slider .top_sec p {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
}
.customlogoslider.logo_slider .splide .splide__track {
  margin: 0;
  padding: 0;
}
.customlogoslider.logo_slider .logo_item {
  margin: 0;
}
.customlogoslider.logo_slider .splide .splide__pagination {
  bottom: -20px;
}

.customlogoslider.logo_slider .slider_btn_footer .btn_row {
  margin-top: 118px;
}
.customlogoslider.logo_slider .slider_btn_footer .btn_row a.hs-button {
  text-align: center;
  display: inline-block;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  box-sizing: border-box;
  line-height: 1;
  padding: 12px 20px;
  font-size: 14px;
  min-width: 200px;
  background: #fff;
  color: #333;
  text-decoration: none;

  position: relative;
  padding-right: 40px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing:0;
}
.customlogoslider.logo_slider .slider_btn_footer .btn_row a.hs-button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}
.customlogoslider.logo_slider .slider_btn_footer .btn_row a.hs-button:hover {
  color: #fff;
  background: #df8c3b;

}
.customlogoslider.logo_slider .slider_btn_footer .btn_row a.hs-button:hover:after{
  color:#fff;
}
.customlogoslider.logo_slider ul.splide__pagination button {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);

  transform: scale(1);
  opacity:1 !important;
}
.customlogoslider.logo_slider ul.splide__pagination .splide__pagination__page.is-active,
.customlogoslider.logo_slider ul.splide__pagination button:hover{
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
  transform: scale(1);
}

.customlogoslider.logo_slider .splide .splide__arrow--prev {
  opacity: .7;
  left: 10px;
}
.customlogoslider.logo_slider button.splide__arrow.splide__arrow--prev svg {
  display: none;
}
.customlogoslider.logo_slider button.splide__arrow.splide__arrow--prev:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f104';
  color: #003b82;
}
.customlogoslider.logo_slider .splide .splide__arrow--next {
  right: 10px;
  opacity: .7;
}
.customlogoslider.logo_slider .splide .splide__arrow--next svg {
  display: none;
}
.customlogoslider.logo_slider .splide .splide__arrow--next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f105';
  color: #003b82;
}
.customlogoslider.logo_slider .splide button.splide__arrow {
  opacity: 0;
}
.customlogoslider.logo_slider .bottom_row:hover button.splide__arrow {
  opacity: 1;
}
.two-col-content.cm-bottompanev2 .content-col .description {
  margin: 0;
}
.two-col-content.cm-bottompanev2 .top_sec {
  padding: 0;
  margin: 0;
  margin-bottom: 42px;
}
.two-col-content.cm-bottompanev2 .top_sec h2.title {
  position: relative;
  margin-bottom: 1em;
}
.two-col-content.cm-bottompanev2 .cont-inner {
  text-align: center;
  padding-left: 10px;
}
.two-col-content.cm-bottompanev2 .content-col .description p {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;
}
.two-col-content.cm-bottompanev2 .content_box {
  margin: 0;
  text-align: center;
  padding-right: 10px;
}
.two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button,
.two-col-content.cm-bottompanev2 .right_column_btn .hs-button{
  min-width: 300px;
  padding: 18px 20px;
  color: #EBA428;
  background: #fff;
  text-decoration: none;

  box-sizing: border-box;
  line-height: 1;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 20px;
}
.two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row,
.two-col-content.cm-bottompanev2 .right_column_btn .btn-items .btn_row{
  justify-content: center;
  margin-top: 0;
}
.two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button:before,
.two-col-content.cm-bottompanev2 .right_column_btn .btn-items .btn_row a.hs-button:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  color: #EBA428;
  margin-right: 5px;
  font-size: 20px;
}
.two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button:hover,
.two-col-content.cm-bottompanev2 .right_column_btn .btn-items .btn_row a.hs-button:hover{
  background: #EBA428;
  color: #fff;

}
.two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button:hover:before,
.two-col-content.cm-bottompanev2 .right_column_btn .btn-items .btn_row a.hs-button:hover:before{
  color: #fff;
}
.two-col-content.cm-bottompanev2 .mediaimg {
  text-align: center;
}
.two-col-content.cm-bottompanev2 .content_box p {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;
}
.two-col-content.cm-bottompanev2 .right_column_btn .btn_row {
  justify-content: center;
  margin: 0;
  padding-right: 10px;
}
.two-col-content.cm-bottompanev2 .btn_row a.hs-sec-btn {
  box-sizing: border-box;
  line-height: 1;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 20px;
  min-width: 300px;
  color: #fff;
  background: #EBA428;

  text-decoration: none;
  padding: 18px 20px;
}
.two-col-content.cm-bottompanev2 .btn_row a.hs-sec-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  color: #fff;
  margin-right: 5px;
  font-weight: 900;
}
.two-col-content.cm-bottompanev2 .btn_row a.hs-sec-btn:hover:before {
  color: #EBA428;
}
.two-col-content.cm-bottompanev2 .btn_row a.hs-sec-btn:hover {
  color: #EBA428;
  background: #fff;

}
.v2.cm-homebanner.simple-banner .banner-content-inner h1 {
  font-size: 34px;
}
.cmabout.cnt-wit-bg-wrp.cm-contentbg h2.title {
  font-size: 28px !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}
.cmabout.cnt-wit-bg-wrp.cm-contentbg .rich_text p em {
  margin: 10px 0;
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-style: unset;
  font-weight: 700;
}

.cm-missionaboutcnt.cnt-wit-bg-wrp h2.title {
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 32px;
  position: relative;
  margin-bottom: 1em;
}
.cm-missionaboutcnt.cnt-wit-bg-wrp .rich_text h6 {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
}
.cm-missionaboutcnt.cnt-wit-bg-wrp .rich_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
  color: #333;
}
.cm-about.card_gallery.cm-cardssection .top_sec h2.title {
  padding-right: 0;
  position: relative;
  margin-bottom: 1em;
}
.cm-about.card_gallery.cm-cardssection .top_sec p {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.cm-about.card_gallery.cm-cardssection .top_sec {
  margin-bottom: 73px;
}
.cm-about.card_gallery.cm-cardssection .it1 .card_box .it_title:before {
  content: '\f031';
}
.cm-about.card_gallery.cm-cardssection .it2 .card_box .it_title:before {
  content: '\f362';
}
.cm-about.card_gallery.cm-cardssection .it3 .card_box .it_title:before {
  content: '\f7d9';
}

/* seminar-index *//* seminar-index *//* seminar-index *//* seminar-index */
.seminar-index.newBnr.simple-banner .flex_row h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing:0;
  margin-bottom: 10px;
}
.seminar-post .breadcrumbs {
  color: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  max-width: 100%;
}
.seminar-post .breadcrumbs ul {
  list-style: none;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
}
.seminar-post .breadcrumbs ul li {
  float: left;
  margin:0;
}
.seminar-post .breadcrumbs ul li a {
  margin: 0;
  float: left;
  position: relative;
  transition: unset;
  display: block;
  color: #333;
  text-decoration: unset;
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 0;
}
.seminar-post .breadcrumbs ul li a:after {
  color: #333;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  padding: 0;
  top: -1px;
  margin-top: 0;



  right: -1px;
}
.seminar-post .breadcrumbs ul li span {
  color: #333;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-decoration: unset;
  letter-spacing: 00;
}
.seminar-post .top-contentsection {
  padding: 60px 0;
}
.seminar-post .top-contentsection .page-center {
  padding: 20px;
}
.seminar-post .top-contentsection .row.row-4.social-button {
  padding: 0;
}
.seminar-post .top-contentsection .row.row-4.social-button .component.component-1 ul {
  margin: 10px 0;
  padding: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.seminar-post .top-contentsection .row.row-4.social-button .component.component-1 ul>li:last-of-type {
  margin-left: 11px;
}
.seminar-post .post-title {
  margin: 10px 0;
}
.seminar-post .post-title h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.seminar-post .top-rowsocialshere {
  margin-bottom: 35px;
}
.post-contentarea .featred-imagecol {
  display: table-cell;
  padding: 0 10px 10px 10px;
  vertical-align: top;
  width: 38.8671875%;
}
.post-contentarea {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.post-contentarea .featred-imagecol .inner {
  margin: 10px 0;
  text-align: center !important;
  position: relative;
  height: auto !important;
  display: block;
  width: 100%;
}
.post-contentarea .featred-imagecol .inner img {
  width: auto;
  border-radius: 0;
  max-width: 100%;
  vertical-align: middle;
}
.seminar-post .top-rowsocialshere > .col {
  padding-bottom: 10px;
}
.post-contentarea .contentcolarea {
  width: 61.1328125%;
  vertical-align: top;
  display: table-cell;
  padding: 0 10px 10px 10px;
}
.post-contentarea .contentcolarea .date-withcontent {
  background-color: #ebebeb;
  padding: 20px 20px 20px 20px;
  overflow-wrap: break-word;
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.post-contentarea .contentcolarea .date-withcontent em.strong {
  font-style: unset;
  font-weight: 700;
  color: #333;
}
.post-contentarea .contentcolarea p {
  color: #333;
}
.seminar-post .two-col-content.cm-bottompanev2 .right_column_btn .hs-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 5px;
}
.seminar-post .two-col-content.cm-bottompanev2 .right_column_btn .hs-button:hover {
  background: #EBA428;
  color: #fff;

}
.two-col-content.cm-bottompanev2.trial .content-col .btn-items .btn_row a.hs-button:before {
  content: "\f56f";
  color: #EBA428;
  margin-right: 5px;
  font-weight: 900;
}
.card_gallery.cmsolutioncards .card_inner:hover {
  opacity: 0.7;
}
.custom-feed .tags a.tag:hover {
  opacity: 0.7;
}


.custommainblog .breadcrumbs {
  margin: 0;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}
.custommainblog .breadcrumbs ul {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  list-style: none;
}
.custommainblog .breadcrumbs ul li {
  margin: 0;
}
.custommainblog .breadcrumbs ul li span {
  position: relative;
  display: block;
  color: #333;
  text-decoration: unset;
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 0;
}
.custommainblog .wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.custommainblog .wrapper .blog-contents {
  display: table-cell;
  max-width: 780px;
  width: 100%;
  padding: 10px;
  background: transparent;


}
.custommainblog .wrapper .sidebar {
  width: 320px;
  padding: 20px;
  display: table-cell;
  vertical-align: top;
}
.blog-cards.cnt-wit-tp-img-wrp .top_sec,
.cm-feedarea.cnt-wit-tp-img-wrp .top_sec{
  padding: 0;
  margin: 0;
}


.blog-cards.cnt-wit-tp-img-wrp .top_sec section,
.cm-feedarea.cnt-wit-tp-img-wrp .top_sec section{
  text-align: center !important;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-cards.cnt-wit-tp-img-wrp .top_sec section h4,
.cm-feedarea.cnt-wit-tp-img-wrp .top_sec section h4{
  cursor: text;
  white-space: pre-wrap;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.67;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}
.blog-cards.cnt-wit-tp-img-wrp .top_sec section:before,
.cm-feedarea.cnt-wit-tp-img-wrp .top_sec section:before{
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}
.blog-cards.cnt-wit-tp-img-wrp .top_sec section:after,
.cm-feedarea.cnt-wit-tp-img-wrp .top_sec section:after{
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}
.blog-cards.cnt-wit-tp-img-wrp .cnt-col,
.cm-feedarea.cnt-wit-tp-img-wrp .cnt-col{
  padding: 0;
}
.blog-cards.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 10px;
}
.blog-cards.cnt-wit-tp-img-wrp .tp-img,
.cm-feedarea.cnt-wit-tp-img-wrp .tp-img{
  margin: 0;
}
.customlogoslider.logo_slider .bottom_row:hover .splide__track {
  opacity: 0.7;
}
.customlogoslider.logo_slider .bottom_row:hover button.splide__arrow {
  opacity: 0.7;
}
.customlogoslider.logo_slider .bottom_row button.splide__arrow:hover {
  opacity: 1;
}
.cnt-wit-bg-wrp.blogbottompane .rich_text {
  display: none;
}
.cnt-wit-bg-wrp.blogbottompane h2.title {
  margin: 0;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 1.6px;
}
.cnt-wit-bg-wrp.blogbottompane .content_widget .btn_row a.hs-button {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  background: #ec7413;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);

  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
.cnt-wit-bg-wrp.blogbottompane .content_widget .btn_row {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}


/* mainpostarea */
.cmpostmainarea .post-content .inner .col {
  display: table-cell;
  padding: 0 10px 10px 10px;
}
.cmpostmainarea .wrapper .blog-contents>.post-content {
  padding-top: 15px;
}
.cmpostmainarea .article-post {
  font-size: 14.4px;
  padding: 0 10px;
  word-break: break-word;
  color: #333;
}
.cmpostmainarea .article-post h1 {
  font-size: 26px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 700;
  padding: 0;
  margin-bottom: 30px;
  text-shadow: none;
  letter-spacing: 0;
}
.cmpostmainarea .article-meta-info {
  margin-bottom: 30px;
  font-size: 12px;
  opacity: unset;
  left: 0;
}
.cmpostmainarea .article-meta-info span.post-date {
  margin-right: 10px;
}
.cmpostmainarea .article-meta-info span.post-date i.fa.fa-calendar {
  font-size: 12px;
  margin-right: 0;
}
.cmpostmainarea .article-meta-info span.post-date i.fa.fa-calendar:before {
  content: "\f133";
}
.cmpostmainarea .article-meta-info span.post-date time {
  font-family: "Arial", "メイリオ";
  letter-spacing: 0;
}
.cmpostmainarea span.article-author {
  margin-right: 10px;
  letter-spacing: 0;
}
.cmpostmainarea span.article-author i.fa.fa-user {
  font-size: 12px;
  margin-right: 3px;
  font-family: "FontAwesome";
}
.cmpostmainarea span.article-tags {
  word-break: break-word;
}
.cmpostmainarea span.article-tags a.tag {
  display: inline-block;
  margin-top: 10px;
  background-color: #fff;

  color: #EBA428;
  font-size: 12px;
  padding: 2px 15px;
  margin-left: 0;
  margin-right: 10px;
  letter-spacing: 0;
}
.cmpostmainarea span.article-tags a.tag:before {
  content: "\f02b";
  margin-right: 5px;
  font-family: "FontAwesome";
}
.cmpostmainarea .article-meta-info span.post-date time {
  margin-left: -3px;
}
.cmpostmainarea .bodycontent p + p {
  margin-top: 10px;
}

.cmpostmainarea .bodycontent p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.cmpostmainarea .bodycontent div:not(.article-embed) {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;

}

.cmpostmainarea .bodycontent div:not(.article-embed) p + ol {
  list-style-type: none;
  margin: 0 0 0 25px;
  margin-top: 10px;
}

.cmpostmainarea .bodycontent div:not(.article-embed) ol li {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: list-item;
}

.cmpostmainarea .bodycontent div:not(.article-embed) ol li a {
  text-decoration: underline;
}

.cmpostmainarea .bodycontent div:not(.article-embed) ol ol {
  margin: 0 0 0 25px;
  list-style-type: none;
}

.cmpostmainarea .bodycontent div:not(.article-embed) p {
  text-align: center;
  font-weight: 700;
}

.cmpostmainarea .bodycontent div:not(.article-embed) p a {
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

.cmpostmainarea .bodycontent h2 {
  font-weight: bolder;
  font-style: inherit;
  margin: 20px 0;
  background: #f6f6f6;
  padding: 20px !important;


  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 24px;
  letter-spacing: 1.6px;
}

.cmpostmainarea .bodycontent h3 {
  font-weight: bolder;
  font-style: inherit;


  padding: 10px;
  margin: 20px 0 !important;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 22px;
  letter-spacing: 1.6px;
}

.cmpostmainarea .bodycontent blockquote {
  quotes: none;

  background: #eee;
  z-index: 1;
  border-radius: 5px;
  margin: 20px 0 !important;
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 40px 30px;
}
.cmpostmainarea .bodycontent blockquote:before {
  font-size: 500%;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
  content: "“";
}
.cmpostmainarea .bodycontent p a {
  text-decoration: underline;
}

.cmpostmainarea .article-embed {
  position: relative;
  margin-bottom: 10px;
  min-height: 172px;
  font-size: 16px;
}
.cmpostmainarea .article-embed span.quote-link {
  font-weight: inherit;
  font-style: inherit;
  position: relative;
}
.cmpostmainarea .article-embed a {
  color: #333;
}
.cmpostmainarea .article-embed a span.quote-link_entry {

  padding: 10px;
  display: block;
  font-weight: inherit;
  font-style: inherit;
}
.cmpostmainarea .article-embed span.link-thumbnail {
  display: flex !important;
  flex-direction: row;
}
.cmpostmainarea .article-embed span.quote-link-img {
  display: block;
}
.cmpostmainarea .article-embed span.quote-link-img-item {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.cmpostmainarea .article-embed span.cont {
  word-break: break-all;
  padding-left: 20px;
  display: block;
}
.cmpostmainarea .article-embed span.cont span.quote-link_title {
  margin: 0;
  font-weight: 700 !important;
  font-size: 110%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cmpostmainarea .article-embed span.quote-link_desp {
  margin-top: 5px;
  font-size: 80%;
  opacity: .7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cmpostmainarea span.quote-link_site {
  margin: 0;
  font-size: 80%;
  opacity: .7;
  display: block;
}
.cmpostmainarea p.relatedtitle {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.cmpostmainarea ul.relatedpost ,
.cmpostmainarea .bodycontent ul{
  list-style-type: disc;
  margin: 0 0 0 25px;
  margin-top: 10px;
  padding: 0;
}
.cmpostmainarea ul.relatedpost li,
.cmpostmainarea .bodycontent ul li{
  font-size: 16px;
  letter-spacing: 0.1em;
  display: list-item;
  margin: 0;
}
.cmpostmainarea ul.relatedpost li a,
.cmpostmainarea .bodycontent ul li a{
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}
.cmpostmainarea ul.relatedpost li a:hover,
.cmpostmainarea .bodycontent ul li a:hover{
  text-decoration: none;
}
.cmpostmainarea section.author {
  position: relative;

  display: table;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
  table-layout: fixed;
  padding: 0;
}
.cmpostmainarea section.author .author-image {
  display: table-cell;
  vertical-align: top;
  width: 15%;
}
.cmpostmainarea section.author .author-image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.cmpostmainarea section.author .author-info {
  display: table-cell;
  vertical-align: top;
  width: 85%;
}
.cmpostmainarea section.author .author-info .author-name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}
.cmpostmainarea section.author .author-info .author-description {
  font-size: 12px;
}


section.prev-next-link {
  position: relative;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 10px;
  margin-left: 0;
  margin-right: 0;
}

section.prev-next-link a.prev-link {
  display: table-cell;
  width: 50%;
  position: relative;

  padding: 14px 14px 14px 40px;

  color: #003b82;
}
section.prev-next-link a.prev-link h3.prev-next-label {
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
section.prev-next-link a.prev-link .thumb-wrap {
  display: block;
}
section.prev-next-link a.prev-link .thumb-wrap img {
  width: 30% !important;
  float: left;
  margin-right: 5px;
}
section.prev-next-link a.prev-link p {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  max-height: 100px;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  color: #003b82;
}
section.prev-next-link a.prev-link:before {
  content: '\f053';
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.prev-next-link a.next-link {
  display: table-cell;
  width: 50%;
  position: relative;

  padding: 14px 40px 14px 14px;
  color: #003b82;
}

section.prev-next-link a.next-link h3.prev-next-label {
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
  font-size: 16px;
}

section.prev-next-link a.next-link .thumb-wrap {
  display: block;
}

section.prev-next-link a.next-link .thumb-wrap img {
  width: 30% !important;
  float: left;
  margin-right: 5px;
}

section.prev-next-link a.next-link p {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  max-height: 100px;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
}
section.prev-next-link a.next-link:after {
  content: '\f054';
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.prev-next-link a.next-link:hover {
  opacity: 0.7;
}
section.prev-next-link a.prev-link:hover {
  opacity: 0.7;
}
.blog-cards.cnt-wit-tp-img-wrp .tp-img img:hover {
  opacity: 0.7;
}
.cnt-wit-bg-wrp.blogbottompane .content_widget .btn_row a.hs-button:hover {
  opacity: .8;
}


@media (max-width:991px) and (min-width:768px){
  .cm-cardssection.card_gallery .bottom_row.notshadow .rowGap15 .card_item {
    margin-bottom: 40px;
  }
}

@media (max-width:767px){
  .seminar-index.newBnr.simple-banner .flex_row h1 {
    font-size: calc(36px - 16px);
  }
  .cm-homebanner.simple-banner .banner-content-inner h1 {
    line-height: 1.67;
    font-size: 21.6px;
  }
  .cm-homebanner.simple-banner {
    justify-content: flex-start;
    min-height: 459px;
  }
  .cm-homebanner.simple-banner a.hs-button {
    width: 100%;
    min-width: auto;
  }
  .cm-homebanner.simple-banner .banner-content-inner p {
    font-size: 16px;
  }
  .cnt-wit-bg-wrp.cm-contentbg h2.title {
    font-size: 1.5rem;
    margin-bottom: 1.15rem;
  }
  .cnt-wit-bg-wrp.cm-contentbg .rich_text p {
    padding: 10px 0;
  }
  .card_gallery.cm-cardssection .top_sec h2.title {
    padding-right:0;
  }
  .card_gallery.cm-cardssection .top_sec {
    margin-bottom: 43px;
  }
  .card_gallery.cm-cardssection .card_box .it_title:before {
    margin-bottom: 20px !important;
  }
  .card_gallery.cm-cardssection .bottom_row.notshadow .rowGap15 {
    row-gap: 30px;
  }
  .card_gallery.cm-cardssection .custombtmcnt p {
    text-align: left;
  }
  .card_gallery.cm-cardssection .slider_btn_footer .btn_row{
    margin-top: 0;
  }
  .card_gallery.cm-cardssection .custombtmcnt {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .cmsolutioncards.card_gallery .slider_btn_footer .btn_row{
    margin-top: 20px;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .inner_spacing {
    display: block;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
    padding-right: 0;
    padding-top:20px;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .tp-img-cnt {
    width: 100%;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .tp-img img {
    padding-left: 0;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .tp-img {
    width: 100%;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .cnt-col:nth-child(2n) .tp-img-cnt-inner {
    padding: 0;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .flex-row {
    row-gap: 30px;
  }
  .custom-twocolumn.cnt-wit-tp-img-wrp .top_sec {
    margin-bottom: 45px;
  }
  .customlogoslider.logo_slider .logo_item {
    padding: 0;
  }
  .customlogoslider.logo_slider .slider_btn_footer .btn_row {
    margin-top: 50px;
  }
  .customlogoslider.logo_slider .top_sec {
    margin-bottom: 43px;
  }
  .customlogoslider.logo_slider .splide .splide__arrows {
    display: block;
  }
  .seminar-post .simple-banner .page-center {
    padding: 0 3%;
  }
  .seminar-post .breadcrumbs {
    display: none;
  }
  .seminar-post .top-contentsection {
    padding: 25px 0;
  }
  .seminar-post .top-contentsection .row.row-4.social-button .component.component-1 ul {
    padding: 0 !important !imporant;
  }
  .seminar-post .top-contentsection .row.row-4.social-button .component.component-1 ul>li {
    padding: 10px !important;
  }
  .seminar-post .post-title h3 {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }
  .seminar-post .post-contentarea .featred-imagecol {
    width: 100% !important;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .seminar-post .post-contentarea .contentcolarea {
    width: 100%;
    display: block;
    padding: 0;
  }
  .seminar-post .post-contentarea {
    display: block;
  }
  .seminar-post .top-rowsocialshere {
    margin: 0;
  }
  .seminar-post .top-rowsocialshere>.col {
    padding-bottom: 0;
  }
  .cm-homebanner.simple-banner {
    justify-content: center;
    min-height: 459px;
  }
  .custommainblog .wrapper {
    padding: 0 20px 10px;
    max-width: 640px !important;
    margin: 0 auto;
  }
  .custommainblog .breadcrumbs {
    display: none;
  }
  .custommainblog .wrapper .blog-contents {
    display: block;
    width: 100% !important;
    padding: 10px 0;
  }
  .custommainblog .wrapper .sidebar {
    width: 100%;
    display: block;
    margin: 10px 0;
    padding:0;
  }
  .cnt-wit-bg-wrp.blogbottompane h2.title {
    font-size: 18px;
  }
  .cnt-wit-bg-wrp.blogbottompane {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmpostmainarea .post-content .inner .col {
    display: block;
    padding: 0;
  }
  .cmpostmainarea .article-post {
    padding: 0;
  }
  section.prev-next-link a.prev-link .thumb-wrap img {
    float: none;
    width: 100%  !important;
  }
  section.prev-next-link a.prev-link p {
    width: 100%;
    margin-top: 15px;
  }
  section.prev-next-link a.prev-link {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section.prev-next-link {
    display: block;
  }
  section.prev-next-link a.next-link .thumb-wrap img {
    float: none;
    width: 100% !important;
  }
  section.prev-next-link a.next-link p {
    width: 100%;
    margin-top: 15px;
  }

}


@media (max-width:500px){
  .card_gallery.cm-cardssection .slider_btn_footer,
  .cmsolutioncards.card_gallery .slider_btn_footer{
    padding: 0;
  }
  .card_gallery.cm-cardssection .btn_item ,
  .cmsolutioncards.card_gallery .btn_item {
    width: 100%;
  }
  .card_gallery.cm-cardssection .hs-sec-btn,
  .cmsolutioncards.card_gallery .hs-sec-btn {
    min-width: 100%;
  }
  .two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button,
  .two-col-content.cm-bottompanev2 .right_column_btn .btn-items .btn_row a.hs-button{
    min-width: auto;
    width: 100%;
  }
  .two-col-content.cm-bottompanev2 .btn_item {
    width: 100%;
    text-align:center;
  }
  .two-col-content.cm-bottompanev2 .cont-inner {
    padding: 0;
  }
  .two-col-content.cm-bottompanev2 .flex_row > div {
    padding: 0;
  }
  .two-col-content.cm-bottompanev2 .btn_row a.hs-sec-btn {
    min-width: auto;
    width: 100%;
  }
  .two-col-content.cm-bottompanev2 .right_column_btn .btn_row {
    padding-right: 0;
  }
  .two-col-content.cm-bottompanev2 .top_sec {
    margin-bottom: 0;
  }
  .seminar-post .two-col-content.cm-bottompanev2 .content-col .btn-items .btn_row a.hs-button,
  .seminar-post .two-col-content.cm-bottompanev2 .right_column_btn .hs-button {
    min-width: 100%;
  }



}
.cm-homebanner.abtBnr {
  min-height: 300px;
}
.abtBnr.cm-homebanner.simple-banner .banner-content-inner h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.aboutContent  .page-center {
  padding: 20px;
}
.aboutContent  .content_widget {
  padding: 0 10px 10px 10px;
}
.aboutContent .content_widget h2.title {
  text-align: center;
  padding: 5px 20px;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutContent .content_widget h2.title::before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}
.aboutContent .content_widget h2.title::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}
.aboutContent .content_widget  table {
  background: transparent;

  border-spacing: 2px;
  display: table;
  width: 100%;
  margin-top: 40px;
}
.aboutContent .content_widget table tbody {

  vertical-align: middle;
  display: table-row-group;
}
.aboutContent .content_widget table tbody tr {

  display: table-row;
}
.aboutContent .content_widget table tbody tr th {
  font-size: 16px;
  padding: 15px 10px;


  text-align: left;
  vertical-align: middle;
  display: table-cell;
  font-weight: bolder;
}
.aboutContent .content_widget table tbody tr td {
  display: table-cell;
  vertical-align: inherit;
  position: static;
  padding: 15px;


}
.aboutContent .content_widget table tbody tr td p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.aboutContent .content_widget table tbody tr td  a {
  transition: unset;
  color: #003b82 !important;
  text-decoration: underline;
}
.aboutContent .content_widget table tbody tr td p:not(:first-child) {
  margin-top: 10px;
}
.aboutContent .content_widget table tbody tr td p a:hover {
  text-decoration: none;
}
.aboutContent .content_widget table tbody tr ul {
  margin: 0 0 0 25px;
  list-style-type: disc;
  padding: 0;
}
.aboutContent .content_widget table tbody tr ul li {
  margin: 0;
}
.cm-map-wrapper.abtMap .page-center {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px !important;
  width: 100%;
}
.cm-map-wrapper.abtMap .cm_map_header {
  display: none;
}
.cm-map-wrapper.abtMap .page-center .cnt_wrap.col6 {
  padding: 0 10px 10px 10px;
}
.cm-map-wrapper.abtMap .page-center .cnt_wrap.col6 h3 {
  position: relative;
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1.67;
}
.cm-map-wrapper.abtMap .page-center .cnt_wrap.col6  p {
  margin: 10px 0;
}
.cm-map-wrapper.abtMap .map_wrap.col6 {
  padding: 0 10px 10px 10px;
}
.abtSacondContent  .page-center {
  padding: 20px;
}
.abtSacondContent  .rich_text {
  margin-top: 40px;
}
.abtSacondContent .rich_text h3 {
  margin-bottom: 1em;
}
.abtSacondContent .rich_text ul {
  letter-spacing: 0.1em;
  margin: 0 0 0 25px;
  padding: 0;
}
.abtSacondContent .rich_text ul li {
  margin: 0;
}
.withImg .rich_text ul:first-child{
  margin: 0 0 0 25px;
  list-style-type: disc;
  padding: 0;
  margin-top: 40px;
}
.withImg .rich_text ul li {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
}
.withImg .rich_text ul li a {
  transition: unset;
  color: #003b82 !important;
  text-decoration: underline;
}
.withImg .rich_text ul li a:hover {
  text-decoration: none;
}
.withImg .rich_text p {
  margin: 10px 0;
}
.withImg .rich_text ul:last-of-type {
  margin: 0 0 0 25px;
  padding: 0;
}
.type2.aboutContent .content_widget table tbody tr th {
  width: 100px;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  display: flow-root;
  line-height: normal;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item span {
  color: #333;
  text-decoration: unset;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  padding: 0 20px;
  display: inline-block;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  padding: 0;
  margin: 0;
}
.two-col-content.withForm .top_sec {
  padding-bottom: 10px;
  margin: 0;
}

.two-col-content.withForm .top_sec h2.title {
  position: relative;
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1.5;
  margin-top: 10px;
}

.two-col-content.withForm .content-col.col6 {
  width: 100%;
  padding: 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description {
  display: table-cell;
  margin: 0;
  padding: 0 25px 10px 10px;
  width: 50%;
  align-content: flex-start;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description h4 {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0px 0px 20px 0px;
  line-height: 2;
}

.two-col-content.withForm .content-col.col6 .form_wrap {
  background-color: #EBEBEB;
  width: 50%;
  display: table-cell;
  padding: 25px;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description p {
  margin: 10px 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description h4 em {
  font-style: unset;
  font-weight: 700;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description ul {
  padding: 40px;

  list-style-type: none;
  margin: 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description ul li {
  display: list-item;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #EBA428;
  font-size: 18px;
  line-height: 2;
  left: 0;
  top: 6px;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description h6 {
  padding: 20px 0px 10px 0px;
  overflow-wrap: break-word;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description > a {
  margin: 5px 0;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Arial", "メイリオ";
  letter-spacing: 0.1em;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description > a::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-size: 100%;
  font-weight: 900;
  margin-right: 0.3rem;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description > a:hover {
  opacity: .7;
}
.two-col-content.withForm .content-col.col6 .cont-inner .description p a {
  transition: unset;
  color: #003b82;
  text-decoration: underline;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description p a:hover {
  text-decoration: none;
}
.two-col-content.withForm .content-col.col6 .form_wrap h3 {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 700;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 0;
  position: relative;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider {
  display: none;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label::after {
  color: #333;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  padding: 0;
  top: 2px;
  margin-top: 0;



  right: -1px;
}
.two-col-content.withForm .content-col.col6 .cont-inner .description ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.two-col-content.withForm .content-col.col6 .cont-inner .description ol li {
  font-size: 16px;
  letter-spacing: .1em;
  margin: 0px 0;
  padding: 20px 0 0;
  text-align: center;
  line-height: 2;
}
.simple-banner .bnrBottom {
  background: rgba(235, 164, 40, 0.5);
  position: relative;
  z-index: 9;
}

.newBnr.simple-banner {
  min-height: 300px;
  display: block;
}

.newBnr.simple-banner .flex_row {
  padding: 50px 0 40px;
  min-height: 219.21px;
  align-items: center;
}

.simple-banner .bnrBottom .row {
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
}

.simple-banner .bnrBottom .row .leftCol {
  width: 45%;
  margin: 0;
  padding: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
}

.simple-banner .bnrBottom .row .leftCol .inner {
  text-align: right;
  font-size: 18px;
}

.simple-banner .bnrBottom .row .righrCol {
  width: 45%;
  margin: 0;
  padding: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
}

.simple-banner .bnrBottom .row .righrCol .btnitem {
  text-align: left;
}

.simple-banner .bnrBottom .row .righrCol .btnitem a {
  font-size: 20px;
  color: #fff;
  background: #EBA428;

  text-decoration: none;
  min-width: 300px;
  padding: 18px 20px;
  display: inline-block;
  -ms-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0;
}

.simple-banner .bnrBottom .row .righrCol .btnitem a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  color: #fff;
  margin-right: 5px;
  font-weight: 900;
  font-size: 20px;
}

.simple-banner .bnrBottom .row .leftCol .inner p {
  font-size: 18px;
  letter-spacing: 0;
}

.newBnr.simple-banner .flex_row h1 {
  letter-spacing: 3.2px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.simple-banner .bnrBottom .row .righrCol .btnitem a:hover {
  color: #EBA428;
  background: #fff;

}

.simple-banner .bnrBottom .row .righrCol .btnitem a:hover::before {
  color: #EBA428;
}


.two-col-content.corpusTwoCol .page-center {
  padding: 20px;
}

.two-col-content.corpusTwoCol .media_column {
  padding: 0 10px 10px 10px;
  width: 30%;
}

.two-col-content.corpusTwoCol .media_column .mediaimg {
  margin: 10px 0;
}

.two-col-content.corpusTwoCol .content-col {
  padding: 0 10px 10px 10px;
  width: 70%;
}

.two-col-content.corpusTwoCol .content-col .description {
  margin: 0;
  text-align: center;
}

.two-col-content.corpusTwoCol .content-col .description h2 {
  position: relative;
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.two-col-content.corpusTwoCol .content-col .description h5 {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2;
}

.two-col-content.corpusTwoCol .content-col .description h5 em {
  font-style: unset;
  font-weight: 700;
}

.two-col-content.corpusTwoCol .content-col .description p {
  font-size: 12px;
  line-height: 2;
  margin: 10px 0;
  text-align: right;
  padding-top: 5px;
}
.two-col-content.corpusTwoCol .content-col .description h5 span {
  font-size: 12px;
}

.card_gallery.newcards .top_sec {
  margin: 0;
}

.card_gallery.newcards .top_sec h2.title {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.card_gallery.newcards .top_sec h2.title::before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.card_gallery.newcards .top_sec h2.title::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.card_gallery.newcards .top_sec  .top_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 11px 10px 10px 10px;
}

.card_gallery.newcards .top_sec .top_content p {
  margin: 10px 0;
  letter-spacing: 0.15em;
}

.card_gallery.newcards .bottom_row {
  max-width: 800px;
  margin: 0 auto;
}

.card_gallery.newcards .bottom_row .flex_row {
  margin: 0;
}

.card_gallery.newcards .bottom_row .flex_row .card_item {
  padding: 0 10px 10px 10px;
}

.card_gallery.newcards .bottom_row .flex_row .card_item .card_box {
  display: flex;
  flex-direction: column-reverse;
}

.card_gallery.newcards .bottom_row .flex_row .card_item .card_box h3 {

  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 32px;
  margin: 10px 0;
}

.card_gallery.newcards .bottom_row .flex_row .card_item .card_box .card_content {
  margin-top: 0;
}

.card_gallery.newcards .bottom_row .flex_row .card_item span img {
  width: 180px;
  border-radius: 0;
  max-width: 100%;
}

.card_gallery.newcards .bottom_row .flex_row .card_item .card_box .card_content p {
  margin: 10px 0;
}
.recBnr_2.cnt-wit-bg-wrp.recBnr .content_widget h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
}

.recBnr_2.cnt-wit-bg-wrp.recBnr .bg_el.bg_img {
  background-position: center center !important;
  background-size: cover !important;
}

.recBnr_2.cnt-wit-bg-wrp.recBnr .rich_text ul li {
  color: #333 !important;!
}

.withTitle.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec h2 {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin: 10px 0;
  font-size: 28px;
  line-height: 1.67;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.withTitle.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec h2::before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.withTitle.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec h2::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center {
  padding: 20px;
}

.cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec {
  padding: 0 10px 10px 10px;
  margin-bottom: 60px;
}

.cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec .top_content {
  text-align: left;
  margin: 20px 0;
}

.cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec .top_content p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec .top_content p em {
  font-style: unset;
  font-weight: 700;
}

.two-col-content.twoCol-withTitle .page-center {
  padding: 20px;
}
.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row a.hs-button:hover {
  color: #fff;
  background: #df8c3b;

}
.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row a.hs-button:hover:after {
  color: #fff;
}
.two-col-content.twoCol-withTitle .top_sec {
  margin: 0;
  padding: 0 10px 10px 10px;
}
.aboutContent .content_widget table tbody tr td a:hover {
  text-decoration: none !important;
}
.two-col-content.twoCol-withTitle .top_sec .content_widget {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-theme form input[type=submit]:hover {
  opacity: .8;
  transition: background-color .2s linear, color .2s linear;
}
.child-theme form input[type=submit] {
  transition: none;
}
.two-col-content.twoCol-withTitle .top_sec .content_widget h2.title {
  font-size: 28px;
  margin: 0;
  letter-spacing: 0.1em;
}

.two-col-content.twoCol-withTitle .top_sec .content_widget::before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.two-col-content.twoCol-withTitle .top_sec .content_widget::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.two-col-content.twoCol-withTitle .columns_rowo_wrap {
  margin-top: 70px;
  border-spacing: 40px 30px;

  padding: 30px 40px;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 {
  width: 58%;
  padding: 0;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column {
  width: 38.4%;
  padding: 0;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description {
  margin: 0;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description h4 {
  margin: 10px 0;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #EBA428;
  line-height: 2;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description h3 {
  font-size: 20px;
  margin: 10px 0;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description h6 {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0;
}


.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description p {
  letter-spacing: 0.1em;
  margin: 10px 0;
  line-height: 2;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 .description p span {
  font-size: 12px;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .mediaimg {
  margin: 10px 0;
  text-align: center;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .mediaimg img {
  max-width: 327px;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn {
  margin: 10px 0;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row {
  margin: 0;
  justify-content: center;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row a.hs-button {
  background: #fff;
  color: #333;
  text-decoration: none;

  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  min-width: 200px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding-right: 40px;
}

.two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row a.hs-button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}

/* hubdb */

section.newshubListing {
  background-color: #f9f9f9;
  padding: 60px 0;
  position: relative;
}

section.newshubListing .inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

section.newshubListing .inner .col.col-1 {
  padding: 0 10px 10px 10px;
}

section.newshubListing .inner .col.col-1 .component {
  margin: 10px 0;
}

section.newshubListing .inner .col.col-1 .component h2 {
  text-align: center;
  margin: 0;
  position: relative;
  margin-bottom: 1em;
  color: #333;
}

section.newshubListing .article-list {
  padding: 0 0 10px;
}

section.newshubListing .article-list .entry-list-unit {


  padding: 12px 0;
}

section.newshubListing .article-list .entry-list-unit .cont {

  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}

section.newshubListing .article-list .entry-list-unit .cont h3 {
  max-height: calc(2* 20px* 2);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  width: calc(100% - 140px - 115px);
  letter-spacing: 0;
}

section.newshubListing .article-list .entry-list-unit .cont h3 a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
section.newshubListing .article-list .entry-list-unit .cont h4 {
  line-height: 24px;
  font-family: "Arial", "メイリオ";
  font-size: 14px;
  margin: 0;
  color: #EBA428;
  white-space: nowrap;
  padding: 0;
  text-align: left;
  width: 100px;

  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}

section.newshubListing .article-list .entry-list-unit .cont .tags {
  margin: 0 10px 0 0;
  padding: 0;
  width: 140px;
}

section.newshubListing .article-list .entry-list-unit .cont .tags a.tag {
  margin: 5px;
  background-color: #fff;

  color: #EBA428;
  font-size: 12px;
  padding: 2px 15px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  display: inline-block;
  letter-spacing: 0;
}
section.newshubListing .article-list .entry-list-unit .cont .tags a.tag::before {
  content: "\f02b";
  margin-right: 5px;
  font-family: "FontAwesome";
}


section.newshubListing .article-list .entry-list-unit .cont .tags a.tag i.fa.fa-tag {
  display: none;
}

.hubdbPostPage .breadcrumbs {
  margin: 0;
  background: #fff;
  max-width: 100%;
}

.hubdbPostPage .breadcrumbs ul.clearfix {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  list-style: none;
  display: flow-root;
  line-height: normal;
  padding-top: 12px;
}

.hubdbPostPage .breadcrumbs ul.clearfix li {
  float: left;
  margin: 0;
  line-height: 32px;
}

.hubdbPostPage .breadcrumbs ul.clearfix li a {
  display: block;
  color: #333;
  text-decoration: unset;
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 0;
  position: relative;
}

.hubdbPostPage .breadcrumbs ul.clearfix li a::after {
  color: #333;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  padding: 0;
  top: -1px;
  margin-top: 0;



  right: -1px;
}

.hubdbPostPage .breadcrumbs ul.clearfix li span {
  color: #333;
  text-decoration: unset;
  font-size: 14px;
  padding: 0 20px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 2;
}
.hubdbPostPage .postContent {
  padding: 60px 0;
}
.hubdbPostPage .postContent .inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.hubdbPostPage .postContent .col.col-1 {
  padding: 0 10px 10px 10px;
}

.hubdbPostPage .postContent .component {
  margin: 10px 0;
}
.hubdbPostPage .postContent .component h2 {
  position: relative;
  margin-bottom: 1em;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}


.hubdbPostPage .postContent .social-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hubdbPostPage .postContent .social-button ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  padding: 10px 20px;
  margin: 0;
}

.hubdbPostPage .postContent .component.component-1.text.text-align-right {
  text-align: right;
}
.hubdbPostPage .postContent {
  color: #333;
}

.hubdbPostPage .postContent .col.col-1 hr.type02.border-margin-none {


  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  height: 0;
}


.hubdbPostPage .postContent .component .article-embed {
  position: relative;
  margin-bottom: 10px;
}

.hubdbPostPage .postContent .component .article-embed a.quote-link {
  position: relative;
}

.hubdbPostPage .postContent .component .quote-link_entry {

  padding: 10px;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail {
  display: flex;
  flex-direction: row;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .quote-link-img-item {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.hubdbPostPage .postContent .component .article-embed a.quote-link:hover {
  opacity: 1;
  color: #333;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .quote-link-img-item img {
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  bottom: -100%;
  width: 150px;
  height: auto;
  margin: 0 auto auto;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont {
  word-break: break-all;
  padding-left: 20px;
}

.content-element.bottomBtns {
  padding: 10px 0;
}

.content-element.bottomBtns .row.row-1 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content-element.bottomBtns .row.row-1 .col.col-1 {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

.content-element.bottomBtns .row.row-1 .col .component.button {
  width: 100%;
  padding: 0;
  background: transparent;

}

.content-element.bottomBtns .row.row-1 .col .component.button a {
  background: #fff;
  color: #333;
  text-decoration: none;

  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  min-width: 200px;
  display: inline-block;
  line-height: 14px;
  letter-spacing: 0;
  position: relative;
  padding-right: 40px;
}

.content-element.bottomBtns .row.row-1 .col .component.button a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}

.content-element.bottomBtns .row.row-1 .col .component.button a:hover {
  color: #fff;
  background: #df8c3b;

}
.content-element.bottomBtns .row.row-1 .col .component.button a:hover:after {
  color: #fff;
}
.hubdbPostPage .postContent .component h4 {
  margin: 10px 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 1.25rem;
}

.hubdbPostPage .postContent .component h4 span {
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.hubdbPostPage .postContent .component p {
  margin-top: 10px;
}

.hubdbPostPage .postContent .component p em {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hubdbPostPage .postContent .component h4 em {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.hubdbPostPage .postContent .component p a {
  transition: unset;
  color: #003b82;
  text-decoration: underline;
}

.hubdbPostPage .postContent .component p a:hover {
  text-decoration: none;
}
.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont h5 {
  margin: 0;
  font-weight: 700;
  font-size: 110%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: unset;
  color: #003b82;
  letter-spacing: 0;
  line-height: 2;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont p {
  margin-top: 5px;
  padding-bottom: 10px;
  font-size: 80%;
  opacity: .7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #003b82;
  letter-spacing: 0;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont p:last-of-type {
  margin: 0;
  padding: 0;
}

.hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .quote-link-img-item img:hover {
  opacity: .8;
}
.hubdbPostPage .postContent {
  padding-bottom: 0;
}
section.newshubListing .article-list .entry-list-unit .cont .tags a.tag:hover {
  opacity: .7;
}
.hubdbPostPage .postContent .component hr {
  margin: 8px 0px;
  padding: 0;

  height: 0;
}

.hubdbPostPage .postContent .component ul {
  margin: 0 0 0 25px;
  margin-left: 40px;
  margin-top: 10px;
  padding: 0;
}

.hubdbPostPage .postContent .component ul li {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
}

.hubdbPostPage .postContent .component ul li span {
  font-size: 12px;
}
.hubdbPostPage .postContent .component h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
}

.hubdbPostPage .postContent .component h3 span {
  font-weight: normal;
  font-size: 18px;
}
.hubdbPostPage .postContent .component p span {
  font-size: 16px;
}
.hubdbPostPage .postContent .component.bottomContnet p span {
  font-size: 12px;
}


.hubdbPostPage .content-element.content-2 .row.row-1 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.hubdbPostPage .content-element.content-2 .row.row-1 .col.col-2 {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

.hubdbPostPage .content-element.content-2 .row.row-1 .col.col-1 {
  display: table-cell;
  padding: 0 10px 10px 10px;
  vertical-align: top;
}

.hubdbPostPage .postContent .component h5 {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #333;
}

.hubdbPostPage .postContent .component h5 em {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

.hubdbPostPage .postContent table {
  border-spacing: 2px;
}

.hubdbPostPage .postContent table tbody {
  vertical-align: middle;
  display: table-row-group;

}

.hubdbPostPage .postContent table tbody tr {
  display: table-row;

  vertical-align: inherit;
}

.hubdbPostPage .postContent table tbody tr td {
  display: table-cell;

  padding: 10px !important;
  word-break: break-word;
  vertical-align: inherit;
}
.hubdbPostPage .postContent .component blockquote {
  padding: 0;

  margin: 0;
  margin-top: 10px;
}

.hubdbPostPage .postContent .component blockquote ul {
  margin: 0 0 0 25px;
  list-style-type: disc;
  padding: 0;
}

.hubdbPostPage .postContent .component blockquote ul li {
  margin: 0;
  line-height: 2;
}

.hubdbPostPage .postContent .component blockquote ul li p {
  margin: 0;
}
section.newshubListing .inner .col.col-1 .holder-pagination {
  text-align: center;
  margin-top: 9px;
  padding-bottom: 10px;
}

section.newshubListing .inner .col.col-1 .holder-pagination ul {
  display: block;
  padding: 5px;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  letter-spacing: -.4em;
  list-style: none;
}

section.newshubListing .inner .col.col-1 .holder-pagination ul li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
  color: #EBA428;
}

section.newshubListing .inner .col.col-1 .holder-pagination ul li a,section.newshubListing .inner .col.col-1 .holder-pagination ul li span {
  border-radius: 100px;
  display: block;
  float: left;
  line-height: 10px;
  height: 10px;
  min-width: 30px;
  padding: 10px;
  font-weight: 700;

  color: #EBA428;
  background: #fff;
  box-sizing: content-box;
}

section.newshubListing .inner .col.col-1 .holder-pagination ul li.active a {
  background: #EBA428;
  color: #fff;
  cursor: text;
}

section.newshubListing .inner .col.col-1 .holder-pagination ul li a:hover {
  opacity: .7;
}
section.newshubListing .inner .col.col-1 .holder-pagination ul li.disabled {
  display: none;
}
.hubdbPostPage .breadcrumbs ul.clearfix li a:hover {
  opacity: .7;
}

.hubdbPostPage .content-element.content-2 .inner {
  padding-top: 0;
}

.hubdbPostPage .content-element.content-2 .row.row-1 .col.col-1 {
  width: 80% !important;
}

.hubdbPostPage .content-element.content-2 .row.row-1 .col.col-2 {
  width: 20% !important;
}

.hubdbPostPage .content-element.content-2 hr {


  height: 0;
  background: unset;
}

.hubdbPostPage .postContent .col.col-1 ul {
  justify-content: center;
}

.hubdbPostPage .postContent .col.col-1 .row.row-4.social-button {
  padding-bottom: 0!important;
}

.row.row-4.social-button .component.component-1 ul {
  padding: 0!important;
}
section.newshubListing .article-list .entry-list-unit:last-child {

}
.errorPage {
  color: #333;
  position: relative;
}

.errorPage section.content-element.content-1.pb0_sec {
  padding: 60px 0;
  padding-bottom: 0px;
}

.errorPage .inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.errorPage .inner .col.col-1 {
  padding: 0 10px 10px 10px;
}

.errorPage .inner .col.col-1 .component.component-1.hd_custom01.rich-heading.heading.rich-heading-align-center {
  margin: 10px 0;
}

.errorPage .inner .col.col-1 h1 {
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}

.errorPage .inner .col.col-1 p {
  text-align: center;
  margin: 10px 0;
}

.errorPage .inner .col.col-1 .component.component-1.btn_custom03 {
  text-align: center;
  margin: 20px 0;
}

.errorPage .inner .col.col-1 .component.component-1.btn_custom03 .hs-button {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;

  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  min-width: 200px;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 40px;
  font-weight: 400;
}

.errorPage .inner .col.col-1 .component.component-1.btn_custom03 .hs-button::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  color: #333;
  margin-left: 20px;
}

.errorPage .inner .col.col-1 .component.component-1.btn_custom03 .hs-button:hover {
  color: #fff;
  background: #df8c3b;

}

.errorPage .inner .col.col-1 .component.component-1.btn_custom03 .hs-button:hover::after {
  color: #fff;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.child-theme  .home_page_v5_banner_area .hs-trans-btn {
  background-color: rgba(235, 164, 40, 1.0);
  border-color: rgba(235, 164, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-section{
  background-color: rgba(255, 255, 255,1.0) ;
}
footer.cm-footer .footer-section-1 .col-section   .hs-menu-wrapper>ul li a{
  color:rgba(51, 51, 51,);

}
footer.cm-footer .footer-section-1 .num1 .row2 p{
  color: rgba(51, 51, 51,1.0);

}
footer.cm-footer .footer-section-1 .num2 .row1 .hs-menu-wrapper>ul li:hover a{
  color:rgba(51, 51, 51,0.7);

}
.cm-header .headerTop{
  background-color: rgba(255, 255, 255,1.0);
}
.cm-header .headerTop .topInner .contDetails .number a{
  color: rgba(51, 51, 51,1.0);

}
.cm-header .headerTop .topInner .contDetails .number a:hover{
  color: rgba(51, 51, 51,0.7);

}
.cm-header .headerBtm{
  background-color: rgba(64, 64, 64,1.0);
}
section.newshubListing .article-list .entry-list-unit .cont .tags a.tag {
  display: inline-flex;
}
footer.cm-footer .back_to_top:hover {
  opacity: .8;
}

.formBtnNew     input.hs-button {
  color: #fff;
  background: #25809d;

}

.formBtnNew input.hs-button:hover {
  color: #fff;
  background: #25809d;
  border-color: #25809d;
}
.addBtn.card_gallery.type2.type3 .btn_row a.hs-button:hover {
  color: #EBA428;
  background: #fff;

}
@media(min-width:1024px){
  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a{
    font-size:16px;
  }
}

.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li:hover>a{
  color:rgba(235, 164, 40,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.active>a {
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul{
  background-color:rgba(255, 255, 255,1.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li a{
  color:rgba(51, 51, 51,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li a:hover{
  color:rgba(255, 255, 255,1.0);
  background-color:rgba(235, 164, 40,1.0);
}
.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li ul li.active a{
  color:rgba(51, 51, 51,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-header .headerTop .topInner .contDetails .number a {
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}

.cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a {
  transition: unset;
}
.systems-page form label {
  font-size: 13px;
  letter-spacing: 0;
}
.child-theme form .hs-input::placeholder,
.child-theme form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
form input[type=checkbox], form input[type=radio] {
  width: auto;
  display: inline-block;
}
.formFont.two-col-content.withForm .content-col.col6 .form_wrap form label {
  font-size: 15.4px;
}
.formFont.two-col-content.withForm .content-col.col6 .form_wrap form {
  padding-top: 26px;
}
.formFont.two-col-content.withForm form .hs-form-field {
  margin-bottom: 10px;
}

.forlabel.two-col-content.withForm .content-col.col6 .form_wrap form .hs-i_agree_precautions legend {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.forlabel.two-col-content.withForm .content-col.col6 .form_wrap form .hs-i_agree_precautions  label {
  font-weight: 400;
}


@media(max-width:830px){
  footer.cm-footer .footer-section-1 .num1 .row2 p {
    line-height: 20.04px;
  }
  .cm-header .headerTop .topInner .contDetails .number a {
    display: inline-block;
    padding: 5px 8px;
    cursor: pointer;
  }
  .cm-header .headerTop .topInner .contDetails .contCnt {
    margin-top: 0;
  }
  .cm-header .headerTop .topInner .contDetails .number a:hover,
  .cm-header .headerTop .topInner .contDetails .topBtn .inquiry a.cta_button:hover,
  .cm-header .headerTop .topInner .contDetails .topBtn .documents a:hover{
    opacity: .7;
  }
  .cm-header .headerTop .topInner .contDetails .topBtn .inquiry a.cta_button,
  .cm-header .headerTop .topInner .contDetails .topBtn .documents a {
    display: inline-block;
    cursor: pointer;
  }
  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
  }
  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul li a:hover {
    background: #eee;
  }
  .cm-header .headerBtm .mainNav .hs-menu-wrapper>ul>li.hs-item-has-children ul li a {
    color: #EBA428;
  }
}
@media(max-width:769px){
  .two-col-content.corpusTwoCol .content-col .description h2 {
    font-size: calc(32px - 8px);
    margin: 10px 0;
  }
  .card_gallery.newcards .top_sec h2.title {
    font-size: calc(28px - 8px);
    line-height: 1.67;
  }
  .two-col-content.corpusTwoCol .content-col .description h5 {
    line-height: 1.67;
    margin: 0;
    padding: 10px 0;
  }
  .recBnr_2.cnt-wit-bg-wrp.recBnr .content_widget h3 {
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
  }

  .recBnr_2.cnt-wit-bg-wrp.recBnr .rich_text ul li {
    font-size: 16px;
    padding-left: 35px;
  }
  .two-col-content.twoCol-withTitle .columns_rowo_wrap {
    margin-top: 0;
  }
  .withTitle.custom-twocolumn.cnt-wit-tp-img-wrp .top_sec h2 {
    font-size: calc(28px - 8px);
    line-height: 1.67;
  }

  .cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec .top_content p {
    line-height: 1.67;
    margin: 0;
    padding: 10px 0;
  }

  .two-col-content.twoCol-withTitle .top_sec .content_widget h2.title {
    font-size: calc(28px - 8px);
  }
  .hubdbPostPage .breadcrumbs {
    display: none;
  }
  .hubdbPostPage .postContent {
    padding: 25px 0;
  }
  .hubdbPostPage .postContent .component h2 {
    font-size: calc(36px - 8px);
  }
  .hubdbPostPage .postContent .inner {
    max-width: 640px;
  }
  .hubdbPostPage .postContent .col.col-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .hubdbPostPage .postContent .component h4 {
    font-size: 1.025rem;
    margin-bottom: 1.1rem;
  }
  .content-element.bottomBtns .row.row-1 .col.col-1,.content-element.bottomBtns .row.row-1 .col.col-2 {
    width: 100% !important;
    display: inline-block;
  }
  .content-element.bottomBtns .row.row-1 {
    display: block;
    table-layout: auto !important;
    width: 100%;
  }
  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail {
    flex-direction: column;
    gap: 30px;
  }

  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .quote-link-img-item img {
    position: static;
    width: 100%;
  }

  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .quote-link-img-item {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont p {
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    display: inline-block;
  }
  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont {
    padding: 10px;
  }
  .hubdbPostPage .postContent .component .quote-link_entry .link-thumbnail .cont h5 {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    display: inline-block;
  }
  section.newshubListing .article-list {
    padding: 0 20px 10px;
  }

  .hubdbPostPage .content-element.content-2 .row.row-1 {
    display: block;
    table-layout: auto !important;
    width: 100%;
  }

  .hubdbPostPage .content-element.content-2 .row.row-1 .col.col-1 {
    width: 100% !important;
    padding: 0;
  }

  .hubdbPostPage .content-element.content-2 .row.row-1 .col.col-2 {
    width: 100% !important;
    display: block !important;
  }

  .hubdbPostPage .content-element.content-2 {
    padding: 25px 0;
  }
  .hubdbPostPage .postContent .component .overflow {

    overflow: auto;
  }
  .hubdbPostPage .postContent .component .overflow table {
    overflow: wi;
    width: 500px !important
  }
  .errorPage section.content-element.content-1.pb0_sec {
    padding: 25px 0;
  }

  .errorPage .inner .col.col-1 {
    padding: 0;
  }

  .errorPage .inner .col.col-1 h1 {
    font-size: calc(36px - 8px);
  }
  .two-col-content.corpusTwoCol .media_column {
    padding: 0 0 10px;
  }
  .two-col-content.corpusTwoCol .content-col {
    padding: 0 0 10px;
  }
  .card_gallery.newcards .bottom_row .flex_row .card_item {
    padding: 0 0 10px;
  } 
  .servs-details-pg .hs_service .page-center .flex_row > div {
    padding: 0;
  }
  .cm-header .headerTop .page-center {
    height: 100%;
  }

  .cm-header .headerTop .page-center, .cm-header .headerTop .topInner {
    min-height: 51px;
    align-items: center;
  }

  .cm-header .headerTop .logo-cnt {
    padding-left: 10px;
    padding-top: 0px;
  }
}
@media(max-width:767px){
  .cm-homebanner.abtBnr {
    justify-content: center;
  }
  .abtBnr.cm-homebanner.simple-banner .banner-content-inner h1 {
    padding: 0 3%;
    font-size: calc(36px - 16px);
  }
  .aboutContent .content_widget {
    padding: 0;
  }
  .aboutContent .content_widget h2.title {
    font-size: calc(32px - 8px);
  }
  .aboutContent .content_widget table tbody tr th {
    width: 100% !important;
    padding: 10px;
    background: transparent;
    display: block;
  }
  .aboutContent .content_widget table tbody tr td {
    width: 100% !important;
    display: block;
    padding: 10px;

  }
  .aboutContent .content_widget table {
    margin: 0;
  }
  .child-theme .aboutContent .page-center {
    max-width: 640px;
  }

  .cm-map-wrapper.abtMap .page-center .cnt_wrap.col6 h3 {
    font-size: calc(28px - 8px);
  }

  .child-theme  .cm-map-wrapper.abtMap .page-center {
    max-width: 640px;
  }
  .cm-map-wrapper.abtMap .page-center .cnt_wrap.col6,.cm-map-wrapper.abtMap .map_wrap.col6 {
    padding: 0;
  }
  .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
    display: none;
  }

  .two-col-content.withForm .top_sec h2.title {
    margin-bottom: 0;
    font-size: calc(36px - 8px);
  }
  .two-col-content.withForm .content-col.col6 .cont-inner {
    display: block;
    table-layout: auto !important;
    width: 100%;
  }

  .two-col-content.withForm .content-col.col6 .cont-inner .description {
    width: 100% !important;
    padding: 0 10px 10px;
    display: block;
  }

  .two-col-content.withForm .content-col.col6 .form_wrap {
    width: 100% !important;
    padding: 20px 10px 10px;
    display: block;
  }

  .two-col-content.withForm .top_sec {
    padding: 0;
  }

  .two-col-content.withForm .page-center {
    max-width: 640px;
    padding: 0;
  }

  .two-col-content.withForm .content-col.col6 .cont-inner .description h4 {
    margin-top: 5px;
  }

  .two-col-content.withForm .content-col.col6 .cont-inner .description ul {
    padding: 20px;
  }

  .two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column {
    width: 100%;
  }

  .two-col-content.twoCol-withTitle .columns_rowo_wrap .content-col.col7 {
    width: 100%;
  }

  .two-col-content.twoCol-withTitle .columns_rowo_wrap {
    padding: 20px;
  }

  .two-col-content.twoCol-withTitle .columns_rowo_wrap .media_column .right_column_btn .btn_row {
    justify-content: flex-start;
  }
  .cnt-wit-bg-wrp.recBnr .rich_text {
    padding: 20px;
  }

  .cnt-wit-tp-img-wrp.custom-twocolumn.withTitle .page-center .top_sec {
    padding: 0 0 10px;
  }

  .two-col-content.corpusTwoCol .content-col {
    width: 100%;
  }

  .two-col-content.corpusTwoCol .media_column {
    width: 100%;
  }

  .simple-banner .bnrBottom .row .leftCol {
    width: 100%;
    text-align: center;
  }

  .simple-banner .bnrBottom .row .righrCol {
    width: 100%;
  }

  .simple-banner .bnrBottom .row .righrCol .btnitem a {
    min-width: 100%;
  }

  .simple-banner .bnrBottom .row .leftCol .inner {
    text-align: left;
  }
  section.newshubListing {
    padding: 25px 0;
  }

  section.newshubListing .inner .col.col-1 .component h2 {
    margin: 0;
  }

  section.newshubListing .inner .col.col-1 {
    padding: 0;
  }

  section.newshubListing .article-list {
    padding: 0;
  }

  section.newshubListing .article-list .entry-list-unit {
    margin: 10px 0;
    padding: 0 0 12px;
    margin-bottom: 12px;
  }

  section.newshubListing .article-list .entry-list-unit .cont {
    flex-direction: column-reverse;
    width: auto;
  }

  section.newshubListing .article-list .entry-list-unit .cont h3 {
    width: 100%;
    padding-left: 0;
  }

  section.newshubListing .article-list .entry-list-unit .cont h3 a {
    padding: 0;
    display: block;
  }

  section.newshubListing .article-list .entry-list-unit .cont h4 {
    margin: 0 auto 5px 0;
  }

  section.newshubListing .article-list .entry-list-unit .cont .tags {
    width: 100%;
    margin: 0;
  }

  section.newshubListing .article-list .entry-list-unit .cont .tags a.tag {
    margin: 0 5px 10px 0;
  }
}

@media(max-width:540px){
  .cm-homebanner.abtBnr .page-center {
    padding: 0;

  }
  .hubdbPostPage .postContent .component p {
    word-break: break-all;
  }
}
span.hs-form-required {
  color: #c70909 !important;
}

.two-col-content.cm_bnr {
  min-height: 500px;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
}

.two-col-content.cm_bnr .page-center {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.two-col-content.cm_bnr .content-col .description {
  margin: 0;
  text-align: center;
}

.two-col-content.cm_bnr .content-col .description h1 {
  margin-top: 10px;
  font-size: 30px;
  margin-bottom: 1.15rem;
  letter-spacing: 0;
  text-align: right;
  line-height: 2;
}

.two-col-content.cm_bnr .content-col .description img {
  margin: 20px auto 30px;
  width: 100%;
  text-align: center;
}

.two-col-content.cm_bnr .single-img img {
  max-width: 439px;
}

.two-col-content.cm_bnr .cm__btn {
  padding: 0 10px 10px 10px;
  text-align: center;
}

.two-col-content.cm_bnr .cm__btn a {
  background: #254a73;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 30px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  letter-spacing: 0;
}

.two-col-content.cm_bnr .single-img {
  margin: 10px 0;
}

.two-col-content.cm_bnr .cm__btn a:hover {
  opacity: .8;
}

.cnt-wit-tp-img-wrp.cm_cards .page-center {
  padding: 20px;
}

.cnt-wit-tp-img-wrp.cm_cards .top_sec.noButton {
  padding: 0 10px 10px 10px;
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_cards .top_content h2 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 10px;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img {
  margin: 10px 0;
}

.cnt-wit-tp-img-wrp.cm_cards .top_sec .top_content>:last-child {
  margin-bottom: 10px;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img-cnt-inner {
  text-align: left;
}

.cnt-wit-tp-img-wrp.cm_cards .flex_row .col4 {
  padding: 0;
}

.cnt-wit-bg-wrp.cmHeading h2.title {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 0 10px 10px;
}

.cnt-wit-bg-wrp.cmCntn .page-center {
  padding: 20px;
}

.cnt-wit-bg-wrp.cmCntn .rich_text h2 {
  padding: 10px 0 20px;
}

.cnt-wit-bg-wrp.cmCntn .rich_text h5 {
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 1.125rem;
  color: #333;
  padding: 0 10px;
}

.cnt-wit-bg-wrp.cmCntn .rich_text {
  padding: 0 10px;
}

.cnt-wit-bg-wrp.cmCntn .content_widget h2 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.language_partner .top_sec.noButton {
  padding: 10px;
  margin: 0;
}

.two-col-content.language_partner h2.title {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.language_partner .img-col .horizontal .double-img {
  margin: 10px 0 !important;
  border-radius: 0;
  min-height: auto;
  width: 100%;
  max-width: 100%;
}
.two-col-content.language_partner .img-col .horizontal .double-img img {
  height: auto !important;
  border-radius: 0;
  width: 360px;
}

.two-col-content.language_partner .doubleimg.horizontal {
  text-align: center;
}

.two-col-content.language_partner .content-col .description {
  margin: 0;
}

.two-col-content.language_partner .content-col .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #00a0e9;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 10px;
}

.two-col-content.language_partner .content-col .description p {
  margin-top: 10px;
}

.cnt-wit-bg-wrp.cmHeading p {
  font-size: 11px;
  margin: 10px 0;
  line-height: 3;
}

.two-col-content.cm_two_col {
  margin-top: 70px;
  padding: 40px 40px 30px;

}

.two-col-content.cm_two_col h3.title {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: left;
  color: #EBA428;
  margin-top: 0;
}

.two-col-content.cm_two_col .top_sec.noButton {
  padding: 0;
  margin: 0;
}

.two-col-content.cm_two_col .flex_row {
  margin: 10px 0;
}

.two-col-content.cm_two_col .img-col.col6 {
  width: 30%;
}

.two-col-content.cm_two_col .content-col.col6 {
  width: 70%;
}

.two-col-content.cm_two_col .mediaimg .single-img img {
  width: 212px;
}

.two-col-content.cm_two_col .content-col .description {
  margin: 0;
}

.two-col-content.cm_two_col .content-col .description p {
  font-size: 14px;
  line-height: 2.3;
}

.two-col-content.faq .page-center {
  padding: 20px;
}

.two-col-content.faq .top_content h3 {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-col-content.faq .top_sec.noButton {
  margin: 0;
  padding: 0 10px 30px;
}

.two-col-content.faq .top_content h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.two-col-content.faq .top_content h3:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.two-col-content.faq .top_content p {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;
}

.two-col-content.faq .content-col.col12 {

  background: #fff;
  display: block;
  padding: 50px 100px;
}

.two-col-content.faq .flex_row {
  row-gap: 0;
}

.two-col-content.faq .content-col .description {
  margin: 0;
}

.two-col-content.faq .content-col .description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.two-col-content.faq .content-col .description ul li {
  margin: 0;
  margin-top: 40px;
}

.two-col-content.faq .content-col .description ul li h4 {
  position: relative;
  padding: 5px 15px 5px 50px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.two-col-content.faq .content-col .description ul li h4:before {
  position: absolute;
  color: #EBA428;
  left: 5px;
  top: 7px;
  content: "Q.";
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.two-col-content.faq .content-col .description ul li p {

  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 5px 15px 5px 50px;
  margin: 0;
  color: #333;
}

.two-col-content.faq .content-col .description ul li p:before {
  position: absolute;
  top: 7px;
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FDD285;
  content: "A.";
  left: 8px;
}

.two-col-content.faq .content-col .description ul li:first-child {
  margin: 0;
}

.cm_pg_wrp.cm_pagination .right-col.col6 {
  display: none;
}

.cm_pg_wrp.cm_pagination .left-col {
  width: 100%;
  justify-content: center;
  padding: 0;
  flex-wrap: nowrap;
}

.cm_pg_wrp.cm_pagination .pagination-row {
  margin: 0 auto;
  max-width: 800px;
}

.cm_pg_wrp.cm_pagination .prev-pagi {
  width: 50%;
  padding: 0 10px 10px 10px;
}

.cm_pg_wrp.cm_pagination .next-pagi {
  width: 50%;
  padding: 0 10px 10px 10px;
}

.cm_pg_wrp.cm_pagination .left-col a.custom {
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  color: #333;
  font-family: "Arial", "メイリオ";
  letter-spacing: 0.1em;
  font-size: 16px;
}

.cm_pg_wrp.cm_pagination .left-col a.custom:hover {
  background-color: transparent;
  color: #333;
  opacity: .7;
}

.cm_pg_wrp.cm_pagination .left-col a.custom:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 100%;
  font-weight: 900;
  margin-left: 0.3rem;
  top: -1px;
}

.card_gallery.cntn_with_btn .page-center {
  padding: 20px;
}

.card_gallery.cntn_with_btn .top_sec.noButton {
  padding: 0 20px 10px;
  margin: 0;
}

.card_gallery.cntn_with_btn .top_content h2 {
  margin-bottom: 1em !important;
}

.card_gallery.cntn_with_btn .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
  padding: 0 10px 30px;
  gap: 50px;
  justify-content: center;
}

.card_gallery.cntn_with_btn .card_content h3 {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;
  font-weight: 400;
}

.card_gallery.cntn_with_btn .card_item.text_center .btn_row {
  margin: 0;
}

.card_gallery.cntn_with_btn .btn_row a {

  color: #EBA428;
  padding: 18px 20px !important;
  min-width: 300px;
  line-height: 1;
  font-size: 20px !important;
}

.card_gallery.cntn_with_btn .btn_row a.hs-button {
  color: #ffff;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.card_gallery.cntn_with_btn .btn_row a.hs-button:hover {
  color: #eba428;
}

.card_gallery.cntn_with_btn .btn_row a:hover {
  color: #fff;
  background: #EBA428;
}

.card_gallery.cntn_with_btn .card_item.it1:first-child a.hs-sec-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f56f";
  margin-right: 5px;
  font-weight: 900;
  font-size: 20px;
}

.card_gallery.cntn_with_btn .card_item.it2 a.hs-sec-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 5px;
}

.card_gallery.cntn_with_btn .flex_row .col6 {
  width: 45%;
}

.card_gallery.cntn_with_btn.type2 .card_item.it2 .hs-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  margin-right: 6px;
  font-weight: 900;
}

.card_gallery.cntn_with_btn.type2 .card_item.it1:first-child a.hs-sec-btn:before{
  content: "\f0e0";
  font-weight: normal;
}

.two-col-content.withForm.type2 p {
  margin-bottom: 10px;
}

.two-col-content.withForm.type2 .top_sec h2.title {
  letter-spacing: 0.1em;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description img {
  display: block;
  margin: 10px auto 10px;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #EBA428;
  margin: 10px 0;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description span em {
  color: #fff;
  font-style: unset;
  letter-spacing: 0.1em;
}


.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description ul {

  margin: 10px 0 0 25px;
  list-style-type: disc;
  padding: 0;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description ul li {
  padding: 0;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description ul li::before {
  display: none;
}

.two-col-content.withForm.type2 .content-col.col6 .cont-inner .description hr {
  background-color: #aaa;
  margin-bottom: 10px;
  margin-top: 10px;
}

.two-col-content.withForm.type3 .content-col.col6 .cont-inner .description ul li p {
  margin: 0;
}

.card_gallery.cntn_with_btn.type2 .bottom_row.notshadow .rowGap15 {
  gap: 50px;
}

.blog-feed.recentPost .page-center {padding: 20px 30px 30px;}

.blog-feed.recentPost .top_sec.noButton {
  padding: 0;
  margin: 0;
}

.blog-feed.recentPost .top_sec.noButton h2 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 10px;
}

.blog-feed.recentPost .recent-post-item {

  margin: 6px;
  width: calc(33.33% - 6px* 2);
  background: #fff;
  padding: 20px;
}

.blog-feed.recentPost .hs-featured-wrp {
  padding-bottom: 64%;
}

.blog-feed.recentPost .recent-post-item .post-btm {
  padding: 0;
}

.blog-feed.recentPost .meta_wrap {
  margin: 0;
}

.blog-feed.recentPost .recent-post-title {
  max-height: calc(2* 20px* 2);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  letter-spacing: normal;
}

.blog-feed.recentPost .recent-post-item .item_inner {

}

.blog-feed.recentPost .recent-post-title a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .page-center {
  padding: 20px;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .top_sec.noButton {
  padding: 0 10px 10px 10px;
  margin: 0;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .top_content h3 {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .top_content h3:before {
  top: 0;
  left: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .top_content h3:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .top_content h5 {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;!i;!;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .flex-row {
  margin-top: 13px;
  justify-content: space-between;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .cnt-col {
  padding: 0;
  position: relative;
  max-width: 220px;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .tp-img {
  margin: 10px 0;
  text-align: center;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .tp-img-cnt-inner h3 {
  font-size: 20px;
  line-height: 1.67;
  position: relative;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  color: #EBA428;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .tp-img-cnt-inner h5 {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
  line-height: 2;
  color: #333;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .tp-img-cnt-inner p {
  font-size: 12px;
  margin: 10px 0 !important;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
}

.cnt-wit-tp-img-wrp.cntn_wid_topimg .cnt-col:after {
  content: '\f101';
  display: block;
  font-size: 36px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  right: -46px;
  top: 90px;
  font-weight: 900;
  color: #EBA428;
}

.two-col-content.cm-bottompanev2.type2 .top_sec h3 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.cm-bottompanev2.type2 .top_sec {
  margin: 0 0 38px;
}

.two-col-content.withForm.type2.type4 .top_sec h2.title {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-col-content.withForm.type2.type4 .top_sec h2.title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.two-col-content.withForm.type2.type4 .top_sec h2.title:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

#newBnr .bnrBottom .row .leftCol .inner p {
  font-size: 16px;
}

.two-col-content.lacBnr.type2 .page-center {
  padding: 20px 20px 10px;
}

.two-col-content.lacBnr.type2 .flex_row.flex_center {
  margin: 0;
}

.two-col-content.lacBnr.type2 .single-img img {
  max-width: 213px;
}

.two-col-content.lacBnr.type2 .single-img {
  text-align: center;
  margin: 10px 0;
}

.two-col-content.lacBnr.type2 .col4 {
  width: 30%;
}

.two-col-content.lacBnr.type2 .content-col.col8 {
  width: 70%;
}

.two-col-content.lacBnr.type2 .content-col .btn-items .btn_row a{
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.two-col-content.two__col2 .top_sec.noButton {
  padding: 0 10px 10px 10px;
  margin: 0;
}

.two-col-content.two__col2 h2.title {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.two-col-content.two__col2 h2.title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.two-col-content.two__col2 h2.title:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.two-col-content.two__col2 .top_content h5 {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;!i;!;
}

.two-col-content.two__col2 .flex_row {
  margin: 60px 0 0;
}

.two-col-content.two__col2 .content-col.col7 {
  width: 61%;
}

.two-col-content.two__col2 .media_column.col5 {
  width: 39%;
}

.two-col-content.two__col2 .content-col .description h3 {
  margin: 0;
  padding: 10px 0 10px;
  background: transparent;
  line-height: 1.3;
  margin-bottom: 0.5em;
  position: relative;

  width: 100%;
  color: #EBA428;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.two-col-content.two__col2 .content-col .description {
  margin: 0;
}

.two-col-content.two__col2 .content-col .description p {
  margin: 10px 0;
  color: #333;
}

.two-col-content.two__col2 .content-col .btn-items .btn_row {
  margin-top: 40px;
  margin-bottom: 10px;
}

.two-col-content.two__col2 .btn_row a.hs-button {
  padding: 12px 20px;

  font-size: 14px;
  min-width: 200px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.two-col-content.two__col2 .btn_row a.hs-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  margin-right: 10px;
  font-weight: 900;
  font-size: 18px;
}

.two-col-content.two__col2 .mediaimg {
  margin: 10px 0;
}

.two-col-content.two__col2 .btm_content p {
  margin-bottom: 20px;
}

#lacBnr .content-col .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.3;
}

#lacBnr .content-col .description h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1em;
}

#lacBnr .content-col .description p {
  font-weight: normal;
}

#lacBnr .single-img img {
  max-width: 100%;
}

.card_gallery.cntn_with_icon .card_box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card_gallery.cntn_with_icon .icon_box.medium_sz {
  width: 25%;
  padding: 0 10px 10px 10px;
}

.card_gallery.cntn_with_icon .card_content {
  width: 75%;
  padding: 0 10px 10px 10px;
}

.card_gallery.cntn_with_icon .icon_box .icon_inner {
  margin: 10px 0;
  font-size: 112px;
  height: auto;
  width: auto;
}

.card_gallery.cntn_with_icon .card_content p {
  margin: 10px 0;
  letter-spacing: 0.15em;
  color: #333;
}

.card_gallery.cntn_with_icon .card_content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.card_gallery.cntn_with_icon .bottom_row.notshadow .rowGap15 {
  row-gap: 90px;
}

.card_gallery.cntn_with_icon .icon_box.medium_sz i {
  font-family: "FontAwesome";
  font-weight: 900;
}

#recBnr .content_widget h3 {
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

.cnt-wit-tp-img-wrp.cm_img .inner_spacing.theme {
  max-width: 800px;
  margin: 0 auto;
}

.cnt-wit-tp-img-wrp.cm_img .tp-img {
  margin: 0;
  padding: 10px;
}

.cnt-wit-tp-img-wrp.cm_img .flex_row .col12 {
  padding: 0;
}

.cnt-wit-tp-img-wrp.cm_img .tp-img {
  margin-bottom: 10px;
}

.cnt-wit-tp-img-wrp.cm_img .flex-row {
  row-gap: 80px;
}

.simple-banner .bnrBottom .row .leftCol .inner p {
  color: #fff;
}

#lacBnr2 .content-col .description h3 {
  font-size: 28px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

#lacBnr2 .single-img img {
  max-width: 100%;
}

#custom-twocolumn .tp-img-cnt {
  width: 60%;
}

#custom-twocolumn .tp-img {
  width: 40%;
}

.two-col-content.cm_twoCol3 .page-center {
  padding: 20px;
}

.two-col-content.cm_twoCol3 .top_sec.noButton {
  margin: 0;
  padding: 0 10px 10px 10px;
}

.two-col-content.cm_twoCol3 .content_widget.col8 {
  margin: 10px 0;
}

.two-col-content.cm_twoCol3 h2.title {
  margin-bottom: 1em;
  font-size: 28px;
  color: #fff;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

.two-col-content.cm_twoCol3 .bottom_row {
  padding: 20px 70px 15px;

  max-width: 849px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  row-gap: 0;
}

.two-col-content.cm_twoCol3 .flex_row.flex_center {
  padding: 0 10px 10px 10px;
  margin: 10px 0;
}

.two-col-content.cm_twoCol3 .content-col .description {
  margin: 0;
}

.two-col-content.cm_twoCol3 .content-col .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.cm_twoCol3 .content-col.col6 {
  width: 55.2%;
}

.two-col-content.cm_twoCol3 .img-col.col6 {
  width: 44.8%;
}

.two-col-content.cm_twoCol3 .single-img {
  margin: 10px 0;
}

.two-col-content.cm_twoCol3 .btn_row {
  margin: 10px 0;
}

.two-col-content.cm_twoCol3 .btn_item a {

  padding: 18px 20px;
  min-width: 300px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}

.two-col-content.cm_twoCol3 .btn_item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  margin-right: 10px;
  font-weight: 900;
  font-size: 20px;
}

.two-col-content.cm_twoCol3 .content-col .description p {
  margin: 10px 0;
}

.two-col-content.cm_twoCol3 .flex_row {
  padding: 0 10px 10px;
  margin: 10px 0;
}

.two-col-content.lacBnr.type3 h2 {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.two-col-content.lacBnr.type3 .img-col.col4 {
  width: 30%;
}

.two-col-content.lacBnr.type3 .content-col.col8 {
  width: 70%;
}

.two-col-content.lacBnr.type3 .flex_row.flex_center {
  margin: 0;
}

.two-col-content.lacBnr.type3 .content-col .description h3 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.two-col-content.lacBnr.type3 .content-col .description p:last-child {
  font-weight: normal;
}

.two-col-content.lacBnr.type3 .content-col .btn-items .btn_row a {
  color: #EBA428;
  background: #fff;
  text-decoration: none;

  padding: 23.5px 20px;
  font-size: 20px;
  min-width: 400px;
  margin: auto;
  display: inline-block;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.two-col-content.lacBnr.type3 .content-col .btn-items .btn_row a:after {
  display: none;
}

.two-col-content.lacBnr.type3 .content-col .btn-items .btn_row {
  justify-content: center;
}

.two-col-content.lacBnr.type3 .content-col .btn-items .btn_row a:hover {
  background: #EBA428;
  color: #fff;

}

.two-col-content.lacBnr.type3 .page-center {
  padding: 20px;
}

.two-col-content.lacBnr.type3 .mediaimg .single-img img {
  max-width: 250px;
}

.two-col-content.lacBnr.type3 .single-img {
  text-align: center;
}

.two-col-content.lacBnr.type3 .content-col .description p {
  font-weight: normal;
}

i.icon01_col:before {
  display: block;
  font-size: 90px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  content: '\f7d9';
  font-weight: 900;
  font-style: normal;
}

.icon02_col::before {
  content: '\f5fc';
  font-weight: 900;
  display: block;
  font-size: 90px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-style: normal;
}

.icon03_col::before {
  content: '\f509';
  font-weight: 900;
  display: block;
  font-size: 90px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-style: normal;
}

.icon02_col::before {
  content: '\f5fc';
  font-weight: 900;
  display: block;
  font-size: 90px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-style: normal;
}

.two-col-content.twoCol4 .bottom_row {

  background-color: #FFFFFF;
  padding: 30px 40px;
}

.two-col-content.twoCol4 .content-col.col6 {
  width: 61%;
}

.two-col-content.twoCol4 .img-col.col6 {
  width: 39%;
}

.two-col-content.twoCol4 .content-col .description {
  margin: 0;
}

.two-col-content.twoCol4 .content-col .description h4 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #EBA428;
  letter-spacing: 0.1em;
  margin: 10px 0;
  line-height: 2;
}

.two-col-content.twoCol4 .content-col .description h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 1em;
  line-height: 1.67;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #EBA428;
}

.two-col-content.twoCol4 .content-col .description p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0 0 10px;
}

.two-col-content.twoCol4 .single-img {
  margin: 10px 0;
  text-align: center;
}

.two-col-content.twoCol4 .mediaimg .single-img img {
  width: revert-layer;
}

.two-col-content.twoCol4 .right_column_btn .btn_row {
  margin: 10px 0;
  justify-content: center;
}

.two-col-content.twoCol4 a.hs-sec-btn {
  text-decoration: none;
  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  min-width: 200px;
  line-height: 1;
  padding-right: 40px;
}

.two-col-content.twoCol4 a.hs-sec-btn:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  margin-left: 20px;
}

#custom-twocolumn h1.title {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}

#custom-twocolumn h1.title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

#custom-twocolumn h1.title:after {
  bottom: 0;
  right: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.blog-feed.cm_recent_post .page-center {
  padding: 20px 30px 30px;
}

.blog-feed.cm_recent_post .top_sec.noButton {
  margin: 0;
  padding: 0;
}

.blog-feed.cm_recent_post .top_content h3 {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-feed.cm_recent_post .top_content h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.blog-feed.cm_recent_post .top_content h3:after {
  bottom: 0;
  right: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.blog-feed.cm_recent_post .top_content h5 {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 10px 0 !important;
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
}

.blog-feed.cm_recent_post .recent-post-item {
  padding: 6px;
}

.blog-feed.cm_recent_post .recent-post-item .post-btm {


  padding: 20px;
}

.blog-feed.cm_recent_post .recent-post-item .item_inner {

}

.blog-feed.cm_recent_post .meta_wrap {
  display: none;
}

.blog-feed.cm_recent_post .recent-post-title {
  line-height: 2;
  margin: 10px 0;
  letter-spacing: 0;
}

.blog-feed.cm_recent_post p.item_descr {
  margin: 10px 0;
  line-height: 2;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
}

.blog-feed.cm_recent_post .feed-outer-wrp {
  margin: 10px 0;
}

.cnt-wit-bg-wrp.cm_video .page-center {
  padding: 20px;
}

.cnt-wit-bg-wrp.cm_video h2.title {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnt-wit-bg-wrp.cm_video h2.title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.cnt-wit-bg-wrp.cm_video h2.title:after {
  bottom: 0;
  right: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.cnt-wit-bg-wrp.cm_video iframe {
  width: 100%;
  height: 660px;
}

.custom-twocolumn.cnt-wit-tp-img-wrp .bottom_title {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

#lacBnr2 .content-col .description h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1em;
}

#lacBnr2 .content-col .description p:last-child {
  font-weight: normal;
}

.cm_nv_wrp.cmBtn .btn_row .btn_item.btn1 a {

  padding: 23.5px 20px;
  font-size: 20px;
  min-width: 400px;
  margin: auto;
  display: inline-block;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  background: #fff;
  color: #EBA428;
}

.cm_nv_wrp.cmBtn .btn_row .btn_item.btn1 a:hover {
  background: #EBA428;
  color: #fff;

}

.two-col-content.twoCol4.type2 .top_sec.noButton {
  padding: 0 10px 10px 10px;
  margin: 0;
}

.two-col-content.twoCol4.type2 h2.title {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-col-content.twoCol4.type2 h2.title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.two-col-content.twoCol4.type2 h2.title:after {
  bottom: 0;
  right: 0;


  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
}

.two-col-content.twoCol4.type2 .top_sec.noButton p {
  font-weight: 700;
  text-align: left;
  margin: 10px 0 !important;
  color: #333;
}

.two-col-content.twoCol4.type2 .img-col.col6 {
  display: flex;
  flex-direction: column-reverse;
  width: 28.8%;
  justify-content: center;
}

.two-col-content.twoCol4.type2 .content_box {
  margin: 0;
}

.two-col-content.twoCol4.type2 .text_block h3 {
  font-size: 24px;
  padding: 10px 0 10px;
  background: transparent;
  line-height: 1.3;
  margin-bottom: 2px;
  position: relative;

  width: 100%;
  color: #EBA428;
  letter-spacing: 0.1em;
}

.two-col-content.twoCol4.type2 .content-col.col6 {
  width: 66.9%;
}

.two-col-content.twoCol4.type2 .cont-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.two-col-content.twoCol4.type2 a.hs-button {
  font-size: 18px;
  font-weight: bold;

  padding: 23.5px 20px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.two-col-content.twoCol4.type2 .content-col .btn-items .btn_row {
  margin: 10px 0;
  justify-content: center;
}

.two-col-content.twoCol4.type2 .content-col .description p em {
  font-weight: 700;
  font-style: normal;
}

.two-col-content.twoCol4.type2 .content-col .description p a {
  text-decoration: underline;
  color: #003b82;
}

.two-col-content.twoCol4.type2 .content-col .description p a:hover {
  text-decoration: none;
  opacity: 1;
  color: #003b82;
}

.two-col-content.twoCol4.type2 {
  overflow: visible;
}

.cnt-wit-bg-wrp.cm_content .rich_text h3 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #EBA428;
  margin-top: 10px;
}

.cnt-wit-bg-wrp.cm_content .rich_text {
  padding: 0 10px 10px;
}

.cnt-wit-bg-wrp.cm_content .rich_text p {
  font-size: 14px;
  line-height: 2.3;
  padding-bottom: 20px;
}

.cnt-wit-bg-wrp.cm_content .rich_text ul li {
  font-size: 14px;
  padding-left: 13px;
  width: 49%;
  line-height: 2;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #333;
}

.cnt-wit-bg-wrp.cm_content .rich_text ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.cnt-wit-bg-wrp.cm_content .rich_text ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  margin-right: 5px;
}

.cnt-wit-bg-wrp.cm_content2 hr {
  margin: 47px 0 67px;
}

.cnt-wit-bg-wrp.cm_content2 .rich_text {
  padding: 0 10px 10px;
}

.cnt-wit-bg-wrp.cm_content2 .rich_text h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1em;
}

.cnt-wit-bg-wrp.cm_content2 .rich_text h5 {
  margin-bottom: 1em;
}

.cnt-wit-bg-wrp.cm_content2 .rich_text ul li {
  font-size: 14px;
  margin: 0;
  line-height: 2.3;
}

.cnt-wit-bg-wrp.cm_content2 .rich_text ul {
  margin-bottom: 28px;
}

.card_gallery.type2.type3 .flex_row .col6 {
  width: 23.3333%;
  vertical-align: top;
  display: table-cell;
}

.card_gallery.type2.type3 .bottom_row.notshadow .rowGap15 {
  display: table;
}

.card_gallery.type2.type3 .btn_row a.hs-button {
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.card_gallery.type2.type3 .card_item.it3 a.hs-sec-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f56f";
  margin-right: 6px;
  font-weight: 900;
}

.two-col-content.cloud_security .page-center {
  padding: 30px 40px;

  background-color: #FFFFFF;
  max-width: 1060px;
}

.two-col-content.cloud_security .top_sec.noButton {
  margin: 0;
  padding: 0;
}

.two-col-content.cloud_security h3.title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 10px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #EBA428;
}

.two-col-content.cloud_security .flex_row.flex_center {
  margin: 10px 0;
  row-gap: 0;
}

.two-col-content.cloud_security .content-col.col6 {
  width: 70%;
}

.two-col-content.cloud_security .img-col.col6 {
  width: 30%;
}

.two-col-content.cloud_security .mediaimg .single-img img {
  max-width: 212px;
}

.two-col-content.cloud_security .content-col .description {
  margin: 0;
}

.two-col-content.cloud_security {
  overflow: visible;
}

.cm_nv_wrp.cmBtn3 .btn_row .btn_item.btn1 a {
  font-size: 24px;
  font-weight: bold;

  padding: 23.5px 20px;
  min-width: 400px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.cm_nv_wrp.cmBtn3 .btn_item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  margin-right: 5px;
  font-weight: 900;
  font-size: 22px;
}

#twoCol4 h2.title {
  font-size: 32px;
}

#twoCol4 .flex_row {
  row-gap: 0;
}

#twoCol4 .content-col .description table th {
  display: table-cell;

  padding: 10px !important;
  word-break: break-word;
  text-align: center;
  color: #333;
  vertical-align: middle;
}

#twoCol4 .content-col .description table tbody th {
  text-align: left;
  vertical-align: middle;
}

#twoCol4 .content-col .description table tbody td {
  text-align: center;
  vertical-align: middle;
}

#twoCol4 .content-col .description p {
  margin: 0;
  font-weight: normal;
}


.blog-feed.recentPost.type2 .top_sec.noButton h2 {
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

.blog-feed.recentPost.type2 .top_sec.noButton h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.blog-feed.recentPost.type2 .top_sec.noButton h2:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}
.blog-feed.recentPost .hs-featured-wrp:hover .feature_img,
.blog-feed.recentPost .recent-post-title:hover{
  opacity: 0.8;
}
.blog-feed.recentPost.type2 .top_content h5 {
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.two-col-content.faq .content-col .description ul li h4 {
  color: #333;
}
.cnt-wit-bg-wrp.cm_btn5 .content_widget .btn_row a:hover {
  background: #EBA428;
  color: #fff;

}
.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  transition: none;
  color: #333;
}
.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a.hs-breadcrumb-label:hover {
  opacity: 0.7;
}
.cnt-wit-bg-wrp.cm_btn5 .content_widget .btn_row a:hover:before {
  color: #fff;
}
.blog-feed.recentPost.type2 p.item_descr {
  margin: 10px 0;
  line-height: 2;
  color: #333;
  letter-spacing: 0;
}
.fancybox-button:hover {
  background: rgba(30,30,30,10);
}
.cnt-wit-bg-wrp.cm_btn5 .content_widget {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.cnt-wit-bg-wrp.cm_btn5 .content_widget .btn_row {
  margin: 0;
}

.cnt-wit-bg-wrp.cm_btn5 .content_widget .btn_row a {
  font-size: 24px;
  font-weight: bold;
  color: #EBA428;
  background: #fff;
  text-decoration: none;

  padding: 23.5px 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  position: relative;
  line-height: 1;
}

.cnt-wit-bg-wrp.cm_btn5 .content_widget .btn_row a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f56f";
  color: #EBA428;
  margin-right: 5px;
  font-weight: 900;
  font-size: 22px;
}

.cnt-wit-bg-wrp.cm_btn5 .rich_text p {
  margin: 10px 0;
  color: #333;
}

.cnt-wit-bg-wrp.cm_btn5 .rich_text p span {
  font-size: 12px;
}

form .hs-richtext.hs-main-font-element blockquote p{
  max-height: 200px;
  background: #fff;
  font-size: 16px;

  overflow: auto;
  margin:30px 0 !important;
  padding: 20px;
}

form .hs-richtext.hs-main-font-element blockquote {

  padding: 0 !important;
  margin: 0 !important;
}

.custom-feed.type2 .top-content .inner h2 {
  margin: 10px 0;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-feed.type2 .top-content .inner h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;


}

.custom-feed.type2 .top-content .inner h2:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;


}

.cnt-wit-bg-wrp.ctm-bnr.rigi_manga .btn_row .btn_item a.hs-button:before {
  margin: 0 5px 0 0;
}

.two-col-content.withForm .top_sec h2.title{
  letter-spacing: 0.1em;
}

.two-col-content.withForm .content-col.col6 .form_wrap form {
  padding-top: 36px;
}
.two-col-content.withForm .content-col.col6 .form_wrap form label {
  letter-spacing: 0;
}
.two-col-content.withForm form .hs-form-field {
  margin-bottom: 20px;
}
.two-col-content.withForm form li.hs-form-radio {
  line-height: normal;
}

.two-col-content.withForm form li.hs-form-radio label {
  line-height: normal;
  margin-bottom: 5px;
}

.two-col-content.withForm form .hs-form-field textarea {
  min-height: 130px;
}

.two-col-content.withForm form .inputs-list {
  margin-bottom: 25px;
}

.two-col-content.withForm form .hs-richtext,
.two-col-content.withForm form .hs-richtext p {
  font-size: 16px;
  letter-spacing: 0;
}

.two-col-content.withForm .actions {
  text-align: center;
  display: block;
}

.two-col-content.withForm form .hs_submit {
  display: block;
  margin: 0;
}

.two-col-content.withForm form .hs-richtext p a {
  color: #003b82 !important;
  text-decoration: underline;
}

.two-col-content.withForm form .hs-richtext p a:hover {
  text-decoration: none;
}

#form_button input.hs-button {
  font-size: 21px;
  height: auto;
  color: #fff;
  background: #25809d;

  cursor: pointer;
  border-radius: 4px;
}

#form_button input.hs-button:hover {
  opacity: .8;
}

.two-col-content.lacBnr .content-col .description p a {
  color: #003b82 !important;
  text-decoration: underline;
}

.two-col-content.lacBnr .content-col .description p a:hover {
  text-decoration: none;
}

.blog-feed.cm_recent_post .recent-post-title a:hover,
.seminar-post .breadcrumbs ul li a:hover{
  opacity: 0.7;
  color: #333;
}

.two-col-content.corpusTwoCol .flex_row.flex_center {
  row-gap: 0;
}

.card_gallery.cntn_with_btn.type2.icon .card_item.it1 a.hs-sec-btn:before {
  content: "\f56f";
  font-weight: 900;
}
#twoCol4 .content-col .description table th {
  letter-spacing: 0.1em !important;
}

#twoCol4 .content-col .description table tbody td {
  padding: 10px !important;
}

#twoCol4 .content-col .description table tbody th p {
  line-height: 1.12em;
}
.blog-feed.recentPost .recent-post-item {


}
.child-theme a {
  transition: none;
}
.two-col-content.ctm-col .cont-inner {
  color: #333333;
}
.post-form form .hs-richtext a {
  color: #333!important;
}
.post-form form .hs-richtext a:hover {
  text-decoration: none !important;
}
section.prev-next-link.no-post a.prev-link {
    display: block;
}
/* media query */

@media(max-width:991px){
  .cnt-wit-tp-img-wrp.cntn_wid_topimg .cnt-col {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width:769px){
  .two-col-content.withForm.type2 .content-col.col6 .cont-inner .description ul {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }

  .two-col-content.withForm.type2 .content-col.col6 .cont-inner .description ul li {
    width: 100% !important;
  }
}

@media(max-width:767px){
  .two-col-content.cm_bnr .content-col .description h1 {
    text-align: center;
  }

  .card_gallery.cntn_with_btn .flex_row .col6 {
    width: 100%;
  }

  .two-col-content.cm_two_col .content-col.col6 {
    width: 100%;
  }

  .two-col-content.cm_two_col .img-col.col6 {
    width: 100%;
  }

  .two-col-content.cm_two_col {
    padding: 20px;
  }

  .two-col-content.faq .content-col.col12 {
    padding: 20px;
  }

  .two-col-content.faq .content-col .description ul li p {
    padding-left: 40px;
  }

  .two-col-content.faq .content-col .description ul li h4 {
    padding-left: 40px;
  }

  .cm_pg_wrp.cm_pagination .left-col {
    flex-wrap: wrap;
    row-gap: 0;
    margin: 0;
  }

  .cm_pg_wrp.cm_pagination .next-pagi, .cm_pg_wrp.cm_pagination .prev-pagi {
    width: 100%;
  }

  .blog-feed.recentPost .recent-post-item {
    margin: 15px auto;
    width: 100%;


  }

  .blog-feed.recentPost .top_sec.noButton h2 {
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
  }

  .blog-feed.recentPost .recent-post-title {
    max-height: unset;
  }

  .blog-feed.recentPost .feed-outer-wrp {
    row-gap: 0;
  }
  .blog-feed.recentPost .page-center {
    padding: 20px;
  }


  .cnt-wit-tp-img-wrp.cntn_wid_topimg .cnt-col:after {
    width: 30px;
    top: inherit;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .cnt-wit-tp-img-wrp.cntn_wid_topimg .cnt-col {
    margin-bottom: 60px;
    padding: 0;
  }

  .cnt-wit-tp-img-wrp.cntn_wid_topimg .tp-img-cnt-inner h3 {
    text-align: center;
  }

  .two-col-content.lacBnr.type2 .content-col.col8 {
    width: 100%;
  }

  .two-col-content.lacBnr.type2 .col4 {
    width: 100%;
  }

  .two-col-content.two__col2 .content-col.col7 {
    width: 100%;
  }

  .two-col-content.two__col2 .media_column.col5 {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.cm_img .tp-img {
    padding: 0;
  }

  .cnt-wit-tp-img-wrp.cm_img .flex-row {
    row-gap: 40px;
  }

  .two-col-content.cm_twoCol3 .content-col.col6 {
    width: 100%;
  }

  .two-col-content.cm_twoCol3 .img-col.col6 {
    width: 100%;
  }

  .two-col-content.cm_twoCol3 .flex_row {
    row-gap: 0;
  }

  .two-col-content.cm_twoCol3 .right_column_btn .btn_row {
    justify-content: center;
  }

  .two-col-content.cm_twoCol3 .btn_item a {
  }

  #custom-twocolumn .tp-img-cnt {
    width: 100%;
  }

  #custom-twocolumn .tp-img {
    width: 100%;
  }

  .card_gallery.cntn_with_icon .bottom_row.notshadow .rowGap15 {
    row-gap: 30px;
  }

  .card_gallery.cntn_with_icon .card_item {
    padding: 0;
  }

  .card_gallery.cntn_with_icon .icon_box.medium_sz {
    width: 100%;
  }

  .card_gallery.cntn_with_icon .card_content {
    width: 100%;
  }

  .card_gallery.cntn_with_icon .card_content h3 {
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
  }

  .card_gallery.cntn_with_icon .card_content {
    padding: 0;
  }

  .two-col-content.faq .top_sec.noButton {
    padding: 0 0 30px;
  }

  .two-col-content.cm_twoCol3 .bottom_row {
    padding: 10px;
  }

  .two-col-content.twoCol4 .img-col.col6 {
    width: 100%;
  }

  .two-col-content.twoCol4 .content-col.col6 {
    width: 100%;
  }

  .two-col-content.twoCol4 .bottom_row {
    padding: 20px;
  }

  .two-col-content.lacBnr.type3 .content-col.col8 {
    width: 100%;
  }

  .two-col-content.lacBnr.type3 .img-col.col4 {
    width: 100%;
  }
  .cnt-wit-bg-wrp.recBnr.type_2 .content_widget h3 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
  }

  #ctm-bnr .rich_text h2 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .cnt-wit-bg-wrp.recBnr .bg_el.bg_img {
    background-position: right center !important;
  }

  .cm_nv_wrp.cmBtn .btn_row .btn_item.btn1 a {
    min-width: auto;
  }

  .two-col-content.twoCol4.type2 .content-col.col6 {
    width: 100%;
  }

  .two-col-content.twoCol4.type2 .img-col.col6 {
    width: 100%;
  }

  .cnt-wit-bg-wrp.cm_content .rich_text {
    padding: 0;
  }

  .cnt-wit-bg-wrp.cm_content2 .rich_text {
    padding: 0;
  }

  .card_gallery.type2.type3 .bottom_row.notshadow .rowGap15 {
    display: block;
  }

  .card_gallery.type2.type3 .flex_row .col6 {
    display: block;
    width: 100%;
  }

  .two-col-content.cloud_security .content-col.col6 {
    width: 100%;
  }

  .two-col-content.cloud_security .img-col.col6 {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.cm_cards .top_sec.noButton {
    padding: 0 0 10px;
  }

  .cnt-wit-bg-wrp.cmHeading h2.title {
    padding: 0 0 10px;
  }

  .two-col-content.cm_bnr .flex_row {
    row-gap: 0;
  }

  .card_gallery.cntn_with_btn .btn_row a {
    min-width: auto;
  }

  .card_gallery.cntn_with_btn .bottom_row.notshadow .rowGap15 {
    gap: 10px;
    padding: 0 0 30px;
  }

  .cnt-wit-bg-wrp.cmCntn .rich_text {
    padding: 0;
  }

  .two-col-content.corpusTwoCol .media_column .mediaimg img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}

@media(max-width:579px){
  .two-col-content.cm_twoCol3 .btn_item a {
    min-width: auto;
  }

  .two-col-content.lacBnr.type3 .content-col .btn-items .btn_row a {
    min-width: auto;
  }
}

/* ブログコンテンツだけ枠線付与 */
.bodycontent {
  border: 1px solid #F6F6F6 !important; /* 好きな色や太さでOK */
  padding: 20px;
  background: #fff; /* お好みで */
}