@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
*/

/* 追加CSS
------------------------------------- */
.full_width {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.small {
	font-size: 87%;
	line-height: 1.5;
}

.w-500 {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.w-600 {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.w-700 {
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w-724 {
	width: 100%;
	max-width: 724px;
	margin-right: auto;
	margin-left: auto;
}

.w-800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/* swell上書き
------------------------------------- */
/* コンテンツトップ余白 */
.l-content {
	padding-top: 3em
}

/* ヘッダー */
.l-header__logo {
	padding-top: 15px !important;
	padding-bottom: 12px !important;
}

@media (max-width: 960px) {
	.l-header__inner,
	.l-fixHeader__inner {
		padding: 0;
		height: 65px;
	}
}

/* ヘッダーロゴ */
.c-headLogo a {
	margin-top: -5px;
	width: 154px;
	height: 56px;
	background-image: url(img/logo_header.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 960px) {
	.c-headLogo a {
		height: 56px;
	}
}

/* グローバルナビサブテキスト */
.c-smallNavTitle {
	font-size: 12px;
	opacity: .7
}

/* スマホメニュー 幅・スピード*/
.p-spMenu__inner {
	width: 400px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 500px) {
	.p-spMenu__inner {
		width: 80%;
	}
}

/* パンくずフォントサイズ */
.p-breadcrumb__text {
	font-size: 13px;
}

/* 記事一覧リスト */
.-type-card .c-postThumb__figure {
	xoutline: 1px solid red;
}
.-type-card .c-postThumb__figure img {
	max-width: 56% !important;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.-type-card .p-postList__title {
	margin-bottom: 8px;
	text-align: center;
	padding: 0 1.4em;
}
.-type-card .p-postList__body {
	padding-top: 0.5em !important;
	text-align: center;
}
.-type-card .p-postList__item:hover .p-postList__body {
	opacity: 1;
}
.x-type-card  .p-postList__body::after {
	padding: 5px 20px;
	content: "詳細はこちら »";
	font-size: 0.87em;
	outline: 1px solid #333;
	border-radius: 100vh;
}

/* 投稿ページタイトル */
.c-postTitle .c-postTitle__ttl {
	position: relative;
	padding: .2em 0.5em;
	border-bottom: 1px solid #ddd;
}
.c-postTitle .c-postTitle__ttl::before {
	position: absolute;
	top: auto;
	bottom: -1px;
	left: 0;
	content: "";
	width: 240px;
	height: 1px;
	border: none;
	background-color: var(--color_main);
}
@media (max-width: 600px) {
	.c-postTitle .c-postTitle__ttl::before {
		width: 50vw;
	}
}

/* カテゴリーページサブタイトル */
.c-pageTitle__subTitle {
	display: none;
}

/* タブブロック文字色 */
.c-tabList__button[aria-selected=false] {
	opacity: 0.9 !important;
}

/* テーブル
------------------------------------- */
.post_content .td_to_th_ tbody tr>:first-child,
.post_content tbody th {
	font-weight: normal;
	width: 30%;
	border-left: none !important;
}
.wp-block-table td {
	border-right: none !important;
}
.wp-block-table td {
	padding-top:  0.8em;
	padding-bottom: 0.8em;
	border-color: #ccc !important;
}
.post_content .th-auto.td_to_th_ tbody tr>:first-child,
.post_content .th-auto tbody th {
	width: auto;
}


/* トップページ
------------------------------------- */
/*
.home .l-content {
	padding-top: 30px !important;
}
.p-mainVisual__inner {
	max-width: 1100px;
	margin: 0 auto;
}
*/


/* 商品ページ
------------------------------------- */

.item_page .post_content {
	margin-top: 2em;
}
.item_page .post_content .td_to_th_ tbody tr>:first-child {
	width: 15%;
}
.item_page .post_content .th-30.td_to_th_ tbody tr>:first-child {
	width: 30%;
}
.item_page .c-postTitle__date {
	display: none !important;
}
.item_page .p-postList__times {
	display: none !important;
}

/* ------------------------- */

.item_cat_list .ttl {
	display: inline-block;
	margin: 0 0 2em 1.5em;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 3em 0.1em 0;
	border-bottom: 2px solid #2F69B5;
}
.item_cat_list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.item_cat_list ul li {
	width: 33%;
	margin: 0 0 20px;
	padding: 0 10px;
	text-align: center;
}
.item_cat_list ul li a {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}
.item_cat_list ul li a:hover {
	opacity: 0.8;
}
.item_cat_list ul li a .photo {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 0.5em;
}
.item_cat_list ul li a .photo.noimg {
	background-color: #f7f7f7;
}
@media (max-width: 600px) {
	.item_cat_list ul li {
		width: 50%;
	}
}
@media (max-width: 360px) {
	.item_cat_list ul li a .photo {
		width: 41.7vw;
		height: 41.7vw;
		margin: 0 auto 0.5em;
	}
}

/* ------------------------- */

.item_page .p-termHead {
	display: block;
	border: none !important;
}
.item_page .p-termHead__desc {
	display: none !important;
}
.term-resin-material .p-termContent,
.term-cat-resin .p-termContent,
.term-cat-shape .p-termContent,
.term-wiring-material .p-termContent {
	display: none !important;
}
.term-cat-resin .item_cat_list .ttl,
.term-cat-shape .item_cat_list .ttl {
	display: none !important;
}


/* ------------------------- */

.item_page .p-postList.-type-card .p-postList__item {
	margin-bottom: 1em;
}
.item_page .p-postList.-type-card .p-postList__item a {
	display: flex;
	align-items: center;
}
.item_page .p-postList.-type-card .p-postList__item .p-postList__thumb {
	flex-basis: 55px;
}
.item_page .p-postList.-type-card .p-postList__item .p-postList__body {
	flex: 1;
}
.item_page .p-postList.-type-card .p-postList__item .p-postList__title {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.item_page .p-postList.-type-card .p-postList__item .c-postThumb__figure img {
	max-width: 100% !important;
}
.item_page .p-postList.-type-card .p-postList__item .c-postThumb__figure:before {
	padding-top: 55px !important;
}



.material_features_list .wp-block-pages-list__item {
	display: none;
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor {
	display: block;
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor a {
	display: none;
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor .wp-block-pages-list__item {
	display: block;
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor .wp-block-pages-list__item {
	margin: 0;
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor .wp-block-pages-list__item a {
	padding: 0.6em 0.5em 0.4em;
	border-bottom: 1px solid #ddd;
	color: inherit;
	display: block;
	line-height: 1.4;
	text-decoration: none
}
.material_features_list .wp-block-pages-list__item.current-menu-ancestor .wp-block-pages-list__item a:hover {
	background-color: var(--swl-color_hov_gray)
}
.material_features_list .post_content ul {
	padding: 0;
}
.material_features_list .post_content ul ul {
	padding: 0;
}


/* プライバシーポリシー
------------------------------------- */
.list-disc {
	list-style-type: disc !important;
}
ul.list-kakko {
	padding-left: 1.8em !important;
}
ul.list-kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.list-kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------- */

.privacy .lead {
	margin-bottom: 2em;
}
.privacy section {
	margin-bottom: 2em;
	padding-left: 0.5em;
}
.privacy h2 {
	margin: 0 0 0.5em -0.5em;
	padding: 0;
	font-size: 1.15rem;
	background: none;
	color: #333;
}
.privacy h2::before {
	display: none;
}
.privacy ol {
	margin: 0.8em 0 !important;
}
.privacy ol li {
	margin-bottom: 0.5em !important;
}
.privacy ul {
	margin: 0.8em 0 !important;
}
@media(max-width:600px) {
	.privacy section {
		padding-left: 0;
	}
	.privacy h2 {
		margin: 0 0 0.5em 0;
	}
}


/* Contact Form 7
------------------------------------- */
.inquiry {
	max-width: 700px !important;
	margin: 25px auto 10px;
}
.inquiry th {
	width: 35% !important;
	padding: 12px 15px;
	text-align: left;
	font-size: 16px;
	color: #444;
	font-weight: normal !important;
	vertical-align: middle;
	background: #f7f7f7;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}

@media(max-width:650px) {
	.inquiry th {
		padding: 5px 10px;
	}
	.inquiry td {
		padding: 10px 0;
	}
	.inquiry th,
	.inquiry td {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
}

/* ------------------------- */

#inquiry_btn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 290px;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	border: none;
}
#inquiry_btn:hover {
	background: #fff;
	color: #000;
	outline: 1px solid #000;
}
.inquiry .required {
	margin-right: 4px;
	padding: 1px 3px;
	font-size: 0.65em;
	background: #ec4c62;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}
.inquiry .content {
	height: 150px;
}
.inquiry input {
	width: 100%;
	max-width: 400px;
	margin-right: 0.3em;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry .wpcf7-checkbox input,
.inquiry .wpcf7-radio input {
	width: auto;
	margin-right: 0;
}
.inquiry .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0.5em;
}
.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry select {
	background-color: #fff;
}
.inquiry .address .zipcode {
	width: 7em !important;
	margin: 0 1.5em 0.7em 0.4em;
}
.inquiry .address .pref {
	margin-left: 0.4em;
}
.inquiry .address .city {
	margin-bottom: 0.7em;
}

/* Blue */
.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #666;
	color: #666;
	border-radius: 3px;
}
/* Green */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Red */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Orange */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Yellow */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}

/* ------------------------- */

