/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2023 | 05:58:30 */

/***** 非表示 *****/
.disnone {
	display:none;
}

/* style.css上書き */
/* パンくず */
.breadcrumb__bt {
	border-top: 1px solid #ddd;
}
.p-entry__body ul,
.p-entry__body ol,
.p-entry__body dl {
	margin-bottom: 0px;
}
.p-breadcrumb {
	height: 60px;
	line-height: 60px;
}
/* タイトル */
.p-cover {
	display: none;
}

.p-cover__inner {
	display: none;
}

.custom__spam {
	display: inline-flex;
}

.textcenter {
	text-align: center;
}

.p-entry__body h1 {
	font-size: clamp(20px, 12.727px + 1.939vw, 36px);
	font-weight:800;
	margin-bottom:var(--size-30-50);
}

.p-entry__body h1:before {
    content: "-";
    padding-right: 0.8rem;
}

.p-entry__body h1:after {
    content: "-";
    padding-left: 0.8rem;
}


.l-contents--no-border .l-contents__inner {
    background: #fff;
    margin-top: 0 !important;
} 

.p-entry__body ol {
	padding-left:0;
	padding-right:0;
	margin-left:0;
}

.breadcrumb__bt {
border-top: 1px solid #ddd;
}

/***** 個別CSS *****/

.con_box section {
}

/***** カタログダウンロード *****/
.catalog_area {
	padding-top:20px;
}
.catalog_area ul {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0 2vw 3vh;
	gap:1.5em;
	padding:0;
	margin:0;
}
.catalog_area ul li {
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    flex-direction: column;
    object-fit: cover;
	padding-bottom:var(--size-5-10);
}

.catalog_area ul li dl {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center clamp(70px, 60.909px + 2.424vw, 90px);
}
.catalog_area ul li.hiroiex dl {
    background-image: url(/wp/wp-content/uploads/2021/01/hiroi_img.jpg);
    background-color: #218D76;
}
.catalog_area ul li.honmaru dl {
    background-image: url(/wp/wp-content/uploads/2021/01/honmaru_img.jpg);
    background-color: #3B7BC2;
}
.catalog_area ul li.ninomaru dl {
    background-image: url(/wp/wp-content/uploads/2021/01/ninomaru_img.jpg);
    background-color: #E23958;
}
.catalog_area ul li.sannomaru dl {
    background-image: url(/wp/wp-content/uploads/2023/03/solution_sannomaru.jpg);
    background-color: #7b77c1;
}
.catalog_area ul li.planner dl {
    background-image: url(/wp/wp-content/uploads/2021/01/plannerex_img.jpg);
    background-color: #a74c99;
}
.catalog_area ul li.writeless dl {
    background-image: url(/wp/wp-content/uploads/2021/01/writeless_img.jpg);
 	 background-color: #698b34;
}
.catalog_area ul li.smart dl {
    background-image: url(/wp/wp-content/uploads/2022/05/smart_img.jpg);
    background-color: #B2742B;
}

.catalog_area dl,
.catalog_area dl dt,
.catalog_area dl dd {
	margin:0;
	line-height:1.6;
}
.catalog_area dl dt {
	padding: 0;
    text-align: center;
    background: #fff;
    margin: 0;
	padding:5px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: clamp(18px, 14.364px + 0.97vw, 26px);
}
.catalog_area .ttl_pro_sub {
	display:block;
	font-size: 0.6em;
    margin: 1vh 0 0;
}

.catalog_area dl dd {
	text-align:left;
	margin:clamp(75px, 65.909px + 2.424vw, 95px) var(--size-15-20) var(--size-15-20) !important;
	padding:var(--size-15-20);
	background: rgba(255, 255, 255, .95);
	border-radius: 5px;
	height: clamp(150px, 139.437px + 2.817vw, 180px);
	font-size: clamp(13px, 12.091px + 0.242vw, 15px);
}

/* 製品ダウンロード＆問合せ */
.file_dl {
/* 	width:100%; */
	background:#fff;
	padding:var(--size-5-10);
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:.5em;
    padding: var(--size-10-15) var(--size-5-10);
}
.file_dl a {
	font-weight: 600;
    font-size: var(--size-14-16);
    padding: 8px 0;
	border-radius:50px;
	width:100%;
}
.file_dl .btn_view {
	position:relative;
	border:2px solid #ff0033;
	color:#ff0033;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file_dl .btn_dl {
	border:2px solid #555;
	background:#555;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.file_dl a:hover {
	opacity:.5;
}

.btn_product {
/* 	display: block; */
    margin:0 auto 0;
    padding: var(--size-5-10);
}

@media only screen and (max-width: 768px) {
	.form_read {
		text-align: left;
	}
	.wpcf7 form {
/*     	margin: 1.5em 0 0; */
	}
	table.form input,
	table.form textarea {
	}
	table.form th,
	table.form td{
    	display: block;
    	width: 100%;
    	border: none;
    	text-align: left;
    font-size: 16px;
}
	table.form th {
		position:relative;
		width:100%;
	}
	table.form tr {
    border-top: 1px solid #ccc;
	}
		table.form tr:first-child {
			border-top:none;
	}
	table.form th .th_sup {
		display: inline;
	}
	table.form td{
		padding-bottom:15px;
	}

	table.form th.req:before {
		right: 6px;
		left: auto;
		top: 50%;
		transform: translate(0, -50%);
	}
	table.form td .w_400 {
		width:98%;
	}
	table.form .wpcf7-list-item {
		display:block;
	}
	
	table.form input[type=checkbox],
	table.form input[type=radio]{
	    display: block;
		float:left;
	}
	table.form .wpcf7-list-item-label {
		overflow: hidden;
    	display: block;
		padding-left: 3px;
	}
	.aside_txt {
	text-align:left;
	font-size:16px;
}
}

/* フォーム提案中 */
[data-id^="group-"] {
    background: #e1f1fa;
    padding: 10px;
	margin-top: 10px;
}
[data-id="download"] {
	color:red;
}

.select_product td {
	font-size:20px;
	font-weight:700;
}

table.form .contact_method .wpcf7-list-item {
    min-width: 25%;
}

/* フォーム完了画面　PRエリア */
.request_pr {
	border:2px solid #17629b;
	padding:.5vw;
	margin-top: 80px;
}
.request_pr .ttl_pr {
	background: #17629b;
    padding: 1.5vh;
    color: #fff;
    font-size: 24px;
}
.su-posts {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    list-style: none;
    gap: 2vw;
    padding: 0.5vw 2vw 2vw;
}
.su-post {
	border:1px solid #ddd;
    overflow: hidden;
    background: #fff;
	text-align:left;
	margin:0 !important;
}
.su-post .su-post-thumbnail,
.su-post .su-post-thumbnail img {
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
}
.su-post .su-post-thumbnail {
	margin-bottom:10px;
}
.su-post-title,
.su-post-meta,
.su-post-excerpt {
	padding:1vh;
}
.su-post-meta {
	text-align:right;
}
.su-post-meta {
	display:none;
}

/****** 採用情報エントリーフォーム ******/
.recruit {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

