/*
Theme Name: GENESIS Child
Theme URI: https://tcd-theme.com/tcd103/
Template: genesis_tcd103
Author: TCD
Author URI: https://tcd-theme.com/
Description: "GENESIS" is an ideal template for corporate website and sites that introduce web services. The layout and animations are distinctive. You can create an advanced site that does not look like it was created with a template.
Version: 1.11.1751515417
Updated: 2025-07-03 13:03:37

*/


/* navbar */
#global_menu .menu-button-blue a {
  background-color: #0085b2;
  color: white !important;
}


#global_menu .menu-button-blue a:hover {
  background-color: white;
  color: #0085b2 !important;
}


/* header */
body.header_type2 #header{
	border-bottom:none;
}

/* top body */
#cb_content_1 .item_list{
	display:none;
}


/* top - step*/
.step-container {
  max-width: 665px;
  counter-reset: step;
  margin: 0 auto;
}

.step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #0085b2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step h3 {
  margin-bottom: 0px;
}

#company_data_list td{
	background:none;
}

/* 余白 */
section{
	padding:90px 0px !important;
}

/* Footer */
#footer_inner{
  display:  none;
}

@media (hover: hover) {
    #footer_banner a:hover .title {
        color: #000;
	}
}


/* services */

.service_header_image {
	height: 300px;
	display: flex;
  justify-content: center;  /* 水平方向に中央 */
  align-items: center;      /* 垂直方向に中央 */
    overflow: hidden;
}


.tax-service_category #archive_service{
	display :none;
}
