/**************** Login page******************/
@media only screen and (max-width:767px) {
  .loginContent .LoginPanel {
    width: 100% !important;
  }

  .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap;
  }

  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel {
  width: 500px !important;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormItem .dnnLoginRememberMe {
  white-space: inherit;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
  display: inline-block !important;
  text-align: right !important;
}


.registerGroup ul,
.registerGroup li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.registerGroup,
.loginGroup {
  display: inline-block;
}

.registerGroup a,
.loginGroup a,
.registerGroup a:link,
.loginGroup a:link,
.registerGroup a:active,
.loginGroup a:active,
.registerGroup a:visited,
.loginGroup a:visited {
  color: inherit;
}

.loginContent a,
.loginContent a:link {
  color: #333;
}

.loginContent a.dnnPrimaryAction {
  color: #FFF;
}

.loginContent a:hover {
  text-decoration: none;
}

/**************** register page******************/
@media only screen and (max-width:767px) {
  .dnnRegistrationForm {
    min-width: inherit !important;
  }

  .dnnRegistrationForm .dnnForm {
    width: 100%;
  }

  .dnnRegistrationForm .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: 100%;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
    right: auto !important;
    position: static !important;
    margin-left: 5px !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem {
    padding: 0px !important;
    margin: 0px !important;
  }

  .dnnRegistrationForm .dnnFormItem input[type="text"],
  .dnnRegistrationForm .dnnFormItem input[type="password"],
  .dnnRegistrationForm .dnnFormItem input[type="email"],
  .dnnRegistrationForm .dnnFormItem input[type="tel"],
  .dnnRegistrationForm .dnnFormItem select,
  .dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

/**************** Password page******************/
@media only screen and (max-width:767px) {
  .dnnSendPasswordContent {
    width: auto !important;
  }

  .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }

  .dnnSendPasswordContent a.dnnFormHelp,
  .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
  .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static;
  }

  .dnnSendPasswordContent input[type="text"],
  .dnnSendPasswordContent input[type="password"],
  .dnnSendPasswordContent input[type="email"],
  .dnnSendPasswordContent input[type="tel"],
  .dnnSendPasswordContent select,
  .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important;
  }

  .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important;
  }
}

/*footer*/
footer.footer .dngTextBox,
.footer-logoin {
  display: inline-block
}

.footer-logoin {}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
  font-size: 12px;
  color: #973939;
  text-decoration: none;
  font-weight: normal;
}

A.CommandButton:hover {
  color: #973939;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
  color: #000;
  text-decoration: underline;
}

.FileManager A:hover {
  color: #000;
  text-decoration: none;
}

/* ********** Pane Style ************** */
.DNNEmptyPane {
  display: none;
}

#dnn_ControlPanel #dnnCPWrap {
  filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
  color: #328DDE !important;
}

form#Form {
  height: 100%;
}

.ModuleTitle_SubMenu {
  z-index: 9999 !important;
}

/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu {
  z-index: 1 !important;
  display: block !important;
}

#Body[style*="margin-left: 80px"] {
  position: relative;
}

#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
  left: 80px;
  width: auto;
  right: 0;
}

#Body[style*="margin-left: 80px"] .headersidenav {
  left: 80px;
}

#Body[style*="margin-left: 80px"] .leftslidemenu.active {
  margin-left: 80px;
}

#Form.showControlBar {
  position: relative;
}

.dnnEditState .overlay-panel-content {
  position: relative !important;
  display: block !important;
  z-index: 99 !important;
  overflow: visible;
  width: 100%;
}

.dnnEditState .overlay-panel-content:before {
  position: absolute;
}

.dnnEditState .overlay-panel-content .overlay-panel-close {
  position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible {
  opacity: 1;
}

.dnnEditState .side-panel-box.side-panel .side-panel-main {
  min-height: 100vh
}

.dnnEditState .side-panel {
  position: relative !important;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  visibility: visible !important;
  display: inline-block;
  z-index: 100 !important;
}

#PageTemplate_Modal .modal-body {
  height: calc(100% - 65px);
}

#PageTemplate_Modal .close {
  position: absolute;
  right: 4px;
  top: -3px;
  font-size: 35px;
}

#setting-message-info {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10001;
  display: none;
  padding: 15px;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  background-color: #32373c;
}

#setting-message-info .fa {
  border-width: 2px;
  border-style: solid;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;

}

#setting-message-info-full {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000001;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}

#setting-message-info-full .waitaminute-message {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-top: -30px;
}

#setting-message-info-full .cog {
  position: relative;
  display: inline-block;
  width: 60px;
  line-height: 1;
  margin-bottom: 10px;



}

#setting-message-info-full .cog .fa-cog {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
  background-size: cover;

}

#setting-message-info-full .cog .fa-cog::before {
  content: none;
}

#setting-message-info-full .cog .icon1 {
  -webkit-animation: rotatemessage-r 5s infinite linear;
  animation: rotatemessage-r 5s infinite linear;
}

#setting-message-info-full .cog .icon2 {
  position: absolute;
  font-size: 0.5em;
  top: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;

}

#setting-message-info-full .cog .icon3 {
  position: absolute;
  font-size: 0.5em;
  bottom: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.DNNEmptyPane {
  display: none !important;
}

/*pane name*/
.dnnEditState .edit-panename {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  user-select: none;
  color: #cdcdcd;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon {
  display: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) {
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  text-align: left;
  white-space: pre;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
  left: 80px;
}


.SkinPluginPro_icon:not(.sidebarIcon) a {
  display: inline-flex;
  flex-direction: row-reverse;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  background-color: #20a3f0;
  text-align: center;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) span {
  color: #FFF;
  max-width: 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;

  font-size: 13px;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}

.SkinPluginPro_icon:not(.sidebarIcon) i {
  font-size: 16px;
  color: #FFF;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
}

.SkinPluginPro_icon:not(.sidebarIcon) i::before {
  content: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
  max-width: 160px;
  padding-right: 10px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
  background-image: url(resource/images/cog.png);
  background-repeat: no-repeat;
  background-position: 0 2px;

}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
  background-position: left -3px top -30px;

}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
  background-position: left -3px top 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
  background-position: left -3px top -60px;

}

.btn-plugin.btn-plugin-headerlayout {
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 172, 214, 0.8);
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in;
}

.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i {
  display: none;
}

.btn-plugin.btn-plugin-headerlayout:hover {
  background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact>li.actionMenuMove>ul li {
  height: auto !important;
}


.col-md-12 {
  float: none !important;
}

#dnn_content .dnnForm.dnnLogin {
  padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after,
.dnnModuleDigitalAssetsBackground *::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dnnModuleDigitalAssetsBackground caption {
  padding: 0;
}



/* 
*	CTC
*	CTC
*	CTC
*	CTC
*	CTC
*	CTC
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
}

p {
  margin-bottom: 36px;
}

.is-light-text a:hover {
  text-decoration: none;
}

@media only screen and (max-width:1199px) {
  .is-container {
    padding: 0 25px;
  }

  .container-plr {
    padding-left: 25px;
    padding-right: 25px;
  }
}


.CTC-Row-01 {
  margin-right: -44px;
  margin-left: -44px;
  --bs-gutter-x: 88px;
}

.CTC-Row-01 [class*='col-'] {
  padding-right: 44px;
  padding-left: 44px;
}

@keyframes headerToShow {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes headerToShow {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


@keyframes headerToHide {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes headerToHide {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}


.header_bg.header-default.floating-nav.floating-nav-sticky.CTC-floating-nav {
  position: absolute !important;
}

.header_bg.header-default.floating-nav.floating-nav-sticky.CTC-floating-nav.floating-loading {
  position: absolute !important;
}

.header_bg.header-default.floating-nav.floating-nav-sticky.CTC-floating-nav.floating-active {
  position: fixed !important;

  /* animation: headerToShow 0.2s 1;
	-webkit-animation: headerToShow 0.2s 1; */
}

.header_bg.header-default.floating-nav.floating-nav-sticky .CTC-Header-Middle-01 .container {
  /* -webkit-transition: all ease-out 250ms;
    transition: all ease-out 250ms; */
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 {
  transition: none;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .logo img {
  max-height: 200%;
  width: auto;
  max-width: 150%;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container {
  max-width: 1480px;
  padding-top: 82px;
}

.header-replace:not(.header-position) .header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

form[method="post"][action$="/login"] .header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container {
  padding-top: 0;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .header-container-box {
  justify-content: center;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-left {
  margin-right: -80px;
  z-index: 1;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-left .logo {
  overflow: visible;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-center {
  flex-grow: 0;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-center .header-content-wrap {
  display: inline-flex;
  padding-left: 54px;
  padding-right: 45px;
  border: 1px solid #fff;
  border-radius: 45px;
  border-left-color: transparent;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;

  /* transition:all 300ms ease-in; */
}

.header-replace:not(.header-position) .header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-center .header-content-wrap {
  border-color: var(--accent-color);
  border-left-color: transparent;
}

.header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-right {}

#Body .header_bg.header-default.floating-nav.floating-nav-sticky.floating-active .CTC-Header-Middle-01[id*='headerrow-']>.container {
  width: var(--container-width, 'auto') !important;
}

#Body .header_bg.header-default.floating-nav.floating-nav-sticky.floating-active .CTC-Header-Middle-01[id*='headerrow-']>.container .area-center {
  padding-right: 0;
}

#Body .header_bg.header-default.floating-nav.floating-nav-sticky.floating-active .CTC-Header-Middle-01[id*='headerrow-']>.container .area-right {
  display: none;
}


.header_bg.header-default.floating-nav.floating-nav-sticky .CTC-Header-Middle-01 .header-line {
  margin-bottom: 4px;
  border-left-width: 3px;
  opacity: 1;
}

.header_bg.header-default.floating-nav.floating-nav-sticky .CTC-Header-Middle-01 .dngTextBox {
  margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {

  .header_bg.header-default.floating-nav.floating-nav-sticky:not(.floating-active) .CTC-Header-Middle-01 .container .area-left {
    margin-right: -55px;
  }
}



.CTC-List-01 {
  list-style: none;
  margin-left: 26px;
  margin-bottom: 36px;
}

.CTC-List-01 li {
  position: relative;
  list-style: none;
}

.CTC-List-01 li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.CTC-List-01 li+li {
  margin-top: 20px;
}

.CTC-List-01 ul {
  margin-top: 20px;
  margin-left: 18px;
  font-style: italic;
  color: #666;
}

.CTC-List-01 ul li::before {
  top: 10px;
  left: -18px;
  width: 8px;
  height: 8px;
  background-color: #343231;
}

.is-light-text .CTC-List-01 li::before {
  background-color: #fff;
}

html.html-night .CTC-List-01 li::before {
  background-color: #fff;
}


.CTC-List-02 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.CTC-List-02 .sico {
  color: #75B84F;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  grid-row: 1/10;
}

.CTC-List-02 li {
  color: #2e323c;
  margin: 0 0 16px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}

.CTC-List-02 li a {
  /* color: currentColor; */
}

.CTC-List-02 li a:hover {
  /* color: var(--accent-color); */
}

.CTC-List-02 li a .sico {
  margin-bottom: 6px;
  color: currentColor;
}

.is-light-text .CTC-List-02 li,
.is-light-text .CTC-List-02 .sico {
  color: #fff;
}

html.html-night .CTC-List-02 li,
html.html-night .CTC-List-02 .sico {
  color: #fff;
}


.CTC-List-03 {
  list-style: none;
  margin-left: 26px;
  margin-bottom: 36px;
}

.CTC-List-03 li {
  position: relative;
  list-style: none;
}

.CTC-List-03 li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.CTC-List-03 li+li {
  margin-top: 20px;
}

.CTC-List-03 ul {
  margin-top: 20px;
  margin-left: 18px;
  color: #666;
}

.CTC-List-03 ul li::before {
  top: 10px;
  left: -18px;
  width: 8px;
  height: 8px;
  background-color: var(--accent-color);
}

.is-light-text .CTC-List-03 li::before {
  background-color: #fff;
}

html.html-night .CTC-List-03 li::before {
  background-color: #fff;
}




.CTC-List-04 {
  list-style: none;
  margin-left: 26px;
  margin-bottom: 0;
}

.CTC-List-04 li {
  position: relative;
  list-style: none;
}

.CTC-List-04 li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #343231;
}

.CTC-List-04 li {
  margin-bottom: 15px;
}

.CTC-List-04 ul {
  margin-top: 15px;
  margin-left: 18px;
  font-style: italic;
  color: #666;
}

.CTC-List-04 ul li::before {
  top: 10px;
  left: -18px;
  width: 8px;
  height: 8px;
  background-color: #343231;
}


.CTC-List-05 {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 36px;
}

.CTC-List-05 li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.CTC-List-05 li:last-child {
  margin-bottom: 0;
}

.CTC-List-05 li::marker {
  color: var(--accent-color);
}


[class^='CTC-btn-'],
[class*=' CTC-btn-'] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 60px 0px;
  height: 64px;
  font-size: 1.284375rem;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * 200);
  border-radius: 64px;
  transition: all 300ms ease-in !important;
}

.btn-group {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}

.btn-group [class^='CTC-btn-'],
.btn-group [class*=' CTC-btn-'] {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width:767px) {

  [class^='CTC-btn-'],
  [class*=' CTC-btn-'] {
    /* padding: 6px 20px 0px; */
    /* height: 50px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .btn-group {
    /* display: flex;
		flex-wrap: wrap; */
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }

  .btn-group [class^='CTC-btn-'],
  .btn-group [class*=' CTC-btn-'] {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}



/* CTC-btn-01 */
.CTC-btn-01 {
  background-color: rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}

.CTC-btn-01:not(:hover) {
  color: #fff;
}

.CTC-btn-01:hover {
  color: #fff;
  background-color: var(--accent-color2);
  border-color: var(--accent-color2);
}

/* CTC-btn-02 */
.CTC-btn-02 {
  background-color: var(--accent-color);
}

.CTC-btn-02:not(:hover) {
  color: #fff;
}

.CTC-btn-02:hover {
  color: #fff;
  background-color: #094c26;

}


/* CTC-btn-03 */
body .CTC-btn-03 {
  background-color: #fff;
  border: 3px solid #fff;
}

body .CTC-btn-03:not(:hover) {
  color: var(--accent-color);
}

body .CTC-btn-03:hover {
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}


.CTC-infobox-01 {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  padding: 45px 50px;
  border: 3px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-lg);

  text-align: center;
}

.CTC-infobox-01 .box-left,
.CTC-infobox-01 .box-center,
.CTC-infobox-01 .box-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 3);
  padding: 0 7%;
}

.CTC-infobox-01 .box-left::after,
.CTC-infobox-01 .box-center::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
}

.CTC-infobox-01 .box-left p {
  margin-bottom: 0;
}

.CTC-infobox-01 .box-left .UpTo {
  margin-bottom: -0.164429em;
  font-size: 2.280625rem;
  line-height: 1.133872;
  word-spacing: 14px;
}

.CTC-infobox-01 .box-left .Speed {
  margin-bottom: -0.20284em;
  font-size: 4.31375rem;
  line-height: 1.133961;
  font-weight: 600;
  letter-spacing: 16px;
}

.CTC-infobox-01 .box-left .Unit {
  font-size: 2.915rem;
  line-height: 1.134091;
  font-weight: 600;
  letter-spacing: 10px;
}

.CTC-infobox-01 .box-center p {
  margin-bottom: 0;
}

.CTC-infobox-01 .box-center .Price {
  font-size: 3.635rem;
  line-height: 1.132101;
  font-weight: 600;
  color: var(--accent-color);
}

.CTC-infobox-01 .box-center .Price .Currency {
  font-size: 2.160625rem;
  line-height: 1.134018;
  font-weight: normal;
  vertical-align: top;
}

.is-light-text .CTC-infobox-01 .box-center .Price .Currency {
  color: #fff;
}

.CTC-infobox-01 .box-right {
  text-align: initial;
}

.CTC-infobox-01 .box-right p {
  margin-bottom: calc(1rem + 10px);
}

.CTC-infobox-01 .box-link {
  position: absolute;
  bottom: 0;
  right: 100px;
  transform: translate3d(-100px, 50%, 0);
}

.CTC-infobox-01 .box-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 60px 0px;
  height: 60px;
  color: #fff;
  font-size: 1.284375rem;
  line-height: 1;
  background-color: var(--accent-color);
  letter-spacing: calc(1em / 1000 * 200);
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-in !important;
}

.CTC-infobox-01 .box-link a:hover {
  color: #fff;
  background-color: #094c26;
}

@media only screen and (max-width:1599px) {

  .CTC-infobox-01 .box-left,
  .CTC-infobox-01 .box-center,
  .CTC-infobox-01 .box-right {
    padding: 0 3%;
  }

}

@media only screen and (max-width:1199px) {

  .CTC-infobox-01 .box-left,
  .CTC-infobox-01 .box-center,
  .CTC-infobox-01 .box-right {
    padding: 0 15px;
  }

}

@media only screen and (max-width:991px) {
  .CTC-infobox-01 {
    flex-wrap: wrap;
  }

  .CTC-infobox-01 .box-left,
  .CTC-infobox-01 .box-center,
  .CTC-infobox-01 .box-right {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
  }

  .CTC-infobox-01 .box-right {
    margin: 0;
    padding: 0;
  }

  .CTC-infobox-01 .box-left::after,
  .CTC-infobox-01 .box-center::after {
    top: 100%;
    width: 100%;
    height: 1px;
  }
}

@media only screen and (max-width:767px) {

  .CTC-infobox-01 {
    margin-bottom: 40px;
    padding: 20px 25px;
  }

  .CTC-infobox-01 .box-left,
  .CTC-infobox-01 .box-center,
  .CTC-infobox-01 .box-right {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .CTC-infobox-01 .box-right {
    margin: 0;
    padding: 0;
  }

  .CTC-infobox-01 .box-left .UpTo {
    font-size: calc(2.280625rem * 0.6);
  }

  .CTC-infobox-01 .box-left .Speed {
    font-size: calc(4.31375rem * 0.6);
  }

  .CTC-infobox-01 .box-left .Unit {
    font-size: calc(2.915rem * 0.6);
  }

  .CTC-infobox-01 .box-center .Price {
    font-size: calc(3.635rem * 0.6);

  }


  .CTC-infobox-01 .box-link {
    right: 50%;
    transform: translate3d(50%, 50%, 0);
  }

  .CTC-infobox-01 .box-link a {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}






.CTC-infobox-02-row {
  /* margin-right: -6px;
	margin-left: -6px;
	--bs-gutter-x: 12px; */
}

.CTC-infobox-02-row [class*='col-'] {
  /* padding-right: 6px;
    padding-left: 6px; */
}

.CTC-infobox-02 {
  margin-bottom: 30px;
  /* padding: 35px; */
  padding: 35px 25px;
  border: 4px solid var(--accent-color);
  text-align: center;
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-02-row .CTC-infobox-02 {
  height: calc(100% - 30px);
}

.CTC-infobox-02 .pic {
  margin-bottom: 45px;
}

.CTC-infobox-02 .title {
  font-size: 2rem;
}

.CTC-infobox-02 .title+p {
  margin-top: 22px;
}

.CTC-infobox-02 p:last-child {
  margin-bottom: 0;
}

.is-light-text .CTC-infobox-02 {
  border-color: rgb(103, 99, 99);
}

.CTC-infobox-02.border-white {
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .CTC-infobox-02 .title {
    font-size: 1.25rem;
  }
}





.CTC-infobox-03-row {
  margin-right: -67.5px;
  margin-left: -67.5px;
  --bs-gutter-x: 135px;
}

.CTC-infobox-03-row [class*='col-'] {
  padding-right: 67.5px;
  padding-left: 67.5px;
}

.CTC-infobox-03 {
  margin-bottom: 75px;
  padding: 70px 80px;
  background-color: #fff;
}

.CTC-infobox-03-row .CTC-infobox-03 {
  height: calc(100% - 75px);
}

.CTC-infobox-03-row [class*='col-']:nth-child(odd) .CTC-infobox-03 {
  border-top-right-radius: var(--border-radius-md);
}

.CTC-infobox-03-row [class*='col-']:nth-child(even) .CTC-infobox-03 {
  border-top-left-radius: var(--border-radius-md);
}

.CTC-infobox-03 .center-block {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.CTC-infobox-03 .rating {
  margin-bottom: 30px;
}

.CTC-infobox-03 .title {
  margin-bottom: 15px;
  color: var(--accent-color);
}

.CTC-infobox-03 .content {
  margin-bottom: 3px;
}

.CTC-infobox-03 .content p {
  line-height: 2.190476;
}

.CTC-infobox-03 .content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:1199px) {
  .CTC-infobox-03 {
    margin-bottom: calc(75px * 0.6);
    padding: calc(70px * 0.6) calc(80px * 0.6);
  }

  .CTC-infobox-03-row .CTC-infobox-03 {
    height: calc(100% - (75px * 0.6));
  }
}

@media only screen and (max-width:1199px) {
  .CTC-infobox-03 .rating img {
    max-width: 30px;
  }
}



.CTC-infobox-04 {
  display: flex;
  align-items: center;
}

.CTC-infobox-04+.CTC-infobox-04 {
  margin-top: 60px;
}

.CTC-infobox-04 .icon {
  margin-right: 3.75rem;
  width: 1em;
  font-size: 3.125rem;
  color: var(--accent-color);
}

.CTC-infobox-04 .content {
  word-break: break-all;
}

.CTC-infobox-04 .content p:last-child {
  margin-bottom: 0;
}


@media only screen and (max-width:1199px) {
  .CTC-infobox-04+.CTC-infobox-04 {
    margin-top: calc(60px * 0.6);
  }

  .CTC-infobox-04 .icon {
    margin-right: calc(3.75rem * 0.6);
    font-size: calc(3.125rem * 0.6);
  }
}



.CTC-infobox-05 {
  position: relative;
  margin-bottom: 40px;
  padding: 45px 45px 40px;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-05-row .CTC-infobox-05 {
  height: calc(100% - 40px);
}

.CTC-infobox-05 .title {
  margin-bottom: 8px;
  color: var(--accent-color2);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.416667;
}

.CTC-infobox-05 .info {
  color: var(--accent-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.416667;
}

.CTC-infobox-05 p {
  margin-bottom: 25px;
}

.CTC-infobox-05 p:last-child {
  margin-bottom: 0;
}


.CTC-infobox-06 {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  row-gap: 36px;
  column-gap: 36px;
  margin-bottom: 33px;
}

.CTC-infobox-06+.CTC-infobox-06 {
  padding-top: 33px;
  border-top: 1px solid #e9e9e9;
}

.CTC-infobox-06 .pic {
  position: relative;
  align-self: flex-start;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  border: 3px solid var(--accent-color);
  overflow: hidden;
}

.CTC-infobox-06 .pic a,
.CTC-infobox-06 .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.CTC-infobox-06 .content {
  position: relative;
}

.CTC-infobox-06 .content .title {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-color);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.333333;
}

.CTC-infobox-06 .content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  .CTC-infobox-06 {
    grid-template-columns: 1fr;
  }

  .CTC-infobox-06 .content .title {
    margin-bottom: 10px;
  }
}




.CTC-infobox-07 {
  position: relative;
  margin-bottom: 30px;
  padding: 42px 30px 28px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--accent-color);
}

.CTC-infobox-07-row {
  margin-bottom: -30px;
}

.CTC-infobox-07-row .CTC-infobox-07 {
  height: calc(100% -30px);
}

.CTC-infobox-07 .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.555556;
  letter-spacing: 0;
}

@media only screen and (max-width:767px) {
  .CTC-infobox-07 .title {
    font-size: 1.75rem;
  }
}




.CTC-infobox-08 {
  position: relative;
  margin-bottom: 30px;
}

.CTC-infobox-08 .pic img {
  display: block;
  width: 100%;
}

.CTC-infobox-08 .content {
  padding: 38px 30px 40px;
  text-align: center;
  border: 2px solid var(--accent-color);
  border-top: 0;
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-08 .content .title {
  margin-bottom: 22px;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.555556;
}

.CTC-infobox-08 .content a.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 46px 0px;
  height: 64px;
  color: #fff;
  font-size: 1.284375rem;
  line-height: 1;
  background-color: var(--accent-color);
  letter-spacing: calc(1em / 1000 * 100);
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-in !important;
}

.CTC-infobox-08 .content a.link:hover {
  color: #fff;
  background-color: #094c26;
}

@media only screen and (max-width:767px) {

  .CTC-infobox-08 .content a.link {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}



.CTC-infobox-09 {
  position: relative;
  margin-bottom: 40px;
  padding: 45px 45px 40px;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-09-row .CTC-infobox-09 {
  height: calc(100% - 40px);
}

.CTC-infobox-09 .title {
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 30px;
  font-weight: 700;
  line-height: calc(40 / 30);
}

.CTC-infobox-09 p {
  margin-bottom: 25px;
}

.CTC-infobox-09 p:last-child {
  margin-bottom: 0;
}




.CTC-infobox-10-row [class*='col-'] {}

.CTC-infobox-10 {
  margin-bottom: 50px;
  padding: 35px 25px;
  border: 2px solid var(--accent-color);
  text-align: center;
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-10-row .CTC-infobox-10 {
  height: calc(100% - 50px);
}

.CTC-infobox-10 .pic {
  margin-bottom: 40px;
}

.CTC-infobox-10 .title {
  color: var(--accent-color2);
  font-size: 24px;
  line-height: 34px;
}

.CTC-infobox-10 .title+p {
  margin-top: 22px;
}

.CTC-infobox-10 p:last-child {
  margin-bottom: 0;
}

.is-light-text .CTC-infobox-10 .title {
  color: #fff;
}




.CTC-infobox-11 {
  margin-bottom: 30px;
  padding: 40px 55px 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.CTC-infobox-11-row .CTC-infobox-11 {
  height: calc(100% - 30px);
}

.CTC-infobox-11 .pic+.content {
  margin-top: 30px;
}

.CTC-infobox-11 .content p:last-child {
  margin-bottom: 0;
}



.CTC-infobox-12 {
  margin-bottom: 30px;
  padding: 75px 65px;
  border: 2px solid var(--accent-color);
  text-align: center;
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-infobox-12-row .CTC-infobox-12 {
  height: calc(100% - 30px);
}

.CTC-infobox-12 .sub-title,
.CTC-infobox-12 .title {
  margin: 0 0 10px;
  line-height: 34px;
  font-weight: 700;
}

.CTC-infobox-12 .sub-title {
  color: var(--accent-color);
  font-size: 24px;
}

.CTC-infobox-12 .title {
  color: var(--accent-color2);
  font-size: 30px;
}

.CTC-infobox-12 .title+p {
  margin-top: 32px;
}

.CTC-infobox-12 p:last-child {
  margin-bottom: 0;
}

.CTC-infobox-12 [class^='CTC-btn-'],
.CTC-infobox-12 [class*=' CTC-btn-'] {
  letter-spacing: 0;
  padding: 6px 40px 0px;
}

@media only screen and (max-width:767px) {
  .CTC-infobox-12 {
    padding: 35px 25px;
  }

  .CTC-infobox-12 [class^='CTC-btn-'],
  .CTC-infobox-12 [class*=' CTC-btn-'] {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}







.CTC-iconbox-01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.CTC-iconbox-01+.CTC-iconbox-01 {
  margin-top: 95px;
}

.CTC-iconbox-01 .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.CTC-iconbox-01 .content {
  width: calc(100% - 97px - 25px);

  font-size: 20px;
  line-height: calc(34 / 20);
}

.CTC-iconbox-01 .content .title {
  font-size: 26px;
  line-height: calc(34 / 26);
}

.CTC-iconbox-01 .content .title+p {
  margin-top: 22px;
}

.CTC-iconbox-01 .content p {
  margin-bottom: 0;
}


.CTC-iconbox-02 {
  display: grid;
  gap: 30px;
  grid-template-columns: 57px auto;
}

.CTC-iconbox-02 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  color: var(--accent-color);
  border: 3px solid var(--accent-color);
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.CTC-iconbox-02 .content .title {
  font-size: 26px;
  line-height: calc(34 / 26);
}

.CTC-iconbox-02 .content p {
  margin-bottom: 22px;
}



.CTC-testimonial-01 {
  position: relative;
  padding: 65px 55px 40px;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-testimonial-01 p {
  margin-bottom: 22px;
}

.CTC-testimonial-01 .author {
  color: var(--accent-color);
  font-size: 1.5rem;
  font-weight: 500;
}

.CTC-testimonial-01+.CTC-testimonial-01 {
  margin-top: 40px;
}

@media only screen and (max-width:1199px) {
  .CTC-testimonial-01 {
    padding: 45px 35px 20px;
  }

  .CTC-testimonial-01+.CTC-testimonial-01 {
    margin-top: 30px;
  }
}

.CTC-testimonial-02 {
  position: relative;
  padding: 90px 65px 75px;
  background-color: #f2f2f2;
  text-align: center;
}

.CTC-testimonial-02 p {
  margin-bottom: 22px;
}

.CTC-testimonial-02 p:last-child {
  margin-bottom: 0;
}

.CTC-testimonial-02+.CTC-testimonial-02 {
  margin-top: 40px;
}

@media only screen and (max-width:1199px) {
  .CTC-testimonial-02 {
    padding: 65px 55px 40px;
  }

  .CTC-testimonial-02+.CTC-testimonial-02 {
    margin-top: 30px;
  }
}

@media only screen and (max-width:767px) {
  .CTC-testimonial-02 {
    padding: 45px 35px 20px;
  }
}




.CTC-testimonials01 {
  --swiper-pagination-bullet-size: 20px;
}

.CTC-testimonials01 .swiper-wrapper {
  align-items: stretch;
}

.CTC-testimonials01 .swiper-slide {
  height: auto;
}

.CTC-testimonials01 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 60px;
}

.CTC-testimonials01 .swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;

  opacity: 1;
  background-color: #343231;
}

.CTC-testimonials01 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.CTC-testimonials01 blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 65px 55px 40px;
  width: 100%;
  text-align: left;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-testimonials01 blockquote .description {
  flex-grow: 1;
  margin-bottom: 28px;

  font-size: 20px;
  line-height: 30px;
  color: #343231;
  font-style: normal;
}

.CTC-testimonials01 blockquote .description p:last-child {
  margin-bottom: 0;
}

.CTC-testimonials01 .info,
.CTC-testimonials01 .info .name {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-testimonials01 .info {
  display: flex;
  flex-wrap: wrap;
  color: #343231;
}

.CTC-testimonials01 .info .name {
  color: var(--accent-color);
}

.CTC-testimonials01 .info .name:not(:empty)::before {
  content: '- ';
}

.CTC-testimonials01 .info .name:not(:empty)+.job:not(:empty)::before {
  content: ', ';
  color: var(--accent-color);
}

@media only screen and (max-width:1199px) {
  .CTC-testimonials01 blockquote {
    padding: 45px 35px 20px;
  }
}





.CTC-imgbox-01 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.CTC-imgbox-01 .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 35px 20px;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color);

  font-size: 1.25rem;
  line-height: 1.4;
}

.CTC-imgbox-01 .info p:last-child {
  margin-bottom: 0;
}



.CTC-imgbox-02 {
  display: flex;
}

.CTC-imgbox-02 .pic {
  flex-shrink: 0;
  width: calc(50% - 60px);
}

.CTC-imgbox-02 .content {
  width: calc(50% + 60px);
  padding: 85px 75px 45px;
  border: 2px solid var(--accent-color);
  border-left-width: 0;
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-imgbox-02 .pic {
  position: relative;
  min-height: 300px;
}

.CTC-imgbox-02 .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CTC-imgbox-02 .content .title {
  margin-bottom: 42px;
  color: var(--accent-color2);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.111111;
  letter-spacing: 0;
}

.CTC-imgbox-02+.CTC-imgbox-02 {
  margin-top: 60px;
}

@media only screen and (max-width:1199px) {
  .CTC-imgbox-02 {
    flex-wrap: wrap;
  }

  .CTC-imgbox-02 .pic,
  .CTC-imgbox-02 .content {
    width: 100%;
  }

  .CTC-imgbox-02 .content {
    border-left-width: 2px;
    border-top: none;
  }
}

@media only screen and (max-width:767px) {
  .CTC-imgbox-02 .content {
    padding: 38px 25px 15px;
  }

  .CTC-imgbox-02 .content .title {
    margin-bottom: 14px;
  }
}






.CTC-Article-01 {
  font-size: 1.25rem;
  line-height: 1.7;
}

.CTC-Article-01 .title {
  margin-bottom: 32px;
  color: var(--accent-color2);
  font-size: 2.25rem;
  line-height: 1.111111;
  font-weight: 500;
}

.CTC-Article-01 p+.title {
  margin-top: 52px;
}



.CTC-ArticleList-01 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.CTC-ArticleList-01 .Article-item {
  position: relative;
  display: grid;
  padding: 40px;
  grid-template-columns: 280px 1fr;
  gap: 50px;
}

.CTC-ArticleList-01 .Article-item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  border-top: 1px solid #e9e9e9;
}

.CTC-ArticleList-01 .Article-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.CTC-ArticleList-01 .Article-item .pic img {
  /* width: 100% */
}

.CTC-ArticleList-01 .Article-item .title {
  margin-bottom: 12px;
  color: var(--accent-color2);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.866667;
  letter-spacing: 0;
}

.CTC-ArticleList-01 .Article-item .content>p:last-child,
.CTC-ArticleList-01 .Article-item .content>ul:last-child {
  margin-bottom: 0;
}

.CTC-ArticleList-01 .Article-item .content .CTC-List-01 li+li {
  margin-top: 15px;
}

@media only screen and (max-width:1199px) {
  .CTC-ArticleList-01 .Article-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .CTC-ArticleList-01 .Article-item {
    padding: 40px 0;
  }

  .CTC-ArticleList-01 .Article-item:not(:first-child)::before {
    left: 0;
    right: 0;
  }
}








/* .CTC-Title-01{
	position: relative;
}
.CTC-Title-01 .title{
	margin-bottom: 22px;
	font-size: 5rem;
    line-height: 1.1;
	letter-spacing: calc( 1em / 1000 * 50 );
}
.CTC-Title-01 p{
	font-size: 1.875rem; 
	font-family: "AzoSans";
    font-weight: 500;
    line-height: 1.466667;
}
.CTC-Title-01 p:not(:last-child){
	margin-bottom: 10px;
}
.CTC-Title-01 p:last-child{
	margin-bottom: 50px;
}

.CTC-Title-01.small-title .title{
	margin-bottom: 15px;
	font-size: 4.375rem;
}
.CTC-Title-01.small-title p:last-child{
	margin-bottom: 26px;
}
@media only screen and (max-width: 1199px){
	.CTC-Title-01 .title,
	.CTC-Title-01.small-title .title{
		font-size: 3.525rem;
	}
	
	.CTC-Title-01 p{
		font-size: 1.3125rem;
		line-height: 1.4;
	}
} */

/* .is-align-left .CTC-Title-01 .title,
.text-left .CTC-Title-01 .title,
.text-left.CTC-Title-01 .title,
.is-align-left .CTC-Title-02 .title,
.text-left .CTC-Title-02 .title,
.text-left.CTC-Title-02 .title,
.is-align-left .CTC-Title-03 .title,
.text-left .CTC-Title-03 .title,
.text-left.CTC-Title-03 .title,
.is-align-left .CTC-Title-04 .title,
.text-left .CTC-Title-04 .title,
.text-left.CTC-Title-04 .title,
.is-align-left .CTC-Title-05 .title,
.text-left .CTC-Title-05 .title,
.text-left.CTC-Title-05 .title{
	justify-content: flex-start;
}
.is-align-center .CTC-Title-01 .title,
.text-center .CTC-Title-01 .title,
.text-center.CTC-Title-01 .title,
.is-align-center .CTC-Title-02 .title,
.text-center .CTC-Title-02 .title,
.text-center.CTC-Title-02 .title,
.is-align-center .CTC-Title-03 .title,
.text-center .CTC-Title-03 .title,
.text-center.CTC-Title-03 .title,
.is-align-center .CTC-Title-04 .title,
.text-center .CTC-Title-04 .title,
.text-center.CTC-Title-04 .title,
.is-align-center .CTC-Title-05 .title,
.text-center .CTC-Title-05 .title,
.text-center.CTC-Title-05 .title{
	justify-content: center;
}
.is-align-right .CTC-Title-01 .title,
.text-right .CTC-Title-01 .title,
.text-right.CTC-Title-01 .title,
.is-align-right .CTC-Title-02 .title,
.text-right .CTC-Title-02 .title,
.text-right.CTC-Title-02 .title,
.is-align-right .CTC-Title-03 .title,
.text-right .CTC-Title-03 .title,
.text-right.CTC-Title-03 .title,
.is-align-right .CTC-Title-04 .title,
.text-right .CTC-Title-04 .title,
.text-right.CTC-Title-04 .title,
.is-align-right .CTC-Title-05 .title,
.text-right .CTC-Title-05 .title,
.text-right.CTC-Title-05 .title{
	justify-content: flex-end;
} */


@media only screen and (max-width: 767px) {
  .size-visible-sm-32 {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 575px) {
  .size-visible-xs-32 {
    font-size: 32px !important;
  }
}


.CTC-Title-01 {
  position: relative;
  margin-bottom: 55px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-Title-01 .title {
  display: block;
  margin-bottom: calc(-25 / 94 * 1em);
  font-size: 94px;
  line-height: calc(100 / 94);
  letter-spacing: 0;
  text-transform: uppercase;
}

.CTC-Title-01 .title+p {
  margin-top: 55px;
}

.CTC-Title-01 .subtitle {
  font-size: 3.25rem;
  line-height: 1.19;
  color: #005124;
  padding-top: 54px;
  padding-bottom: 16px;
}

.CTC-Title-01 p {
  margin-bottom: 10px;
}

.CTC-Title-01 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .CTC-Title-01 .title {
    font-size: 56px;
  }

  .CTC-Title-01 p {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .CTC-Title-01 .title {
    font-size: 46px;
  }

  .CTC-Title-01 .subtitle {
    font-size: 2rem;
  }
}

.CTC-Title-02 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-Title-02 .title {
  display: block;
  margin-bottom: calc(-23 / 70 * 1em);
  font-size: 70px;
  line-height: calc(84 / 70);
  letter-spacing: 0;
  text-transform: uppercase;
}

.CTC-Title-02 .title+p {
  margin-top: 44px;
}

.CTC-Title-02 .subtitle {
  font-size: 3.25rem;
  line-height: 1.19;
  color: #005124;
  padding-top: 54px;
  padding-bottom: 16px;
}

.CTC-Title-02 p {
  margin-bottom: 10px;
}

.CTC-Title-02 p:last-child {
  margin-bottom: -12px;
}

@media only screen and (max-width: 1199px) {
  .CTC-Title-02 .title {
    font-size: 56px;
  }

  .CTC-Title-02 p {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .CTC-Title-02 .title {
    font-size: 46px;
  }

  .CTC-Title-02 .subtitle {
    font-size: 2rem;
  }
}



.CTC-Title-03 {
  position: relative;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-Title-03 .title {
  display: block;
  margin-bottom: calc(-15 / 50 * 1em);
  font-size: 50px;
  line-height: calc(64 / 50);
  letter-spacing: 0;
  text-transform: uppercase;
}

.CTC-Title-03 .title+p {
  margin-top: 40px;
}

.CTC-Title-03 p {
  margin-bottom: 10px;
}

.CTC-Title-03 p:last-child {
  margin-bottom: -12px;
}

@media only screen and (max-width: 1199px) {
  .CTC-Title-03 .title {
    font-size: 42px;
  }

  .CTC-Title-03 p {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .CTC-Title-03 .title {
    font-size: 36px;
  }
}



.CTC-Title-04 {
  position: relative;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-Title-04 .title {
  display: block;
  margin-bottom: calc(-15 / 40 * 1em);
  font-size: 40px;
  line-height: calc(52 / 40);
  letter-spacing: 0;
  text-transform: uppercase;
}

.CTC-Title-04 .title+p {
  margin-top: 40px;
}

.CTC-Title-04 p {
  margin-bottom: 10px;
}

.CTC-Title-04 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .CTC-Title-04 p {
    font-size: 21px;
    line-height: 1.4;
  }
}



.CTC-Title-05 {
  position: relative;
  margin-bottom: 0;
}

.CTC-Title-05 .title {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: calc(34 / 28);
  letter-spacing: 0;
  /* text-transform: uppercase; */
}


/* .CTC-TitleLine-01{
	position: relative;
	margin-bottom: 50px;
}
.CTC-TitleLine-01::before{
	content: '';
	display: block;
	margin-bottom: 60px;
	width: 395px;
	height: 3px;
	background-color: var(--accent-color);
}
.CTC-TitleLine-01 .title{
    margin-bottom: 48px;
	font-size: 5rem;
    line-height: 1.1;
	letter-spacing: calc( 1em / 1000 * 50 );
}
.CTC-TitleLine-01 p{
	font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1.542857;
}
.CTC-TitleLine-01 p:not(:last-child){
	margin-bottom: 10px;
}
.is-light-text .CTC-TitleLine-01::before{
	background-color: #f3f3f4;
}
@media only screen and (max-width: 991px){
	.CTC-TitleLine-01{
		margin-bottom: 40px;
	}
	.CTC-TitleLine-01 .title{
		font-size: 3rem;
	}
	.CTC-TitleLine-01 p{
		font-size: 1.3125rem;
		line-height: 1.4;
	}
} */

.CTC-TitleLine-01 {
  position: relative;
  margin-bottom: 55px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.CTC-TitleLine-01::before {
  content: '';
  display: block;
  margin-bottom: 60px;
  width: 100%;
  max-width: 395px;
  height: 3px;
  background-color: var(--accent-color);
}

.is-light-text .CTC-TitleLine-01::before {
  background-color: #f3f3f4;
}

.CTC-TitleLine-01 .title {
  display: block;
  margin-bottom: calc(-25 / 94 * 1em);
  font-size: 94px;
  line-height: calc(100 / 94);
  letter-spacing: 0;
}

.CTC-TitleLine-01 .title+p {
  margin-top: 55px;
}

.CTC-TitleLine-01 p {
  margin-bottom: 10px;
}

.CTC-TitleLine-01 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .CTC-TitleLine-01 .title {
    font-size: 56px;
  }

  .CTC-TitleLine-01 p {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .CTC-TitleLine-01 .title {
    font-size: 46px;
  }
}



.CTC-TitleDot-01 {
  position: relative;
}

.CTC-TitleDot-01::before {
  content: '';
  display: block;
  margin-bottom: 44px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.CTC-TitleDot-01 .title {
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(74 / 42);
  letter-spacing: 0;
}

.CTC-TitleDot-01 p:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .CTC-TitleDot-01 .title {
    line-height: 1.2;
  }
}



.CTC-Table-01-wrapper {
  overflow: auto;
  margin-bottom: 35px;
}

.CTC-Table-01 {
  position: relative;
  margin-bottom: 35px;
  padding: 2px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .CTC-Table-01 {
    table-layout: fixed;
  }
}

.CTC-Table-01-wrapper .CTC-Table-01 {
  margin-bottom: 0;
}

.CTC-Table-01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-Table-01 th,
.CTC-Table-01 td {
  position: relative;
}

.CTC-Table-01 th::before,
.CTC-Table-01 td::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-right: 1px solid var(--accent-color);
  opacity: 0.4;
}

.CTC-Table-01 th:last-child:before,
.CTC-Table-01 td:last-child::before {
  content: none;
}

.CTC-Table-01 th {
  font-weight: 500;
}

.CTC-Table-01 th>* {
  position: relative;
  z-index: 1;
}

.CTC-Table-01 thead {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.55;
  background-color: var(--accent-color);
}

.CTC-Table-01 thead th,
.CTC-Table-01 thead td {
  padding: 26px 15px 20px;
}

.CTC-Table-01 thead th::before,
.CTC-Table-01 thead td::before {
  border-right: 1px solid #fff;
}


.CTC-Table-01 tbody {
  font-size: 1.25rem;
  line-height: 1.5;
}

.CTC-Table-01 tbody th,
.CTC-Table-01 tbody td {
  padding: 13px 15px 7px;
}

.CTC-Table-01 tbody tr th::after,
.CTC-Table-01 tbody tr td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  pointer-events: none;
  opacity: 0.1;
}

.CTC-Table-01 tbody tr:nth-child(even) th::after,
.CTC-Table-01 tbody tr:nth-child(even) td::after {
  background-color: var(--accent-color);
}

.is-light-text .CTC-Table-01 tbody tr:nth-child(even) th::after,
.is-light-text .CTC-Table-01 tbody tr:nth-child(even) td::after {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .CTC-Table-01 thead {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .CTC-Table-01 tbody {
    font-size: 1rem;
    line-height: 1.2;
  }
}




.CTC-Table-02-wrapper {
  overflow: auto;
  margin-bottom: 35px;
}

.CTC-Table-02 {
  position: relative;
  margin-bottom: 35px;
  padding: 2px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .CTC-Table-02 {
    table-layout: fixed;
  }
}

.CTC-Table-02-wrapper .CTC-Table-02 {
  margin-bottom: 0;
}

.CTC-Table-02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
}

.CTC-Table-02 th,
.CTC-Table-02 td {
  position: relative;
}

.CTC-Table-02 th::before,
.CTC-Table-02 td::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-right: 1px solid var(--accent-color);
  opacity: 0.4;
}

.CTC-Table-02 th:last-child:before,
.CTC-Table-02 td:last-child::before {
  content: none;
}

.CTC-Table-02 th {
  font-weight: 500;
}

.CTC-Table-02 th>* {
  position: relative;
  z-index: 1;
}

.CTC-Table-02 thead {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.55;
  background-color: var(--accent-color);
}

.CTC-Table-02 thead th,
.CTC-Table-02 thead td {
  padding: 26px 15px 20px;
}

.CTC-Table-02 thead th::before,
.CTC-Table-02 thead td::before {
  border-right: 1px solid #fff;
}


.CTC-Table-02 tbody {
  font-size: 1.25rem;
  line-height: 1.5;
}

.CTC-Table-02 tbody th,
.CTC-Table-02 tbody td {
  padding: 13px 15px 7px;
}

.CTC-Table-02 tbody tr th::after,
.CTC-Table-02 tbody tr td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  pointer-events: none;
  opacity: 0.1;
}

.CTC-Table-02 tbody tr th:first-child:after,
.CTC-Table-02 tbody tr td:first-child::after {
  background-color: var(--accent-color);
}

.CTC-Table-02 tbody tr:nth-child(even) th::after,
.CTC-Table-02 tbody tr:nth-child(even) td::after {
  background-color: var(--accent-color);
}

.CTC-Table-02 tbody tr:nth-child(even) th:first-child::after,
.CTC-Table-02 tbody tr:nth-child(even) td:first-child::after {
  opacity: 0.2;
}


.is-light-text .CTC-Table-02 tbody tr th:first-child:after,
.is-light-text .CTC-Table-02 tbody tr td:first-child::after {
  background-color: #fff;
}

.is-light-text .CTC-Table-02 tbody tr:nth-child(even) th::after,
.is-light-text .CTC-Table-02 tbody tr:nth-child(even) td::after {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .CTC-Table-02 thead {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .CTC-Table-02 tbody {
    font-size: 1rem;
    line-height: 1.2;
  }
}




.CTC-powerforms-style01 {
  margin: 0 auto;
}

.CTC-powerforms-style01 .form_list {
  display: flex;
}

.CTC-powerforms-style01 .form_list li {
  margin-bottom: 20px;
}

.CTC-powerforms-style01 .form_submit {
  text-align: right;
}

.CTC-powerforms-style01 .form_list {
  text-align: left;
}

.CTC-powerforms-style01 .form_label {
  margin-bottom: 0;
  margin-left: 30px;
}

body .CTC-powerforms-style01 .form_label label {
  /* color: #B3B3B3; */
  font-size: 1.3125rem;
  font-weight: normal;
}

body .CTC-powerforms-style01 .form_input label {
  font-size: 1em;
}


.CTC-powerforms-style01 input::placeholder {
  color: #acacac;
}

.CTC-powerforms-style01 input:-ms-input-placeholder {
  color: #acacac;
}

.CTC-powerforms-style01 input::-ms-input-placeholder {
  color: #acacac;
}


.CTC-powerforms-style01 textarea::placeholder {
  color: #acacac;
}

.CTC-powerforms-style01 textarea:-ms-input-placeholder {
  color: #acacac;
}

.CTC-powerforms-style01 textarea::-ms-input-placeholder {
  color: #acacac;
}



.CTC-powerforms-style01 input[type=text],
.CTC-powerforms-style01 input[type=email],
.CTC-powerforms-style01 input[type=url],
.CTC-powerforms-style01 input[type=tel],
.CTC-powerforms-style01 input[type=number],
.CTC-powerforms-style01 input[type=date],
.CTC-powerforms-style01 select,
.CTC-powerforms-style01 textarea {
  color: inherit;
  border: none;
  height: 68px;
  outline: none;
  border-radius: 0;
  padding: 0px 30px;
  margin: 5px 0;
  font-size: 1.3125rem;
  /* color: #fff; */
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #acacac;
}

body .CTC-powerforms-style01 select {
  -webkit-appearance: auto;
}

.CTC-powerforms-style01 textarea {
  padding-top: 10px;
}

.CTC-powerforms-style01 .form_input {
  position: relative;
}

.CTC-powerforms-style01 .icon {
  position: absolute;
  top: 0;
  left: 29px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #494e5c;
}

.CTC-powerforms-style01 .icon~input {
  padding-left: 68px;
}

.CTC-powerforms-style01 .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 60px 0px;
  height: 60px;
  font-size: 1.284375rem;
  line-height: 1;
  border-radius: 60px;
  border: none;
  transition: all 300ms ease-in !important;

  background-color: var(--accent-color);
  color: #fff;
}

.CTC-powerforms-style01 .form-btn i {
  font-size: 1.3em;
  vertical-align: sub;
  margin-left: 3px;
  color: inherit !important;
}

.CTC-powerforms-style01 .form-btn:hover {
  background-color: #094c26;
}



.CTC-powerforms-style01~.message-license {
  position: static;
  margin: 10px auto 0;
  display: inline-block;
}

@media (max-width: 1199px) {
  .CTC-powerforms-style01 .form_list li[style="width:24%"] {
    width: 49% !important;
  }
}

@media (max-width: 767px) {

  .CTC-powerforms-style01,
  .CTC-powerforms-style01>form,
  .CTC-powerforms-style01 .form_list {
    display: block;
  }

  .CTC-powerforms-style01 .form-btn,
  .CTC-powerforms-style01 .form_list li:first-child input {
    /* border-radius: 0; */
  }

  .CTC-powerforms-style01 li {
    width: 100% !important;
  }

  .CTC-powerforms-style01 .form_list li[style="width:24%"] {
    width: 100% !important;
  }

  .CTC-powerforms-style01 .form-btn {
    padding: 16px 20px 10px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

.is-light-text .CTC-powerforms-style01 .formError .formErrorContent {
  color: #ffffff !important;
}

body .is-light-text .CTC-powerforms-style01 .form_label label {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 input::placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 input:-ms-input-placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 input::-ms-input-placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 textarea::placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 textarea:-ms-input-placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 textarea::-ms-input-placeholder {
  color: #B3B3B3;
}

.is-light-text .CTC-powerforms-style01 input[type=text],
.is-light-text .CTC-powerforms-style01 input[type=email],
.is-light-text .CTC-powerforms-style01 input[type=url],
.is-light-text .CTC-powerforms-style01 input[type=tel],
.is-light-text .CTC-powerforms-style01 input[type=number],
.is-light-text .CTC-powerforms-style01 input[type=date],
.is-light-text .CTC-powerforms-style01 select,
.is-light-text .CTC-powerforms-style01 textarea {
  color: #fff;
  border: 2px solid #B3B3B3;
  transition: 150ms all;
}

.is-light-text .CTC-powerforms-style01 input[type=text]:hover,
.is-light-text .CTC-powerforms-style01 input[type=email]:hover,
.is-light-text .CTC-powerforms-style01 input[type=url]:hover,
.is-light-text .CTC-powerforms-style01 input[type=tel]:hover,
.is-light-text .CTC-powerforms-style01 input[type=number]:hover,
.is-light-text .CTC-powerforms-style01 input[type=date]:hover,
.is-light-text .CTC-powerforms-style01 select:hover,
.is-light-text .CTC-powerforms-style01 textarea:hover {
  background-color: rgba(0, 0, 0, 0.15);
  transition: 150ms all;
}

.is-light-text .CTC-powerforms-style01 input[type=text]:focus,
.is-light-text .CTC-powerforms-style01 input[type=email]:focus,
.is-light-text .CTC-powerforms-style01 input[type=url]:focus,
.is-light-text .CTC-powerforms-style01 input[type=tel]:focus,
.is-light-text .CTC-powerforms-style01 input[type=number]:focus,
.is-light-text .CTC-powerforms-style01 input[type=date]:focus,
.is-light-text .CTC-powerforms-style01 select:focus,
.is-light-text .CTC-powerforms-style01 textarea:focus {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 150ms all;
}



.CTC-Price-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 55px 40px 60px;
  border: 3px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
  text-align: center;
}

.CTC-Price-01-row .CTC-Price-01 {
  height: calc(100% - 50px);
}

.CTC-Price-01-row-bottom {
  margin-bottom: -50px;
}

.CTC-Price-01 .price-header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.CTC-Price-01 .price-header p {
  margin-bottom: 0;
}

.CTC-Price-01 .price-header .text {
  margin-bottom: -0.1em;
  font-size: 1.75rem;
  line-height: 1.214286;
  letter-spacing: calc(1em / 1000 * 170);
}

.CTC-Price-01 .price-header .title {
  margin-bottom: -0.1em;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-01 .price-header .info {
  margin-bottom: -0.1em;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-01 .price-header .number {
  margin-bottom: -0.1em;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * 215);

}

.CTC-Price-01 .price-header .unit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * 205);
}

.CTC-Price-01 .price-body {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.CTC-Price-01 .price-body p {
  margin-bottom: 0;
  color: var(--accent-color);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-01 .price-body .sup {
  font-size: 0.6em;
  vertical-align: super;
}

.CTC-Price-01 .price-body .sub {
  font-size: 0.6em;
}

.CTC-Price-01 .price-footer p {
  margin-bottom: 18px;
  line-height: 1.2;
}

.CTC-Price-01 .price-footer p:last-child {
  margin-bottom: 0;
}

.CTC-Price-01 .price-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 40px;
}

.CTC-Price-01 .price-link p {
  margin-bottom: 0;
}

.CTC-Price-01 .price-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 30px 0px;
  height: 60px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  background-color: var(--accent-color);
  letter-spacing: calc(1em / 1000 * 140);
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-in !important;
}

.CTC-Price-01 .price-link a:hover {
  color: #fff;
  background-color: #094c26;
}

@media only screen and (max-width:767px) {

  .CTC-Price-01 .price-link a {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}




.CTC-Price-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 55px 40px 60px;
  border: 3px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
  text-align: center;
}

.CTC-Price-02-row .CTC-Price-02 {
  height: calc(100% - 50px);
}

.CTC-Price-02 .price-header {
  margin-bottom: 25px;
}

.CTC-Price-02 .price-header .title {
  margin-bottom: 20px;
  color: var(--accent-color);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.CTC-Price-02 .price-header p {
  margin-bottom: 10px;
}

.CTC-Price-02 .price-body {
  position: relative;
  padding: 25px 0 17px;
}

.CTC-Price-02 .price-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.25;
  z-index: 0;
}

.CTC-Price-02 .price-body>* {
  position: relative;
}

.CTC-Price-02 .price-body .title {
  color: var(--accent-color);
  font-size: 2rem;
  line-height: 1.2;
}

.CTC-Price-02 .price-body p {
  margin-bottom: 10px;
}

.CTC-Price-02 .price-footer {
  margin-top: 45px;
}

.CTC-Price-02 .price-footer .title {
  margin-bottom: 20px;
  color: var(--accent-color);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.CTC-Price-02 .price-footer p {
  margin-bottom: 10px;
}

.CTC-Price-02 .price-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 25px;
}

.CTC-Price-02 .price-link p {
  margin-bottom: 0;
}

.CTC-Price-02 .price-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 30px 0px;
  height: 60px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  background-color: var(--accent-color);
  letter-spacing: calc(1em / 1000 * 140);
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-in !important;
}

.CTC-Price-02 .price-link a:hover {
  color: #fff;
  background-color: #094c26;
}

@media only screen and (max-width:767px) {
  .CTC-Price-02 .price-header .title {
    font-size: 2rem;
  }

  .CTC-Price-02 .price-body .title {
    font-size: 1.75rem;
  }

  .CTC-Price-02 .price-link a {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}


.CTC-Price-03 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 55px 40px 60px;
  border: 3px solid #fff;
  border-bottom-right-radius: var(--border-radius-sm);
  text-align: center;
}

.CTC-Price-03-row .CTC-Price-03 {
  height: calc(100% - 50px);
}

.CTC-Price-03-row-bottom {
  margin-bottom: -50px;
}

.CTC-Price-03 .price-header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.CTC-Price-03 .price-header p {
  margin-bottom: 0;
}

.CTC-Price-03 .price-header .text {
  margin-bottom: -0.1em;
  font-size: 1.75rem;
  line-height: 1.214286;
  letter-spacing: calc(1em / 1000 * 170);
}

.CTC-Price-03 .price-header .title {
  margin-bottom: -0.1em;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-03 .price-header .info {
  margin-bottom: -0.1em;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-03 .price-header .number {
  margin-bottom: -0.1em;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * 215);
}

.CTC-Price-03 .price-header .unit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1em / 1000 * 205);
}

.CTC-Price-03 .price-body {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.CTC-Price-03 .price-body p {
  margin-bottom: 0;
  color: #343231;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.CTC-Price-03 .price-body .sup {
  font-size: 0.6em;
  vertical-align: super;
}

.CTC-Price-03 .price-body .sub {
  font-size: 0.6em;
}

.CTC-Price-03 .price-footer p {
  margin-bottom: 8px;
}

.CTC-Price-03 .price-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 40px;
}

.CTC-Price-03 .price-link p {
  margin-bottom: 0;
}

.CTC-Price-03 .price-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 30px 0px;
  height: 60px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: calc(1em / 1000 * 140);
  border-radius: 60px;
  text-decoration: none;
  transition: all 300ms ease-in !important;
}

.CTC-Price-03 .price-link a:hover {
  color: #fff;
  background-color: #094c26;
  border-color: #094c26;
}

@media only screen and (max-width:767px) {
  .CTC-Price-03 .price-link a {
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}



.CTC-blockquote-01 {
  padding: 50px;
  background-color: rgba(123, 123, 123, 0.04);
}

.is-light-text .CTC-blockquote-01 {
  background-color: rgba(255, 255, 255, 0.1);
}

.CTC-blockquote-01 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:991px) {
  .CTC-blockquote-01 {
    padding: 40px;
  }
}

@media only screen and (max-width:767px) {
  .CTC-blockquote-01 {
    padding: 30px;
  }
}



.CTC-fixedMenu-01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  margin: 0;
  padding: 0;
  border-bottom: 2px solid #e6e6e6;
}

.CTC-fixedMenu-01 li {
  margin: 0 18px;
  list-style: none;
  line-height: 1;
}

.CTC-fixedMenu-01 li a {
  position: relative;
  display: inline-block;
  padding: 25px 0 20px;
  color: #343231;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.CTC-fixedMenu-01 li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--accent-color);
  opacity: 0;
  transition: opacity ease 300ms;
}

.CTC-fixedMenu-01 li.current a::after,
.CTC-fixedMenu-01 li a:hover::after {
  opacity: 1;
}

.CTC-CopyBox-01 {}

.CTC-CopyBox-01 textarea {
  position: relative;
  display: block;
  padding: 65px 55px;
  width: 100%;
  border: 2px solid var(--accent-color);
  border-bottom-right-radius: var(--border-radius-sm);
  overflow: hidden;
}

.CTC-CopyBox-01 .btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 50px -7.5px -15px;
}

.CTC-CopyBox-01 .btn-group a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 7.5px 15px;
  padding: 6px 40px 0px;
  height: 64px;
  text-align: center;
  font-size: 1.284375rem;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 64px;
  transition: all 300ms ease-in !important;

  background-color: var(--accent-color);
}

.CTC-CopyBox-01 .btn-group a:not(:hover) {
  color: #fff;
}

.CTC-CopyBox-01 .btn-group a:hover {
  color: #fff;
  background-color: #094c26;
}

@media only screen and (max-width:1199px) {
  .CTC-CopyBox-01 textarea {
    padding: 45px 35px;
  }
}

@media only screen and (max-width:767px) {
  .CTC-CopyBox-01 textarea {
    padding: 35px 25px;
  }

  .CTC-CopyBox-01 .btn-group {
    margin-top: 30px;
  }

  .CTC-CopyBox-01 .btn-group a {
    /* padding: 6px 20px 0px; */
    /* height: 40px; */
    padding: 16px 25px 12px;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}


.CTC-Alert-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;

  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all ease 200ms;
}

.CTC-Alert-01.active {
  opacity: 1;
}

.CTC-Alert-01 span {
  display: block;
  padding: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  border-radius: 3px;
  transform: scale(0);
  transition: all ease 200ms;
}

.CTC-Alert-01 span.active {
  transform: scale(1);
}




.img_text_flex {
  display: block;
}

.text_box {
  background: #F6F8F1;
  padding: 30px 15px 10px;
  text-align: center;

}

@media (min-width: 1200px) {
  .img_text_flex {
    display: flex;
    align-items: center;
  }

  .text_box {
    max-width: 300px;
  }
}

@media (min-width: 1600px) {
  .text_box {
    padding: 50px 43px 20px 48px;
    max-width: 347px;
  }
}



.letter-spacing-0 {
  letter-spacing: 0 !important;
}

@media (min-width: 992px) {
  .d-wrapper .is-box .is-container {
    margin-top: 104px;
    margin-bottom: 104px;
  }
}


.CTC-section-banner {
  min-height: 100vh;
  /* padding-top: 50px; */
}

.CTC-section-banner .section-title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .CTC-section-banner {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


.CTC-section-404 {
  position: relative;
}

.CTC-section-404 .section-box .title_1,
.CTC-section-404 .section-box .title_2,
.CTC-section-404 .section-box .title_3 {
  letter-spacing: calc(1em / 1000 * -5);
}

.CTC-section-404 .section-box .title_1 {
  margin-bottom: 20px;
  font-size: 206px;
  line-height: 1;
}

.CTC-section-404 .section-box .title_2 {
  font-size: 100px;
  line-height: 1.2;
}

.CTC-section-404 .section-box .title_3 {
  font-size: 60px;
  line-height: 1.2;
}

.CTC-section-404 .section-box .title_1+p,
.CTC-section-404 .section-box .title_2+p,
.CTC-section-404 .section-box .title_3+p {
  margin-top: 35px;
}

.CTC-section-404 .section-box p {
  margin-bottom: 50px;
}

.CTC-section-404 .section-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .CTC-section-404 .section-box .title_1 {
    font-size: 124px;
  }

  .CTC-section-404 .section-box .title_2 {
    font-size: 60px;
  }

  .CTC-section-404 .section-box .title_3 {
    font-size: 36px;
  }
}


.CTC-section-ThankYou {
  position: relative;
}

.CTC-section-ThankYou .section-box .title_1,
.CTC-section-ThankYou .section-box .title_2 {
  letter-spacing: calc(1em / 1000 * -5);
  line-height: 1.2;
  text-transform: uppercase;
}

.CTC-section-ThankYou .section-box .title_1 {
  margin-bottom: 20px;
  font-size: 120px;
}

.CTC-section-ThankYou .section-box .title_2 {
  font-size: 50px;
}

.CTC-section-ThankYou .section-box .title_1+p,
.CTC-section-ThankYou .section-box .title_2+p {
  margin-top: 35px;
}

.CTC-section-ThankYou .section-box p {
  margin-bottom: 50px;
}

.CTC-section-ThankYou .section-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .CTC-section-ThankYou .section-box .title_1 {
    font-size: 60px;
  }

  .CTC-section-ThankYou .section-box .title_2 {
    font-size: 32px;
  }
}




.img-shadow-01 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}


.Wave-section-top,
.Wave-section-bottom {
  position: relative;
}

.Wave-section-top {
  padding-top: calc(402 / 2561 * 100%);
}

.Wave-section-bottom {
  padding-bottom: calc(225 / 2564 * 100%);
}

.Wave-section-top::before,
.Wave-section-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-size: cover;
  background-color: #fff;
}

.Wave-section-top::before {
  top: 0;
  padding-top: calc(402 / 2561 * 100vw);
  background-image: url('./resource/images/Wave-top.png');
  z-index: 1;
}

.Wave-section-bottom::after {
  bottom: 0;
  padding-bottom: calc(225 / 2564 * 100%);
  background-image: url('./resource/images/Wave-bottom.png');
}

body .CTC-section-footer a,
body .CTC-section-footer a:link {
  color: currentColor;
}

body .CTC-section-footer a:hover {
  color: var(--accent-color);
}

.CTC-section-footer .footer-title {
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 1.5625rem;
}

.CTC-section-footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.CTC-section-footer .footer-list li {
  padding: 5px 0;
}

.CTC-section-footer .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}


.CTC-section-PageTitle .section-title {
  margin: 0 0 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.CTC-section-PageTitle .section-subtitle {
  margin: 0 0 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}


.pagetitle-link-box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 21px 36px;
  min-width: 285px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.333333;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-lg);
}

.is-light-text .pagetitle-link-box a {
  color: #fff;
}

.pagetitle-link-box a:hover,
.is-light-text .pagetitle-link-box a:hover {
  color: var(--link-hover-color);
}

.pagetitle-link-box .sep {
  position: relative;
  display: inline-block;
  margin: 0px 12px 4px 6px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}



@media (min-width: 992px) {
  .CTC-section-PageTitle {
    padding-top: 200px;
  }

  .CTC-section-PageTitle .section-title {
    font-size: 70px;
    line-height: 90px;
  }

  .CTC-section-PageTitle .section-subtitle {
    font-size: 52px;
    line-height: 90px;
  }

  .d-wrapper .is-box.CTC-section-PageTitle .is-container {
    margin-top: 144px;
    margin-bottom: 144px;
  }
}



.CTC-section-PageTitle-02 .section-title {
  font-size: calc(40px * 0.6);
  line-height: 1.25;
  font-weight: 100;
  text-transform: uppercase;
}

.CTC-section-PageTitle-02 .section-title .title {
  margin: 0;
  font-size: calc(80px * 0.6);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.CTC-section-PageTitle-02 .section-title+p {
  margin-top: 20px;
}

.CTC-section-PageTitle-02 .section-title p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .CTC-section-PageTitle-02 .section-title {
    font-size: 40px;
  }

  .CTC-section-PageTitle-02 .section-title .title {
    font-size: 80px;
  }
}

@media (min-width: 1399px) {
  .CTC-section-PageTitle-02 {
    min-height: 640px;
  }
}



.CTC-section-Contact-01 {
  position: relative;
}

.CTC-section-Contact-01 .section-row {
  box-shadow: 0 0 25px 12px rgba(0, 0, 0, 0.08);
}

.CTC-section-Contact-01 .section-row>div {
  padding: 80px 60px;
}

.CTC-section-Contact-01 .section-box {
  color: #fff;
}

.CTC-section-Contact-01 .section-box .CTC-Title-01 .title,
.CTC-section-Contact-01 .section-box .CTC-Title-02 .title,
.CTC-section-Contact-01 .section-box .CTC-Title-03 .title,
.CTC-section-Contact-01 .section-box .CTC-Title-04 .title,
.CTC-section-Contact-01 .section-box .CTC-Title-05 .title {
  color: #fff;
}

.CTC-section-Contact-01 .section-box .box-info .title {
  color: #fff;
}

.CTC-section-Contact-01 .section-box .box-info .title {
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.333333;
}

.CTC-section-Contact-01 .section-box .box-info p {
  margin-bottom: 25px;
}







.CTC-accordion01 h4 {
  margin: 0 0 4px;
}

.CTC-accordion01 .panel-heading {
  margin-bottom: 0;
}

.CTC-accordion01 .panel-heading button {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 22px 60px 16px 28px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  border: 2px solid var(--line-color);
  border-radius: 0 0 10px 0;
  transition: all ease 300ms;
}

.CTC-accordion01 .panel-heading button:focus {
  outline: none !important;
}

.CTC-accordion01 .panel-heading button:hover {
  color: var(--accent-color);
}

.CTC-accordion01 .accordion-content {
  display: none;
  padding: 20px 28px 0 28px;
}

.CTC-accordion01 .accordion-item {
  border-bottom: none;
  transition: all ease 300ms;
  position: relative;
  margin-bottom: 20px;
}

.CTC-accordion01 .accordion-content p {
  margin: 0 0 20px;
}

.CTC-accordion01 .accordion-content ul {
  list-style: none;
  margin-left: 24px;
  margin-bottom: 20px;
}

.CTC-accordion01 .accordion-content ol {
  margin-left: 24px;
  margin-bottom: 20px;
}

.CTC-accordion01 .accordion-content p:last-child,
.CTC-accordion01 .accordion-content ul:last-child,
.CTC-accordion01 .accordion-content ol:last-child {
  margin-bottom: 0;
}

.CTC-accordion01 .panel-heading .arrow {
  position: absolute;
  top: 19px;
  right: 24px;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.CTC-accordion01 .panel-heading .arrow::after,
.CTC-accordion01 .panel-heading .arrow::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: opacity ease 300ms;
  width: 30px;
  border-bottom: 2px solid var(--line-color);
  margin: -1px 0 0 -15px;
}

.CTC-accordion01 .accordion-item .arrow::before {
  transform: rotate(-90deg);
}

.CTC-accordion01 .accordion-item.opened button {}

.CTC-accordion01 .accordion-item.opened .arrow::before {
  opacity: 0;
}

html.html-night .CTC-accordion01 .panel-heading button {
  color: #FFF;
}

.CTC-accordion01 .accordion-item:last-child {}