/*
Theme Name: QUADRA CHILD
Template: quadra_biz001
Version:1.0
*/
#header_logo .logo_image.mobile {
  height: auto;
  width: 108px;
}

#index_header_type1 {
  max-height: 42vw;
}

/*　ここに子テーマ独自のスタイルを書けます　*/
@media screen and (max-width: 750px) {
  #index_header_type1 {
    height: 70vw !important;
    max-height: none;
  }
}

.index_box_content {
  display: block;
  max-width: 1130px;
  margin: 0 auto;
  border: none !important;
}

.index_box_content .title {
  text-align: center;
  font-size: 28px !important;
  width: 100% !important;
}

.index_box_content .image_wrap {
  width: 32px !important;
  height: 32px !important;
}

.index_box_content .box_icon {
  font-size: 16px !important;
}

.index_box_content .item {
  width: auto;
  padding: 32px 20px;
  box-sizing: border-box;
  border: none !important;
}

.manual-cat-list {
  line-height: 1.8;
}

.manual-cat-list a {
  color: #006cac;
  font-weight: 600;
}

.manual-cat-list a:hover {
  text-decoration: underline;
}

.manual-cat-list__item {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
}

.manual-cat-list__item:last-of-type {
  margin-bottom: 0;
}

.manual-cat-list__item-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: rgba(0, 196, 177);
  display: flex;
  gap: 12px;
  align-items: center;
}

.maual-subcat-list {
  padding-left: 1em;
}

.manual-subcat-list__item {
  margin-bottom: 16px;
}

.manual-subcat-list__item:last-of-type {
  margin-bottom: 0;
}

.manual-subcat-list__item-title {
  margin-bottom: 8px;
  color: #555;
  font-size: 18px;
}

.manual-article-list {
  padding-left: 0.5em;
  font-size: 16px;
}

.manual-article-list__item {
  display: flex;
}

.manual-article-list__item::before {
  content:'・';
}

#bread_crumb li:nth-of-type(2) {
  display: none;
}

.content_wrap--start {
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-button {
  background-color: rgba(0, 196, 177);
  color: white;
  padding: 28px 40px;
  font-weight: bold;
  display: block;
  font-size: 24px;
  border-radius: 100px;
}

.start-button:hover {
  opacity: 0.8;
}

/*　ここに子テーマ独自のスタイルを書けます　*/
@media screen and (max-width: 750px) {
  .start-button {
    font-size: 18px;
    padding: 18px 26px;
  }
}