/******* 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 {}

.p-entry__body ul,
.p-entry__body ol,
.p-entry__body dl {
    margin-bottom: 0px;
}

.p-breadcrumb {}

/* タイトル */
.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(1.6rem, 1.268rem + 1.26vw, 2.2rem);
    font-family: serif;
    display: inline-block;
    position: relative;
    margin: 1.5em 0 2em 0;
}

h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 50px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #666666;
    /*下線の色*/
}

/* フォーム */
.wpcf7 {
    background: none;
    border: none;
    font-size: 14px;
    margin: 0 0 2.5em !important;
    padding: 0;
    width: 100%;
}

.wpcf7 form {
    margin: var(--size-20-40) 0 0;
}

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

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

.breadcrumb__bt {}

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

.form_read {
    margin: 0 var(--size-10-20) 10px !important;
    line-height: 1.5 !important;
    font-size: var(--size-15-18) !important;
}

table.form {
    border: 2px solid #ccc;
    width: 100%;
    margin: 0 0 10px;
    font-size: clamp(14px, 12.636px + 0.364vw, 17px);
    line-height: 1.5;
}

table.form th,
table.form td,
table.form .wpcf7-list-item-label {
    font-size: clamp(14px, 12.636px + 0.364vw, 17px);
    line-height: inherit;
}

table.form th,
table.form td {
    border-color: #ccc;
}

table.form th {
    position: relative;
    background: #eee;
    width: 23%;
    font-weight: 800;
    text-align: center;
    white-space: normal;
}

table.form th .th_sup {
    display: block;
    font-weight: normal;
    font-size: .8em;
}

table.form th.req:before {
    position: absolute;
    content: "必須";
    background: #ff3333;
    color: #fff;
    top: 2px;
    left: 2px;
    font-size: 15px;
    padding: 5px;
    line-height: 1;
    font-weight: normal;
}

table.form td {
    padding: 10px;
}

table.form td .w_50 {
    width: 50px;
}

table.form td .w_150 {
    width: 150px;
}

table.form td .w_400 {
    width: 400px;
}

table.form input,
table.form textarea,
table.form select {
    width: 98%;
    margin: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 12px;
    border-radius: 5px;
	font-size: clamp(14px, 12.636px + 0.364vw, 17px);
}

table.form select {
    width: 200px;
    margin-right: 5px;
}

table.form input[type="radio"] {
    transform: scale(1.4);
}

table.form input[type="file"] {}

table.form .wpcf7-list-item {
    padding: 6px;
    margin: 0;
    min-width: 50%;
    display: inline-flex;
}

table.form input::placeholder {
	color: #ddd;
}
/* 卒業見込み */
table.form .grad {
	input {
		text-align: center;
	}
}

table.form .col2 .wpcf7-list-item {}

table.form input[type="file"] {
    border: none;
    padding: clamp(4px, 2.182px + 0.485vw, 8px);
}

table.form input[type=checkbox] {
    animation: none;
    margin-right: 7px;
    transform: scale(1.4);
}

input[name='zip'],
.w_zip {
	width: clamp(120px, 106.364px + 3.636vw, 150px) !important;
}

.zip_sup {
	display:inline-block;
    position: relative;
    left: 1.5em;
    font-size: var(--size-13-15);
	width: calc(100% - 1.5em);
}

.zip_sup:before {
	position: absolute;
    content: "※";
    text-indent: -1.2em;
}

.addr_txt,
.grad_txt {
    margin: 0 10px;
}

.aside_txt {
    margin: clamp(15px, 0.419rem + 1.97vw, 30px) clamp(0.5rem, 0.224rem + 1.05vw, 1rem) 20px;
    text-align: center;
    font-size: clamp(15px, 0.834rem + 0.39vw, 18px) !important;
    line-height: 1.5 !important;
}

.form_btn {
    margin-bottom: clamp(15px, 0.419rem + 1.97vw, 30px);
}

.form_btn input.wpcf7-submit {
    width: min(90%, 300px);
    background-color: #ff7800;
    border-radius: 5px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .1);
    font-size: var(--size-18-22);
    padding: var(--size-15-20);
    margin-top: var(--size-20-30);
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 1;
}

.form_btn input.wpcf7-submit:hover {
    background-color: #ff7800;
    opacity: 0.9;
    transform: translate(0, 4px);
}

.wpcf7-not-valid {
    background: #fcc;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 3em;
    padding: 1em 1em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}

/***** カタログダウンロード *****/
.catalog_area {
    padding-top: 20px;
}

.catalog_area ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 1.5vw;
    margin: 0 auto;
    padding: 0.5vw 0 2vw;
}

.catalog_area ul li {
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    flex-direction: column;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 90px;
    /* height: 500px; */
    object-fit: cover;
}

.catalog_area ul li.hiroiex {
    background-image: url(/wp/wp-content/uploads/2021/01/hiroi_img.jpg);
    background-color: #218D76;
}

.catalog_area ul li.honmaru {
    background-image: url(/wp/wp-content/uploads/2021/01/honmaru_img.jpg);
    background-color: #3B7BC2;
}

.catalog_area ul li.ninomaru {
    background-image: url(/wp/wp-content/uploads/2021/01/ninomaru_img.jpg);
    background-color: #E23958;
}

.catalog_area ul li.sannomaru {
    background-image: url(/wp/wp-content/uploads/2023/03/solution_sannomaru.jpg);
    background-color: #7b77c1;
}

.catalog_area ul li.planner {
    background-image: url(/wp/wp-content/uploads/2021/01/plannerex_img.jpg);
    background-color: #a74c99;
}

.catalog_area ul li.writeless {
    background-image: url(/wp/wp-content/uploads/2021/01/writeless_img.jpg);
    background-color: #698b34;
}

.catalog_area ul li.smart {
    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(24px, 2vw, 30px);
}

.catalog_area .ttl_pro_sub {
    display: block;
    font-size: 0.6em;
    margin: 1vh 0 0;
}

.catalog_area dl dd {
    text-align: left;
    margin: 190px 1.5vw 1.5vh;
    padding: 10px;
    background: rgba(255, 255, 255, .95);
    border-radius: 5px;
}

/* 製品ダウンロード＆問合せ */
.btn_dl {
    width: 100%;
    background: #fff;
    padding: 2vh;
    margin-top: auto;
    text-align: center;
}

.btn_dl .q_button {
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
    padding: 5px;
    margin-bottom: 10px;
    min-width: 80%;
}

.btn_dl .product_form {
    /* 	display: block; */
    margin: 0 auto 0;
    padding: 1vh;
    line-height: 1;
}

@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;
    }

    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;
}

/****** プライバシーポリシー ******/
.privacy_box {
	width: min(90%, 800px);
	font-size: var(--size-13-15);
	margin:0 auto;
	dt {
		text-align:center;
		font-size:1.1em;
	}
	dd {
		margin-left:0;
		line-height:1.7;
	}
}

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