@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*
 * VK Filter Searchを3カラムにする
 * */
.search-colum3 {
	flex-basis: calc(33.3% - .8rem);
}

/*
 * トップページのヘッダー調整
 * */
@media (min-width: 960px) {
	.-parallel-bottom .l-header__inner {
		width: 1200px;
	}

	.l-header.-parallel .w-header {
    justify-content: flex-end;
	}
}

.l-header {
	background: #ffffff;
}

.l-fixHeader__inner {
	background: #ffffff;
}

/*
 * ヘッダー右側のメニュー調整
 */

.subnavi-menu {
	font-size: 15px;
    color: #5990c4;
}

.subnavi-menu .upper-menu {
	height: 25px;
}

.subnavi-menu .upper-menu ul {
	display: flex;
	align-items: center;
}

.subnavi-menu .upper-menu ul li {
	list-style: none;
	margin-right: 15px;
}

.subnavi-menu .upper-menu ul li:last-child {
	margin-right: 0px;
}

.subnavi-menu .upper-menu ul .t-number  {
	font-size: 20px;
}

.subnavi-menu .upper-menu .t-number a {
	 color: #5990c4;
}


/*
 * お問い合わせページの調整
 * */

.wpcf7-form .campany-info-number {
	font-size: 15px;
    color: #6C8FC1;
    text-align: center;
    margin: 15px 0;
}

.wpcf7-form .campany-info-number .tel-area {
    margin: 0 0 0 15px;
}

.wpcf7-form .campany-info-number .fax-area {
    margin: 0 0 0 15px;
}

.wpcf7-form .campany-info-number .t-num {
    margin: 0 5px 0 0;
    font-size: 30px;
}

.wpcf7-form .campany-info-number .t-num a {
    color: #6C8FC1;
}

.wpcf7-form .campany-info-number .t-num a:hover {
    color: #6C8FC175;
}

.wpcf7-form .red {
 color: red;
}

.wpcf7-form .inq th {
	width: 160px;
	background: #EAEAEA;
	border-left: none;
    border-top: 1px dotted #848484;
    border-bottom: 1px dotted #848484;
    vertical-align: middle;
}

.wpcf7-form .inq td {
	border-left: none;
	border-right: none;
    border-top: 1px dotted #848484;
    border-bottom: 1px dotted #848484;
    vertical-align: middle;
	padding-top: 15px;
    padding-bottom: 15px;
}

.wpcf7-form .inq td input {
	width: 420px;
	border: 1px solid #000000;
	background: #ffffff;
}

.wpcf7-form .inq td input[type=radio] {
	width: 20px;
}

.wpcf7-form .inq td input[type=checkbox] {
	width: 20px;
}

.wpcf7-form .inq td p {
	width: 100%;
}

.wpcf7-form .inq td .number {
	margin-bottom: 5px;
}

.wpcf7-form .inq td select {
	width: 100%;
	font-size: 13px;
	border: 1px solid #000000;
	background: #ffffff;
	margin-bottom: 15px;
}

.wpcf7-form .inq td select option {
	width: 100%;
}

.wpcf7-form .inq td textarea {
	width: 420px;
	height: 80px;
	border: 1px solid #000000;
	background: #ffffff;
}

.wpcf7-form .inq td .your-code input {
	width: 120px;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-form .prec-area {
	margin-top: 20px;
}

.wpcf7-form .prec-area a {
	color: #1B4898;
}

.wpcf7-form .prec-area a:hover {
	text-decoration: underline;
}

.wpcf7-form .btn-conf {
	text-align: center;
	margin: 20px auto;
}

.wpcf7-form .wpcf7-form-control {
	background-color: #ffffff;
	border: none;
}

.p-postList .wp-block-vk-filter-search-filter-search {
	width: 100%;
	margin-bottom: 2rem!important;
}

@media screen and (max-width: 1237px) {
	.campany-info-number {
		font-size: 12px;
	}
	
	.wpcf7-form .campany-info-number .t-num {
         font-size: 25px;
    }		
}

@media screen and (max-width: 1166px) {
	.wpcf7-form .campany-info-number {
         font-size: 20px;
    }	
	
	.wpcf7-form .campany-info-number .tel-area {
         display: block;
		 margin: 0;
    }	
	
	.wpcf7-form .campany-info-number .fax-area {
         display: block;
		 margin: 0;
    }
	
	.wpcf7-form .campany-info-number .t-num {
         font-size: 35px;
		 margin: 0;
    }
}

@media screen and (max-width: 380px) {
	.wpcf7-form .campany-info-number {
         font-size: 18px;
    }	
	
	.wpcf7-form .campany-info-number .t-num {
         font-size: 28px;
    }
}


@media screen and (max-width: 1024px) {
	.wpcf7-form .inq th {
	    display: block;
	    width: 100%;
		border-bottom: none;
    }
	
	.wpcf7-form .inq td {
	    display: block;
		width: 100%;
		border-top: none;
		padding: 15px 5px;
    }
	
	.wpcf7-form .inq td input {
	    width: 100%;
    }
	
	.wpcf7-form .inq td textarea {
	    width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 368px) {
	.wpcf7-form .inq td .code-case {
	   display: block;
	   margin-left: 10px;
    }
	
	.wpcf7-form .inq td .your-code input {
       width: 185px;
    }
}

/*
 * お問い合わせページの調整（英語ページ）
 * */
.category-area {
	position: relative;
}

.item-number {
	position: absolute;
    top: 10%;
    left: 44%;
    width: 35%;
}

@media screen and (min-width: 1150px) {
	.item-number {
		left: 36%;
	}
}

/*
 * 会社概要ページの調整
*/
#other table.comp {
    border-collapse: separate;
    border-spacing: 20px 1px;
    width: 100%;
    line-height: 1.5;
    margin: 0 0 15px;
}

#other table.comp th {
	font-size: 16px;
    font-weight: bold;
    width: 130px;
    vertical-align: top;
}

#other table.comp th::before {
	background: none;
}

#other table td, #other table th {
	border: none;
	border-bottom: 2px solid #BBBBBB;
    padding: 15px 0;
}

#other a {
	color: #1B4898;
    text-decoration: underline;
}

/*
 * トップページの「新着製品」を4カラムに調整（横幅が760px以上のとき）
*/

@media (min-width: 760px){
   .-sidebar-on .-type-card.-pc-col3 .p-postList__item, .-sidebar-on .-type-thumb.-pc-col3 .p-postList__item {
       width: 25%;
   }
}


























