/*
Theme Name: BlockTemplate
Text Domain: blocktemplate
Version: 2.0
Requires at least: 5.5
Requires PHP: 7.2.9
Description:
Author: Design Center
Author URI:
Theme URI:
License:
License URI:
Tags: White
Tested up to: 6.7.1
*/
:root {
  --body-color: #333;
  --normal-font-weight: 400;
  --bold-font-weight: 700;
  --breadcrumb-font-color: #888;
}


html {
  height: 100%;
}


body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--body-color);
  font-weight: var(--normal-font-weight);
  padding: 0;
  margin: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aligncenter {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.alignwide {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; 
}

@media only screen and (min-width: 768px) {
    .stk-block .stk-block.alignwide, .stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide {
      max-width: inherit;
    }
}


/* block style 横罫線のみ */

.is-style-line-table td {
  border-left: none;
  border-right: none;
  border-color: #ccc;
  padding: 15px;
}

.is-style-line-table td:first-child {
  width: 120px;
  vertical-align: top;
  white-space: nowrap;
}

.wp-block-table.is-style-line-table > table {
  table-layout: auto;
}

@media (max-width:767px) {

  .is-style-line-table tr:not(:first-child) td:first-child {
    border-top: none;
  }

  .is-style-line-table td:first-child {
    width: inherit;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: var(--bold-font-weight);
  }


  .is-style-line-table td:first-child br {
    display: none;
  }


  .is-style-line-table td:last-child {
    padding-top: 10px;
    border-top: none;
  }

  .is-style-line-table td {
    font-size: 14px;
    display: block;
  }
}

/* block style 改行無-PC／モバイル */
.is-style-pc-no-break-all br {
  display: none;
}

@media (max-width:575px) {

  /* block style 改行無-スマホ */
  .is-style-sp-no-break-all br {
    display: none;
  }

  /* block style 改行無-PC／モバイル */
  .is-style-pc-no-break-all br {
    display: block;
  }

}

/* block style 列反転-スマホ */
@media (max-width:767px) {
  .is-style-column-reverse-sp.stk-block-columns > .stk-inner-blocks {
    flex-direction: column-reverse !important;
  }

  .is-style-column-reverse-sp.stk-block-feature > .stk-container > .stk-inner-blocks {
    flex-direction: column !important;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: var(--normal-font-weight);
  margin-block-start: 0;
  margin-block-end: 0;
}

.breadcrumb {
  text-align: left;
  clear: both;
  padding: 15px;
  background-color: #ddd;
}

.breadcrumb .the-nav {
	list-style: none;
  padding-inline-start: 0;
  margin-left: 0;
  margin: 0 auto;
}

.breadcrumb .the-item {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  color: var(--breadcrumb-font-color);
}

.breadcrumb .the-link {
  text-decoration: underline;
  color: var(--breadcrumb-font-color);
}

.footer-link a {
  color: #f8f8f8;
}