@charset "utf-8";
/*
Template:lutz
Theme Name:lutz-child
Theme URI:https://www.lutz.co.jp/
Description:lutz
Author:AIOSL
Author URI:https://corp.aiosl.jp/
Version:1.4.1
*/

#header_slider .catch {
	font-weight: 600;
}
.index_layer_content .catch, .index_layer_content .desc, .index_layer_content .link_button,
.index_product_list .cb_catch, .index_product_list .cb_desc,
.index_post_slider .cb_catch, .index_post_slider .cb_desc,
.cb_contents .link_button a {
	font-weight: bold;
}
.product_list .title {
	color: #000;
	font-weight: bold;
}
#global_menu > ul {
	text-align: right;
}
#global_menu > ul > li > a, body.home #global_menu > ul > li.current-menu-item > a {
	font-weight: bold;
}
.post_content dl.history {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.history dt, .post_content dl.history dd {
	box-sizing: border-box;
}
.post_content dl.history dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.history dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.post_content p {
	line-height: 1.8;
	margin-bottom: 1em;
}

.flex_wrap {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.flex_box01 {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 15px;
	margin: 5px;
	width: calc(25% - 10px);
	box-sizing: border-box;
}
.post_content dl.commodity_txt {
	margin-bottom: 0;
}
.post_content dl.commodity_txt dt, .post_content dl.commodity_txt dd {
	padding: 4px 0;
	margin: 2px 0;
	line-height: 1.8;
}
.post_content dl.commodity_txt dt {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
.post_content dl.commodity_txt dd {
}
@media only screen and (max-width: 767px) {
	.flex_box01 {
		width: 100%;
		margin: 5px auto;
		box-sizing: border-box;
	}
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff434;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #333;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #666;
	color: #fff;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #fff434 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #333 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
	line-height: 1.6;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
	line-height: 1.6;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content table ul {
	margin-bottom: 0;
}


/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item):not(.flex_box01) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}
/*20251010*/
#global_menu > ul > li.secret.menu-item a {
	font-size: 0;
	height: 38px;
    line-height: 38px;
}
#global_menu > ul > li.secret.menu-item a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(https://www.lutz.co.jp/nwp/wp-content/uploads/icon_secret.png);
  background-size: contain;
  vertical-align: top;
}