/*
Theme Name:MAYATEC DBB. 2026
Theme URI:
Description:WordPressテーマ「TCD」用子テーマです。
Template:massive_tcd084
Author:MAYATEC DBB.
Author URI:https://design-plus1.com/tcd-w/
Version:2.10
*/
/*body.page #header #header_logo,
body.page #header #header_button,
body.page #header #menu_button {
	margin-top: -6px;
}
body.home #header #header_logo,
body.home #header #header_button,
body.home #header #menu_button {
	margin-top: 0;
}*/
#header_logo img {
	max-width: 200px;
	height: auto;
}
#header_logo .mobile_logo_image {
	max-width: 120px;
}
.mobile_device #site_description span {
	font-size: 11px;
	line-height: 1.4;
}
#footer_logo img {
	max-width: 140px;
	height: auto;
}
.cb_box_content .box_content .item {
  margin-right: 0;
}
.cb_box_content .box_content .headline {
  bottom: -0.2em;
}
#footer #footer_menu li {
	margin: 0 0 15px;
	line-height: 1.4;
	position:relative;
	padding-left:16px;
}
#footer #footer_menu li a {
	display: inline;
}

#footer #footer_menu li::before {
/*  font-family: "Font Awesome 6 Free";*/
	font: var(--fa-font-regular);
  content: '\f105';
  font-size: 15px;
  font-weight: 900;
  margin-right: 8px;
  color:#aa0000;
	position:absolute;
	top:-1px;
	left:0;
}
#footer #footer_menu #menu-footer li:nth-child(2) {
	border-bottom: 1px #ddd solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer #footer_menu #menu-footer2 li:nth-child(3) {
	margin-left: 15px;
	font-size: 86%;
}
#footer #footer_menu #menu-footer2 li:nth-child(3)::before {
	top:-3px;
	left:0;
}
#footer_site_description span {
	font-size: 13px;
	line-height: 1.5;
}
#index_content_builder #cb_content_1.cb_content {
	padding: 150px 0 0;
}
@media only screen and ( max-width: 950px ) {
	#footer #footer_menu li {
		text-align: left;
	}
}
@media only screen and ( max-width: 768px ) {
	#index_content_builder #cb_content_1.cb_content {
		padding: 50px 0 0;
	}
}
#index_content_builder #cb_content_1.cb_content .cb_contents_inner {
  padding: 30px 0;
}

div.post_content h1, div.post_content h2, div.post_content h3, div.post_content h4, div.post_content h5, div.post_content h6 {
	padding: 15px 0;
}

div.post_content .no_margin { margin: 0 !important; }
.no_margin { margin: 0 !important; padding: 0 !important; }
.no_bottom_margin { margin-bottom: 0 !important; }
.minus_top80 { margin-top: -75px !important; }
.minus_top40 { margin-top: -35px !important; }
.img_fullwidth img { width: 100% !important; }
.post_content .img_center .aligncenter { display: table; }
@media only screen and ( max-width: 770px ) {
.img_fullwidth .img { max-height: 140px !important; }
.minus_top80 { margin-top: -50px !important; }
}

.contactCont input {
	font-size: 16px;
}

.page-id-2 .vk_animation-slide-left p {
	overflow: hidden;
}


/* form */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control.form-subdomain {
	display: inline-block;
	max-width: 200px;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-check-input {
	width: 20px;
	height: 20px;
}
.wp-block-button__link {
	border: 0;
}
.wp-block-button__link:hover,
.wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover {
	opacity: 0.7;
}
.wpcf7 textarea.form-textarea {
	height: 6rem;
}
.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
	-webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: none !important;
  outline: none;
  background-color: #bbbbbb;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #cc0000;
}
div#autozip {
	margin-top: 10px !important;
	background-color: rgb(255, 184, 0) !important;
}
div#wpcf7cpcnf table th {
	max-width: 30%;
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    display: none;
    margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
    display: block;
}
@media only screen and (max-width:780px){
	div#wpcf7cpcnf table th,
	div#wpcf7cpcnf table td {
		display: block;
		width: calc(100% - 40px);
		max-width: 100%;
	}
}

/* archives */
h3.archives-title {
	font-size: 30px;
}
.single-archives td a {
    padding: 0 10px 0 0;
		color: #cc0000;
}
.single-archives td a:hover {
		color: #ff0000;
}
.archives-table table,
.archives-table table tr {
	border: none;
}
.archives-table table tr th,
.archives-table table tr td {
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-right: none;
	padding: 0.5rem 1rem;
}
.archives-table table tr th {
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ddd;
}
@media only screen and (max-width:768px) {
	.single-archives table {
    margin-top: 20px;
	}
	.single-archives th,
	.single-archives td {
  	display: block;
		width: 100%;
	}
	.single-archives th {
	  font-size: 16px !important;
		background-color: #eeeeee;
	}
	.single-archives td{
		font-size: 14px !important;
	}
	.single-archives tr {
	   border-bottom: 0px solid #eeeeee !important;
	}
}
.no_margin {
	margin: 0 !important;
}
div.post_content h3.is-style-vk-heading-background_fill_lightgray {
	padding-left: 20px;
}

/* ダウンロードPOPアップリンク */
.ays-pb-modal-close {
	font-size: 20px;
}
.ays_content_box p {
	font-size: 16px;
	line-height: 1.8;
}
.ays_content_box .email_download_link {
	margin: 30px 0 0;
}
.ays_content_box form.ed_form input[type=text],
.ays_content_box form.ed_form input[type=email] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ays_content_box form.ed_form p {
	text-align: left;
	margin-top: 10px;
}
.ays_content_box form.ed_form input.submit {
	border: 0;
	color: #fff;
	background-color: #cc0000;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	margin: 20px 0;
	min-width: 240px;
	font-size: 1.125em;
	cursor: pointer;
}
.ays_content_box form.ed_form input.submit:hover {
	opacity: 0.7;
}

.publiclimit_foottxt {
	margin: 30px 0 0;
	padding: 10px 20px;
	background-color: #FFFFCC;
	text-align: center;
	line-height: 1.8;
}