@charset "UTF-8";
/*          下層　　　　　*/
.blog_LR, .page_box {
  padding: 40px 15px;
}
.blog_LR {
  padding: 40px 0px;
}
.page_title .text {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.page_title .text * {
  color: #333333;
  line-height: 1;
}
.ht_01 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: normal;
}
.ht_02 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 0 30px 0;
}
.page_title .img {}
.page_title .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_h2 {
  background: #e7eca9;
  padding: 15px 15px 15px 15px;
  margin: 30px 0 25px 0;
  position: relative;
  font-size: 20px;
}
.page_h2:first-of-type {
  margin-top: 0;
}
.page_h2:first-letter {
  color: #ff8400;
  font-size: 30px;
  line-height: 1;
}
.page_h2 span {
  font-weight: bold;
  color: #510000;
  letter-spacing: 0px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.page_h2:before {
  content: "";
  display: block;
  width: 66px;
  height: 60px;
  background: url(images/common/midasi_icon_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -19px;
  bottom: -10px;
  z-index: 0;
  filter: drop-shadow(3px 3px 0px #e7eca9);
}
.page_h3 {
  color: #7c9700;
  border-bottom: dashed 1px #7c9a3f;
  font-weight: bold;
  padding: 0 10px 10px 0px;
  margin: 20px 0 10px 0px;
  font-size: 18px;
}
.page_box .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.entry-content li, .entry-content p {
  line-height: 1.9;
  margin-block: calc((1em - 1lh) / 2);
}
.entry-content p:not(:last-of-type) {
  margin-bottom: 30px;
}
.entry-content .ul_hisigata li:not(:last-of-type),
.entry-content .ul_num_maru li:not(:last-of-type), 
.entry-content .ul_maru li:not(:last-of-type) {
  margin-bottom: 8px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common_table td, .common_table th {
  padding: 20px 25px;
  vertical-align: top;
}
.entry-content .common_table td, .entry-content .common_table th {
  line-height: 2;
}
.table_design_01 {
  border: none !important;
}
.table_design_01 th {
  background: none;
}
.table_design_01 th, .table_design_01 td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.table_design_01 tr {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
}
.common_table {
  border: none !important;
}
.common_table p {
  line-height: 1.8 !important;
}
.common_table ul li {
  line-height: 2.3;
}
.ul_maru li {
  position: relative;
  padding-left: 20px;
}
.ul_maru li:before {
  content: "・";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.ul_num_maru li {
  padding-left: 20px;
  text-indent: -20px;
}
.bou_h2 {
  position: relative;
  border-bottom: solid 1px var(--color_04);
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px 0;
  color: #333;
  margin: 35px 0 20px;
}
.bou_h2:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: var(--color_01);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.vertical_middle {
  vertical-align: middle !important;
}
.mb_reset li{
    margin-block: initial;

}
/* ****　パンくず　*/
.breadcrumbs {
  padding: 10px 15px 20px 15px;
}
.breadcrumbs * {
  font-size: 10px;
  color: #333;
  margin: 0 2px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a span {
  color: var(--color_02);
}
/* ****　02 会社概要　*/
.en_h2 {
  margin-bottom: 25px;
  position: relative;
}
.en_h2 * {
  line-height: 1;
}
.en_h2_01 {
  font-family: oswald;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 20px;
}
.en_h2_02 {
  font-size: 15px;
}
.com_02_LR .L {
  width: 300px;
}
.com_02_LR .R {
  flex: 1;
}
.indicator_detail {
  border-bottom: solid 1px var(--color_03);
  padding: 40px 0;
  padding-left: 60px;
}
.indicator_detail:first-of-type {
  padding-top: 24px;
}
.indicator_detail:last-of-type {
  border: none;
}
.indicator_detail .f_20 {
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.indicator_detail p {
  line-height: 1.9;
}
.company_more {
  right: 0;
  top: 14px;
  width: 200px;
  margin-top: 25px;
}
.company_more a {
  padding-left: 30px;
}
.company_more img {
  margin-left: 25px;
}
/* カウンターの初期化 */
.com_02_LR .R {
  counter-reset: number;
}
.indicator_detail {
  position: relative;
  counter-increment: number;
}
/* カウンターの値を表示 */
.indicator_detail .f_20:before {
  content: "0"counter(number);
  position: absolute;
  top: -5px;
  left: -60px;
  font-size: 40px;
  color: var(--color_03);
  font-family: oswald;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
}
.company_table th {
  width: 200px;
}
.yakuin_list li {
  display: flex;
  flex-wrap: wrap;
  margin-block: inherit !important;
}
.yakuin_list li span:first-of-type {
  width: 122px;
}
.page-id-47 .company_table li {
  margin-bottom: 0 !important;
}
.company_table li{
margin-bottom: 0!important;
    margin-block: initial!important;
	    line-height: 1.9!important;

}
.company_table p{
    margin-block: initial!important;

}
.entry-content .company_table p:not(:last-of-type) {
    margin-bottom: 15px!important;
}


/****03 つよみ　*/
.st_midasi * {
  line-height: 1;
}
.st_midasi {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.st_midasi > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.st_text_01 span:nth-of-type(1) {
  font-family: "Oswald";
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.st_text_01 span:nth-of-type(2) {
  font-family: "Oswald";
  font-size: 50px;
}
.st_text_01 span {
  text-align: center;
  display: block;
  letter-spacing: 1px;
  color: #b3b3b3;
}
.st_text_02 {
  font-size: 23px;
  line-height: 1.2 !important;
  font-weight: bold;
  flex: 1;
}
.box_LR li, .box_LR p {
  line-height: 1.8;
}
.box_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 20px;
}
.box_LR .img {
  width: 100%;
}
.box_LR .text {
  width: 100%;
}
.box_LR + .box_LR {
  margin-top: 60px;
}
.box_LR:nth-of-type(even) {
  flex-direction: row-reverse;
}
.maru_midasi {
  font-weight: bold;
}
.maru_midasi, .ul_aomaru li {
  position: relative;
  padding-left: 25px;
}
.ul_aomaru li {
  margin-block: initial !important;
}
.maru_midasi:before, .ul_aomaru li:before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: var(--color_02);
  left: 0;
  top: 6px;
  position: absolute;
  border-radius: 50px;
}
.ul_aomaru li:before {
  top: 8px;
}
/****　04　業務案内*/
.top_service_list_white li a {
  border: solid 1px #CCCCCC;
  height: 100%;
}
.page-id-42 .top_service_list li a:before {}
.top_service_list_white li a:hover {
  background: #f2f2f2;
}
.top_service_list.column_02 li {
  width: 100%;
}
.top_service_list.column_02:after {
  display: none;
}
/****　05   */
.common_table a {
  text-decoration: underline;
}
.table_design_02 th, .table_design_02 td {
  border: solid 1px #e1e1e1;
}
.table_design_02 th {
  background: #f2f2f2;
}
.service_05_table th {
  width: 270px;
}
.service_05_table .text_indent li {
  padding-left: 48px;
  text-indent: -48px;
  margin-block: initial;
  line-height: 1.8 !important;
}
/****　17  拠点一覧  */
.honbu_detail_list {
  row-gap: 10px;
}
.honbu_detail_list > li {
  width: 49%;
  margin: 0 !important;
}
.honbu_detail_list .img {}
.honbu_detail_list > li a {
  display: block;
  position: relative;
}
.honbu_detail_list > li a p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1.5;
}
.gglmap iframe {
  width: 100%;
  max-width: 100%;
}
.honbu_map iframe {
  height: 500px;
}
/****　18～21 検査センター   */
.kensa_yoyaku_LR {
  column-gap: 50px;
  row-gap:30px;
}
.kensa_yoyaku_LR .L {
  flex: 1;
  width: 100%;
}
.kensa_yoyaku_LR .R {
    width: 100%;
}
.kensa_yoyaku_LR .R p {
  margin: 20px 0;
}
.pdf_22_dl_list li {
  width: 32%;
}
iframe {
  vertical-align: bottom;
}
.kensa_LR {
  row-gap: 22px;
  align-items: flex-start;
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 35px;
}
.kensa_LR + .kensa_LR {
  margin-top: 35px;
}
.kensa_LR > div {
  width: 100%;
}
.kensa_map {
  aspect-ratio: 16 / 10.2;
  height: auto;
}
.kensa_map iframe {
  height: 100%;
}
.icon_pdf {
  vertical-align: middle;
  margin-left: 9px;
}
.gaibu_list li img {
  vertical-align: revert;
  margin-left: 5px;
}
/***24＿働き方改革の取り組み　*/
.kaikaku_nav {
  row-gap: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.kaikaku_nav li {
  width: 49%;
  margin-block: initial !important;
}
.kaikaku_nav li a {
  padding: 10px 22px 10px 15px;
  letter-spacing: 0;
  font-size: 12px;
}
.kaikaku_nav li a:before {
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  margin: auto;
  left: auto;
  right: 14px;
}
.st_text_01.color_green span {
  color: #C2D9AF;
}
/*****30～申請書ダウンロード*/
.dl_ichiran_table th, .dl_table th {
  background: #F2F2F2;
  text-align: center;
}
.dl_ichiran_table {}
.left {
  text-align: left !important;
}
.dl_table + .dl_table {
  margin-top: -1px;
}
.dl_table td, .dl_table th {
  border: solid 1px #e1e1e1;
  vertical-align: middle;
  line-height: 1.5;
  padding: 10px;
  font-size: 14px;
}
.dl_detail_table td:nth-of-type(1) {
  width: 34%;
}
.dl_detail_table td:nth-of-type(2) {
  width: 10%;
}
.dl_detail_table td:nth-of-type(3) {
  width: 10%;
}
.dl_ichiran_table td:nth-of-type(2), .dl_detail_table td:nth-of-type(4) {
  width: 11%;
}
.dl_ichiran_table td:nth-of-type(3), .dl_detail_table td:nth-of-type(5) {
  width: 10%;
}
.dl_ichiran_table td:nth-of-type(4), .dl_detail_table td:nth-of-type(6) {
  width: 25%;
}
.dl_ichiran_table td:nth-of-type(2), .dl_detail_table td:nth-of-type(4), .dl_detail_table td:nth-of-type(5) {
  text-align: center;
}
.download_box .maru_midasi {
  margin: 30px 0 15px;
}

.dl_gaibu:after{
content: url("../images/common/icon_gaibu.svg");
display: inline-block;
margin-left: 5px;

}
/*speedy共通*/
.download_speedy {
  margin-top: 40px;
  height: 175px;
  border-radius: 15px;
  background: var(--color_01);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.download_speedy p {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.download_speedy .more_blue a {
  background: #fff;
  width: 260px;
}
.download_speedy .more_blue img {
  padding: 0;
  width: 130px;
}
.dl_sita_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 15px;
    row-gap:15px;

}
.dl_sita_text .more_kadomaru {
  width:100%;
}
.dl_sita_text div:first-child {
  width:100%;

  flex: 1;
}
/*** 52 料金案内　*/
.p_relative {
  position: relative;
}
.p_relative .company_more {
  top: -13px;
}
.p_relative .company_more a img {
  margin-left: 17px;
}
.price_pdf_list_wrap {
  margin: 25px 0;
}
.price_pdf_list li {}
.price_pdf_list li a {
  letter-spacing: 0;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 14px;
}
.price_pdf_list li a:after {
  content: "";
  display: block;
  background: url("../images/common/icon_pdf.svg") no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*** 66 よくある質問　*/
.faq_box .top_midasi {
  margin-bottom: 25px;
}
.faq_box .qa_wrap:not(:last-of-type) {
  margin-bottom: 70px;
}
/***80＿プライバシーポリシー　*/
.ol_num li, .ol_num {
  list-style-type: decimal;
}
.ol_num li:not(:last-of-type) {
  margin-bottom: 15px;
}
/*******7　74 お問合せ　*/
.contatc_other_link {
  text-align: right;
  margin-top: 30px;
}
.contatc_other_link a {
  position: relative;
  font-weight: bold;
}
.contatc_other_link a:before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon_arrow_01.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
}
/* お問い合わせフォーム　各種 */
.f_column_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  max-width: 500px;
}
.f_column_wrap > div {
  width: 49%;
}
.f_column_wrap .wpcf7-form-control-wrap {
  width: calc(100% - 40px);
  display: inline-block;
  margin-left: auto;
}
.f_column_wrap input {
  width: 100%;
  text-align: left;
}
.selector {
  color: var(color_02);
}
.size_s input {
  max-width: 200px !important;
  width: 100% !important;
}
.wpcf7 th {
  width: 270px;
  background: #F2F2F2;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
.wpcf7 th, .wpcf7 td {
  padding: 20px 20px;
}
.wpcf7 th.v_top {
  vertical-align: top;
  padding-top: 22px;
}
.ninni, .eq {
  width: 50px;
  border-radius: 3px;
  background: #B34231;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 26px;
}
.ninni {
  background: #B3B3B3;
}
.form_caution {
  font-size: 13px;
  line-height: 1.2 !important;
  margin: 10px 0 0 0 !important;
}
.input_wrap {
  margin: 10px 0;
}
.check_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check_wrap .wpcf7-list-item {
  width: 49%;
  margin: 2px 0 !Important;
}
::placeholder {
  color: #B3B3B3;
}
select {
  height: 37px;
}
.full select {
  width: 100%;
}
.doui {
  text-align: center;
  margin: 30px 0 50px 0;
}
.form_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  background: var(--color_01);
  border: solid 2px var(--color_01) !important;
  border-radius: 50px !important;
  height: 60px;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 30px;
  position: relative;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  font-weight: bold;
  max-width: 270px;
  width: 100%;
  font-size: 16px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: var(--color_01);
  background: #fff;
}
.mw_wp_form_confirm .ninni, .mw_wp_form_confirm .eq {
  top: 15px;
}
.mw_wp_form_confirm th.v_top {
  padding-top: 15px;
}
input[type="submit"], input[type="reset"], input[type="button"] {}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button, input, select, textarea {}
select, input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  border: solid 1px #E1E1E1;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  height: 35px;
  font-size: 16px;
}
select {
  width: auto;
}
input[type="file"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
button, input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
.text-xs-center {
  text-align: center;
}
.text-xs-center input {
  margin: 0 auto;
}
.p-postal-code {
  width: 150px !important;
}
.wpcf7-response-output {
  max-width: 800px;
  margin: 0 auto !important;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 49%;
}
.has-free-text input {
  width: auto;
}
.caution {
  font-size: 14px;
  line-height: 1.3 !important;
  margin-top: 10px;
}
.bukken_num_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
}
.bukken_num_02 > div, .bukken_num_wrap .bukken_num_01 {
  width: 24%;
}
.bukken_num_wrap .bukken_num_02 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.bukken_num_wrap .bukken_num_01 {
  display: flex;
  flex-wrap: wrap;
}
.bukken_num_wrap .bukken_num_01 .bukken_text, .bukken_num_wrap .bukken_num_02 .bukken_text {
  width: 35px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.bukken_num_wrap .bukken_num_01 .bukken_input, .bukken_num_wrap .bukken_num_02 .bukken_input {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bukken_num_wrap .bukken_num_02 .bukken_input > span{
  width: 24%;
}
.bukken_num_wrap .bukken_num_02 .bukken_input > span:nth-of-type(3) {
  width: 48%;
}
.status_switch{
border-top: none!important;
border-bottom: none!important;

}

.status_switch th,
.status_switch td{

    border: solid 1px #e1e1e1;
border-top: none!important;
}
	
/*　　　　　　　　　　　　　　　　　　　　archive　*/
/*******　ブログ系　お知らせ　*/
.blog_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 50px;
  flex-direction: row-reverse;
  width: calc(100% - 30px);
}
.blog_LR #secondary {
  width: 100%;
}
.blog_LR #primary {
  width: 100%;
}
.archive_news_list {}
.archive_news_list li {
  display: block;
}
.blog_LR #primary .meta_wrap {
  justify-content: flex-start;
}
.blog_LR #primary .cat_name_wrap {
  width: auto;
}
.blog_LR #primary .cat_name {
  column-gap: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog_LR #primary .date {
  width: 95px;
  font-size: 16px;
  letter-spacing: 1px;
}
.archive_news_list li .title {
  margin-top: 10px;
}
.news_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.single .blog_LR #primary .meta_wrap {
  margin-bottom: 25px;
}
/*　sidebar */
.widget {
  margin-bottom: 40px;
}
.widget-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px var(--color_02);
  padding: 0 0 15px 0;
}
.widget ul li {
  border-bottom: solid 1px #e1e1e1;
}
.widget ul li a {
  display: block;
  padding: 14px 0;
  line-height: 1.5;
  position: relative;
}
/*  single */
.single_title {
  font-size: 25px;
}
.single_date {
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}
div.attachment {
  text-align: center;
  margin: 0 0 40px 0;
}
.single .blog_meta {
  text-align: center;
  margin-bottom: 30px;
}
.single-post .entry-content a {
  text-decoration: underline;
}
.single-blog .entry-content p, .single-post .entry-content p {
  line-height: 1.8;
}
.single-blog .entry-content h2, .single-post .entry-content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 30px 0;
  background: var(--color_02);
  padding: 15px 20px;
  color: #fff;
}
.single-blog .entry-content h3, .single-post .entry-content h3 {
  position: relative;
  border-bottom: solid 1px var(--color_04);
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 12px 0;
  margin: 30px 0 20px;
}
.single-blog .entry-content h3:before, .single-post .entry-content h3:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: var(--color_01);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.single-blog .entry-content h4, .single-post .entry-content h4 {
  background: #FFF0DC;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 20px;
  margin: 20px 0;
}
.blog_more_wrap {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 25px;
}
/***ブロックエディター内　*/
.wp-block-image {
  margin: 30px auto;
}
/***yoast のQAブロック　*/
.schema-faq-section {
  border-bottom: solid 1px #ccc;
  padding: 10px 0 13px;
}
.schema-faq-section:first-of-type {
  padding-top: 0 !important;
}
.schema-faq-question, .schema-faq-answer {
  position: relative;
  display: block;
}
.schema-faq-question {
  padding: 4px 30px 0px 40px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}
.schema-faq-answer {
  padding: 3px 30px 0px 40px;
  margin-top: 16px;
  margin-block: inherit !important;
}
.schema-faq-question:before, .schema-faq-answer:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  aspect-ratio: 1 / 1;
  height: auto;
  font-size: 16px;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  box-sizing: border-box !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 2px;
}
.schema-faq-question:before {
  background: var(--color_02);
}
.schema-faq-answer:before {
  content: "A";
  background: #ccc;
}
/*  tag　*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#primary .tagcloud {
  margin: 17px 0 35px 0;
}
.widget .tagcloud {
  margin: 20px 0 0px 0;
}
.single-webinar .entry-content .tagcloud {
  margin: 30px 0;
}
.tagcloud a {
  background: #DFE4EF;
  text-align: center;
  border-radius: 50px;
  display: block;
  padding: 10px 15px;
  font-size: 13px !important;
}
.tag_first {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
/*   目次　　*/
#ez-toc-container {
  border: solid 1px var(--color_02);
  background: #FFF;
  padding: 0 !important;
  border-radius: 0 !important;
}
#ez-toc-container .ez-toc-title-container {
  background: var(--color_02);
  padding: 10px 0 15px 20px;
  color: #fff;
}
#ez-toc-container .ez-toc-title-container p {
  font-weight: bold !important;
  font-size: 16px !important;
}
.ez-toc-list {
  padding: 10px 18px !important;
}
.ez-toc-list li {
  margin: 10px 0 !important;
}
#ez-toc-container a {
  text-decoration: underline;
  color: #231815;
  font-size: 14px !important;
  font-weight: bold;
}
.ez-toc-list-level-3 li {
  position: relative;
}
/*.ez-toc-list-level-3 li a {
  padding-left: 15px;
}
.ez-toc-list-level-3 li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--color_02);
  position: absolute;
  left: 0;
  top: 4px;
}*/
/*　pager */
.pager {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  margin: 40px 0 0 0;
}
.page-numbers, .pager .current {
  width: 44px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #fff;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border: solid 1px #D1D1D1;
  color: #000;
  font-size: 16px;
}
.pager a:hover, .pager .current {
  color: #fff;
  background: var(--color_03);
  border: none;
  opacity: 1;
}
/**** single　nav */
.navigation {
  display: block;
  width: 100%;
}
.nav-single {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 20px;
  column-gap: 20px;
}
.nav-single > div {
  width: 150px;
}
.nav-single > div a {
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  height: 50px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
.nav-previous a {
  padding-left: 20px;
}
.nav-next a {
  padding-right: 20px;
}
.nav-single > div a:hover {}
.nav-single > div a:before {
  content: "<";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.nav-single .nav-next {
  text-align: right;
}
.nav-single .nav-previous {
  text-align: left;
}
.nav-single .nav-next a:before {
  content: ">";
}
.nav-single .nav-previous a:before {
  content: "<";
  left: 5px;
  right: auto;
}
.nav-single .nav_center a:before {
  display: none;
}
.nav_center {
  text-align: center;
}
.nav_center img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 4px
}
.no-pager-links {
  display: none !important;
}
.pagenav .prev a, .pagenav .next a {
  width: 50%;
  display: block;
  color: #ddd;
}
.pagenav a {
  float: left;
}
.pagenav .next a {
  text-align: right;
}
/*****検索ページ　*/
.search_list > li {
  padding: 15px;
  border-bottom: solid 1px #e6e6e6;
}
.search_list a {
  display: block;
  font-size: 14px;
}