@charset "UTF-8";
/*
Template:forpure
Theme Name:forpure-child
Theme URI:https://www.forpure.com/
Description:forpure
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.15
*/


/* フォーム
------------------------------------------------------------*/
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: #f6c560;
	  border: 0;
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  line-height: 1.5;
	  font-size: 120% !important;
	  color: #fff;
	  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;
	}
	#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: #f6c560 !important;
	}
	.wpcf7 .wpcf7-submit:hover {
			background-color: #f4a300 !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;
	}
	.post_content table td {
		border: 0;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		padding: 10px;
		vertical-align: middle;
		text-align:left;
	}
	.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 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;
	}
	
	/*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) {
			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;
			}
	}
	
	
	.post_content .style4a,
	.post_content .style5a {
			margin-top: 30px !important;
	}
	
.p-footer-images {
/*   height: 200px; */
/*   width: 90%; */
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 1) 10%, rgba(233, 240, 250, 1))!important;
}


/* 20240805 */
/* ------------------商品説明------------------ */
/* 見出し左揃え */
h2.styled_h2{
	text-align:left!important;
}

/* 画像サイズ */
.p-body img{
	width:100%;
	height:auto;
}
img.img08{
	height:100%;
	width:auto;
}


/* ----------------------- SHOP ------------------ */
.p-product-badge.new{
	background:background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
	
}

/* クリアボタン　非表示*/
a.reset_variations{
	display:none!important;
}

/* 商品お買い物かご→入れたあと */

.woocommerce-message::before{
	color:#a8caf0 !important
}

.woocommerce-message{
	border-top-color: #a8caf0 !important;
}

/* お問い合わせボタンホバー */
.yubin.wpcf7c-elm-step1:hover{
	opacity:0,7;
	background:#B2C2DE;
}

/* ソーシャルボタン非表示 */
.p-social-nav {
	display:none;
}