@media (max-width: 767px) {
	/* tag style
	-----------------------------------------------------------------------------*/
	select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
	table{font-size:inherit;font:100%;width:100%;}
	pre,code,kbd,samp,tt{
		font-family:monospace;
		line-height:100%;
	}
	pre {
		overflow: auto;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	.inq-others label{ display:block; }
	.inq-others br{ display:none; }


	/* color style
	-----------------------------------------------------------------------------*/
	.midashi-h2, .column-wrap h2{
		color:#ffffff;
		background: -moz-linear-gradient(top, #D3BC8A, #b56e01);
		background: -webkit-gradient(linear, left top, left bottom, from(#D3BC8A), to(#b56e01));
	}
	.search-result .midashi-h2 {
		background: -moz-linear-gradient(top, #fff, #f0f0f0);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		border: 1px solid #b0b0b0;
	}
	.search-result .midashi-h2 a {
		color: #666;
	}
	.btn,.btn_l{
		color: #B56E01;/*100%*/
		background: -moz-linear-gradient(top, #fae8cc, #f3c680);/*20%,50%*/
		background: -webkit-gradient(linear, left top, left bottom, from(#fae8cc), to(#f3c680));/*20%,50%*/
	}
	/*お申込み*/
	.btn_rem{
		color:#fff;
		background: -moz-linear-gradient(top, #F6921D, #F05A28);/*20%,50%*/
		background: -webkit-gradient(linear, left top, left bottom, from(#F6921D), to(#F05A28));/*20%,50%*/
		text-shadow:none;
	}
	/*お問い合わせ*/
	.btn_rem2, .btn_rem2:visited{
		color:#4D4D4D;
		background: -moz-linear-gradient(top, #FBF89B, #E8D22A);
		background: -webkit-gradient(linear, left top, left bottom, from(#FBF89B), to(#E8D22A));/*20%,50%*/
		text-shadow:none;
	}
	.btn_rem2:after{
		border-color:#4d4d4d !important;
	}
	/*買取条件*/
	.btn_rem3, .btn_rem3:visited{
		color:#fff;
		background: -moz-linear-gradient(top, #CC9396, #A3274B);
		background: -webkit-gradient(linear, left top, left bottom, from(#CC9396), to(#A3274B));
		text-shadow:none;
	}

	.snav_f{
		background:#F7F4E8;
	}
	.snav li {
		border-top: 1px solid #464646;
		border-bottom: 1px solid #464646;
	}
	.snav li:nth-child(2n-1){
		border-right:1px solid #464646;
		background: -moz-linear-gradient(top, #F6921D, #F05A28);/*20%,50%*/
		background: -webkit-gradient(linear, left top, left bottom, from(#F6921D), to(#F05A28));/*20%,50%*/
	}
	.snav li:nth-child(2n){
		border-left:1px #FFF ridge;
		background: -moz-linear-gradient(top, #FBF89B, #E8D22A);
		background: -webkit-gradient(linear, left top, left bottom, from(#FBF89B), to(#E8D22A));
	}
	.snav li:nth-child(2n-1) a{ color:#fff; }
	.snav li:nth-child(2n) a  { color:#4d4d4d; }
	.snav a:after {
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
	}
	.snav li:nth-child(2n) a:after{ border-color:#4d4d4d !important; }

	.foot-navi li,.foot-navi li a{
		color:#B56E01;/*100%*/
	}
	.foot-navi li{
		border-bottom:solid 1px #BFBFBF;
		background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	}
	#copy{
		background:#B56E01;/*100%*/
		color: #FFFFFF;
	}
	.midashi-h1{
		color:#B56E01;
		background: -moz-linear-gradient(top, #fae8cc, #f3c680);/*20%,50%*/
		background: -webkit-gradient(linear, left top, left bottom, from(#fae8cc), to(#f3c680));/*20%,50%*/
		text-shadow: 1px 1px 1px #fff;
	}
	.midashi-h3{
		color:#B56E01;
		/*background: -moz-linear-gradient(center top , #b2574d 0%, #f3c680 50%, #d39f99 51%, #fae8cc 100%) repeat scroll 0 0 transparent;*//*70%,50%,40%,20%*/
		text-shadow: 1px 1px 1px #999;
	}
	.box-deco{
		border:solid 1px #B56E01;/*100%*/
	}

	.top-itemlist02 li a,.link-box li a,.top-itemlist03 li a,.wpp-list li a{
		color: #B56E01;/*100%*/
		background: -moz-linear-gradient(top, #f4f4f4, #c3c3c3);
		background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c3c3c3));
	}
	.faq-box dt{
		color:#B56E01;/*100%*/
	}
	.voice-box{
		background: -moz-linear-gradient(top, #fae8cc, #fdf3e5);/*20%,10%*/
		background: -webkit-gradient(linear, left top, left bottom, from(#fae8cc), to(#fdf3e5));/*20%,10%*/
	}
	.voice-box h2{
		border-color:#B56E01;/*100%*/
		color:#B56E01;/*100%*/
		text-shadow: 1px 1px 1px #FFFFFF;
	}
	.voice-box p{
		border-bottom: 1px solid #B56E01;/*100%*/
		border-left: 1px solid #B56E01;/*100%*/
		border-right: 1px solid #B56E01;/*100%*/
	}

	/* structure
	-----------------------------------------------------------------------------*/
	#logo img{ width:98% !important }/*ロゴ寸法によりサイズ調整*/
	body{
		text-align:center;
		font:13px/1.4 arial,helvetica,clean,sans-serif;
		background:#fff;
		-webkit-text-size-adjust: none;
	}
	html body{
		color:#666;
	}
	#container{
		/*width:320px;
		margin:0 auto;*/
		background: #ffffff;
		text-align: left;
	}
	#contents{
		margin: 0 10px;
		font-size:120%;
	}
	#logo{
		text-align:center;
		padding:10px 0;
	}

	/*footer*/
	#footer{
		margin-top: 20px;
	}
	.foot-navi li{
		font-size: 1.4em;
	}
	.foot-navi li a{
		display:block;
		text-decoration:none;
		padding:10px 27px 10px 20px;
		line-height:28px;
		background:url(../../../../../sp/images/arrow-right2.png);
		background-repeat:no-repeat;
		background-position:97% 12px;
	}
	.snav_f{
		height:55px;
		margin-top:10px;
	}
	.snav li {
		position:relative;
		float:left;
		font-weight:bold;
		text-align:center;
		text-shadow:none;
	}
	.snav li:nth-child(2n-1){
		width:50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	.snav li:nth-child(2n){
		width:50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	.snav a{
		display:block;
		height:auto;
		padding:12px 13px 12px 0;
		clear:both;
		text-decoration:none;
	}
	.snav a:after {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		display: block;
		height: 4px;
		right: 10px;
		margin-top: -4px;
		position: absolute;
		top: 52%;
		width: 4px;
	}
	#copy{
		padding:10px 0;
		text-align: center;
		line-height: 1.4;
	}


	/* ↓↓202209 add */
	body{
		margin-top: 54px;
	}
	#l2-footer-fixnavi{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #fff;
		box-shadow: 0 -3px 3px rgba(0,0,0,0.1);
	}
	#l2-footer-fixnavi ul{
		display: table;
		width: 100%;
	}
	#l2-footer-fixnavi ul li{
		display:table-cell;
		/*width: 20%;*/
		width: 16.6666666%;
	}
	#l2-footer-fixnavi ul li a{
		width: 100%;
		display: block;
		font-size: 11px;
		text-align: center;
		padding: 6px 0;
		color: #666666;
		text-decoration: none;
	}
	#l2-footer-fixnavi .nav2 li a i{
		font-size: 26px;
	}


	.box-inner.footer-description{
		text-align: center;
		margin:0 auto;
		padding: 8px 0 ;
	}
	.footer-description a{
		color: #B56E01;
		text-decoration: none;
	}

	/* ↑↑　202209 add */


	/* module
	-----------------------------------------------------------------------------*/
	.wp-pagenavi{
		text-align:center;
		margin-bottom:30px;
		line-height:2;
	}
	.wp-pagenavi span,.wp-pagenavi a{ display:inline-block;padding-top:0 !important;padding-bottom:0 !important }

	.fl-lt,.imgL,.fl-rt,.imgR{ float:none !important }
	.img-f{
		width:100%;
		height:auto;
	}
	.img-p80{ width:80%; }
	.img-p50{ width:50%; }
	.list-p li{
		margin-left:30px;
		list-style:disc outside;
	}
	/*button*/
	.btn{
		position: relative;
		margin:5px 0;
		padding:5px 24px 5px 12px;
		display: inline-block;
		font-size: 120%;
		font-weight:bold;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.btn:after{
		border-right: 2px solid #FFF;
		border-top: 2px solid #FFF;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		display: block;
		height: 8px;
		right: 8px;
		margin-top: -4px;
		position: absolute;
		top: 50%;
		width: 8px;
	}
	.btn_l{
		width: 80%;
		font-size: 140%;
		position: relative;
		margin: 9px 0;
		padding: 5px 24px 5px 12px;
		display: inline-block;
		font-weight: bold;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.btn_l:after{
		border-right: 2px solid #FFF;
		border-top: 2px solid #FFF;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		display: block;
		height: 8px;
		right: 8px;
		margin-top: -4px;
		position: absolute;
		top: 50%;
		width: 8px;
	}


	.wpp-list li {
		margin-bottom: 0;
	}
	.top-itemlist02 li a,.link-box li a, 
	.wpp-list li a{
		margin:5px 0;
		padding:5px 12px;
		display: inline-block;
		font-weight:bold;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-shadow: 1px 1px 1px #fff;
	}
	.top-itemlist03 li a{
		display: inline-block;
		font-weight:bold;
		margin:0 0 10px;
		padding:5px 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-shadow: 1px 1px 1px #fff;
	}

	/*font*/
	.midashi-h1, .column-wrap h1{
		font-size:22px;
		line-height:1.2;
		font-weight:bold;
		margin:20px 0;
		padding:8px 8px 8px 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.midashi-h2, .column-wrap h2{
		font-size:140%;
		line-height:1.2;
		font-weight:bold;
		margin:0 0 10px;
		padding:5px 0 0;
		padding:5px 5px 5px 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-align: left;
	}
	.midashi-h3, .column-wrap h3{
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 0 10px;
		padding: 3px;
		text-align:center;
	}
	.column-wrap h3 {
		color:#E88D01;
		border-bottom:dotted 2px #777;
	}

	.column-wrap h4{
		font-weight:bold;
		font-size: 1.2em;
		margin: 0 0 10px;
	}
	.column-wrap p {
		margin-bottom: 20px;
	}

	/* search box */
	.search-box table{
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border: none;
	}
	.search-box table th{
		border: none;
		background: none;
		padding: 0;
		font-weight:normal;
		text-align:left;
	}
	.search-box table td{
		border: none;
		background: none;
		padding: 0;
		font-weight:normal;
		text-align:left;
	}


	/* 個別ページ
	-----------------------------------------------------------------------------*/
	/*home*/
	#top-itemlist li{
		text-align:center;
		margin:0 0 15px;
		padding:0 0 15px;
		border-bottom:dotted 1px #ccc;
	}
	#top-itemlist li p.button{
		margin-top:10px;
	}
	#top-itemlist li .price{
		color:#f00;
		font-weight:bold;
		margin-top:5px;
		font-size:1.6em;
	}

	.search-box table {
		font-size: 120%;
	}

	/*welcome*/
	.welcome-intro{
		margin:0 0 30px;
	}
	.welcome-intro h2 img{
		width:80%;
	}
	.welcome-intro p img{
		display:block;
		margin:0 0 10px;
	}

	/*voice*/
	.voice-box{
		border-radius: 10px 10px 10px 10px;
		clear: both;
		content: "";
		display: block;
		margin: 0 10px 15px;
	}
	.voice-box h2{
		border-style: solid;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-width: 1px;
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 21px;
		padding: 7px 0 3px 11px;
	}
	.voice-box p{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 7px 10px 10px;
	}
	.voice-box p:after {
		clear: both;
		content: "";
		display: block;
	}
	.voice-box p > li:after {
		clear: both;
		content: "";
		display: block;
	}
	.voice-box ol.list-p {
		list-style: decimal outside none;
		padding-left: 32px;
	}
	.voice-box ol.list-r {
		list-style: lower-roman outside none;
		padding-left: 32px;
	}
	.voice-box ol.list-a {
		list-style: lower-alpha outside none;
		padding-left: 32px;
	}
	.voice-box .imgL {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #C9AA66;
		float: left;
		height: auto;
		margin: 0 10px 0 0;
		padding: 5px;
		width: 75px;
	}
	.voice-box .info {
		overflow: hidden;
	}
	.voice-box .hideinfo {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #C9AA66;
		border-radius: 10px 10px 10px 10px;
		margin: 5px 2px 1px;
		padding: 10px;
	}

	/*module*/


	p.mediasel{
		padding:6px 0;
		background-color:#FFF;
		text-align:center;
		border-bottom:solid 1px #ADADAE;
	}
	p.mediasel a{
		text-decoration:underline;
	}
	p.mediasel a:hover{
		text-decoration:none;
	}
	#copyright{
		height:40px;
		line-height:40px;
		text-align:center;
		color:#ffffff;
		background:#009A46;
	}

	.px10{ font-size:10px; }
	.red{ color:#f00; }
	.brown{ color:brown; }
	/*button*/
	.button02{
		width: 300px;
		margin: 0;
		font-size:1.2em;
		padding: 5px 8px;
		background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));	
		border: 1px #F27300 solid;
		color: #FFF;
		-webkit-appearance: none;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 0 2px 2px #CCC;
		text-shadow: 1px 2px 3px #C45C00;
		font-weight:bold;
	}
	.anchor{
		text-align:right;
		margin:0 10px;
	}
	.anchor a{
		margin:5px 0;
		padding:5px 12px;
		display: inline-block;
		color: #014834;
		font-weight:bold;
		background: -moz-linear-gradient(top, #f0f8e9, #f0f8e9);
		background: -webkit-gradient(linear, left top, left bottom, from(#f0f8e9), to(#f0f8e9));
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #E4D4B2;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.6);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.6);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.6);
		text-shadow:
			0px -1px 0px rgba(000,000,000,1),
			0px 1px 0px rgba(255,255,255,0.2);
	}

	/*line*/
	.line{ border-bottom:dotted 1px #000; }

	/*box*/
	.box{
		width: 96%;
		margin:0 auto 30px;
		overflow:hidden;
	}
	.box dl {
		line-height: 1.33;
	}
	.box dl dt {
		font-weight: bold;
	}
	.box dl dd {
		border-bottom: 1px solid #CCCCCC;
		margin: 0 0 15px;
		overflow: hidden;
		padding: 0 0 10px 20px;
	}
	.box input,.box textarea{
		width: 100%;
	}
	.box input[type="checkbox"]{
		width:auto;
	}
	.box input.zip{
		width: 30%;
	}
	.box input.auto{
		width:auto;
	}
	.box-deco{
		margin:0 10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:#fff;
		content: "";
		display: block;
		clear: both;
		padding:8px;
	}
	.box-deco h2{
		font-weight:bold;
		text-align:center;
		padding:5px;
		background:#FFCCCC;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		margin:0 0 5px;
	}
	.box-deco .box-inner:after{
		content: "";
		display: block;
		clear: both;
	}
	.box-deco .box-inner > li:after{
		content: "";
		display: block;
		clear: both;
	}

	.box-report{
		margin:0 10px 15px;
		padding:0 0 15px;
		border-bottom:dotted 1px #000;
		text-align:center;
	}
	.box-topics{
		overflow:hidden;
	}


	.kome{
		padding-left:1em;
		text-indent:-1em;
	}
	.table-deco{
		border-collapse:collapse;
		border-spacing:0;
		border:solid 1px #C9AA66;
	}
	.table-deco th{
		border:solid 1px #C9AA66;
		background:#F6F3EA;
		padding:4px;
		text-align:center;
	}
	.table-deco td{
		border:solid 1px #C9AA66;
		background:#fff;
		padding:4px;
		text-align:left;
	}


	/* Javascript
	-----------------------------------------------------------------------------*/
	/* spry */
	input.hissu{ background:#ffeeef; }
	.textfieldRequiredMsg, 
	.textfieldInvalidFormatMsg, 
	.textfieldMinValueMsg,
	.textfieldMaxValueMsg,
	.textfieldMinCharsMsg,
	.textfieldMaxCharsMsg,
	.textfieldValidMsg,
	.textareaRequiredMsg,
	.textareaRequiredMsg,
	.radioRequiredMsg, .radioInvalidMsg,
	.selectRequiredMsg, .selectInvalidMsg{
		display: none;
	}
	.textfieldRequiredState .textfieldRequiredMsg, 
	.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
	.textfieldMinValueState .textfieldMinValueMsg,
	.textfieldMaxValueState .textfieldMaxValueMsg,
	.textfieldMinCharsState .textfieldMinCharsMsg,
	.textfieldMaxCharsState .textfieldMaxCharsMsg,
	.textareaRequiredState .textareaRequiredMsg,
	.radioRequiredState .radioRequiredMsg,
	.radioInvalidState .radioInvalidMsg,
	.selectRequiredState .selectRequiredMsg,
	.selectInvalidState .selectInvalidMsg{
		display: block;/*(06)*/
		color: #ff0000;
		padding-left:5px;
		font-weight:bold;
		padding-left:23px;
		background:url(/images/common/icon-error.gif) no-repeat 5px center;
	}
	label.error{
		display: block;/*(06)*/
		color: #ff0000;
		padding-left:5px;
		font-weight:bold;
	}
	.textfieldValidState input, input.textfieldValidState,
	.selectValidState select, select.selectValidState{
		background-color: #F0F8FF;/*(07)*/
	}
	input.textfieldRequiredState, .textfieldRequiredState input, 
	input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
	input.textfieldMinValueState, .textfieldMinValueState input, 
	input.textfieldMaxValueState, .textfieldMaxValueState input, 
	input.textfieldMinCharsState, .textfieldMinCharsState input, 
	input.textfieldMaxCharsState, .textfieldMaxCharsState input {
		background-color: #fbe7da;
	}
	.textfieldFocusState input, input.textfieldFocusState {
		background-color: #FFFFCC;/*(09)*/
	}
	.textfieldFlashText input, input.textfieldFlashText {
		color: red !important;
		padding-left:5px;
	}
	.textareaValidState textarea, textarea.textareaValidState {
		background-color: #F0F8FF;
	}
	textarea.textareaRequiredState, .textareaRequiredState textarea, 
	textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
	textarea.textareaMaxCharsState, .textareaMaxCharsState textarea,
	select.selectRequiredState, .selectRequiredState select,
	select.selectInvalidState, .selectInvalidState select{
		background-color: #fbe7da;
	}
	.textareaFocusState textarea, textarea.textareaFocusState,
	.selectFocusState select, select.selectFocusState{
		background-color: #fbe7da;
	}
	/* spry confirm */
	.confirmRequiredMsg, 
	.confirmInvalidMsg, 
	.confirmValidMsg {
		display: none;
	}
	.confirmRequiredState .confirmRequiredMsg,
	.confirmInvalidState .confirmInvalidMsg
	{
		display: inline;
		color: #CC3333;
		border: 1px solid #CC3333;
	}
	.confirmValidState input, input.confirmValidState {
		background-color: #B8F5B1;
	}
	input.confirmRequiredState, .confirmRequiredState input, 
	input.confirmInvalidState, .confirmInvalidState input
	{
		background-color: #FF9F9F;
	}
	.confirmFocusState input, input.confirmFocusState {
		background-color: #FFFFCC;
	}
	.post .sh2,.post .single-post-meta-top{
		display:none;
	}

	/*wp_social_bookmark_light*/
	.wp_social_bookmarking_light{
		border: 0 !important;
		padding: 10px 0 20px 0 !important;
		margin: 0 !important;
	}
	.wp_social_bookmarking_light div{
		float: left !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 5px 0px 0 !important;
		min-height: 30px !important;
		line-height: 18px !important;
		text-indent: 0 !important;
	}
	.wp_social_bookmarking_light img{
		border: 0 !important;
		padding: 0;
		margin: 0;
		vertical-align: top !important;
	}
	.wp_social_bookmarking_light_clear{
		clear: both !important;
	}
	#fb-root{
		display: none;
	}
	.wsbl_twitter{
		width: 100px;
	}
	.wsbl_facebook_like iframe{
		max-width: none !important;
	}
	.wp-pagenavi{ margin:30px 0; }

	/* 確認画面アップセル対応（16.02.17）*/
	.inq-cf{
		margin-top:60px;
	}
	.inq-cf p{
		margin:0 0 40px;
	}
	.inq-cf img,.inq-cf input[type="image"]{
		width:100%;
	}
	.inq-cf .cart1{
		text-align:center;
	}
	.inq-cf input.submit1{
		width:80%;
	}
	.inq-cf .cart2 .att{
		text-align:center;
		font-weight:bold;
		color:#f00;
	}

	/* LP対応 (16.04.26)*/
	.lp-header{
		background:#FFF5E6;/*要変更！*/
		font-size:9px;
		padding:1em;
		line-height:11px;
		text-align:left;
	}
	table.table1 {
		width:100%;
		border-top:1px solid #e88d01;
		border-right:1px solid #e88d01;
		background:#fff;
		border-collapse:collapse;
		border-spacing:0;
	}
	table.table1 th{
		border-left:1px solid #e88d01;
		border-bottom:1px solid #e88d01;
		padding: 10px 5%;
		width: auto;
		display: block;
		color:#fff;
		background:#e88d01;
	}
	table.table1 td{
		border-left:1px solid #e88d01;
		border-bottom:1px solid #e88d01;
		text-align:left;
		padding: 10px 5%;
		width: auto;
		display: block;
		background:#fff;
	}
	table.table1 td p{ padding:0;margin:0 0 5px; }
	table.table1 td p.kome{ margin-left:1em; }
	table.table1 td textarea{
		width: 100%;
	}
	table.table1 td input[type="text"],table.table1 td input[type="tel"],table.table1 td input[type="email"],table.table1 td select,table.table1 td label{
		display:block;
		/*padding:8px;*/
		margin:5px 0;
	}
	.wpcf7 .box table{
		width:100%;
		border:1px solid #FEBB55;/*要変更！*/
		border-collapse:collapse;
		border-spacing:0;
	}
	.wpcf7 .box table th{
		border:1px solid #FEBB55;/*要変更！*/
		background:#D9EDE1;
		padding: 3px;
		font-weight:normal;
		text-align:left;
	}
	.wpcf7 .box table td{
		border:1px solid #FEBB55;/*要変更！*/
		background:#fff;
		padding: 3px;
		text-align:left;
		line-height:1.4;
	}
	.wpcf7 h2 img{
		width:100%;
	}
	.wpcf7 .hissu{
		display:inline-block;
		padding:0.2em;
		border-radius:3px;
		font-size:14px;
	}
	.wpcf7 .lp-caption{
		text-align:right;
		margin:10px 0;
	}
	.wpcf7 .lp-caption .hissu{
		color:#E73D28;
		text-align:right;
	}
	.wpcf7 table .hissu{
		margin-left:0.5em;
		color:#fff;
	}
	.wpcf7 p.submit{
		text-align:center;
		margin:30px 0 0;
	}
	.wpcf7 table input[type="radio"]{
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-right:0.5em;
	}
	.wpcf7 table .wpcf7-list-item{
		display:block;
		margin:0 0 0.5em;
	}
	.wpcf7 table input[type="text"],.wpcf7 table input[type="tel"],.wpcf7 table input[type="email"],.wpcf7 table select,.wpcf7 table textarea{
		padding: 10px 8px 10px 8px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		height:34px;
		box-sizing: border-box;
		width: 100%;
	}
	.wpcf7 table textarea{
		width: 100%;
		height:auto;
	}
	.wpcf7 table select{
		display:inline-block !important;
		max-width:90%;
	}
	.wpcf7 .submit{
		text-align:center;
	}
	.wpcf7 .submit input{
		display:block;
		text-indent: 120%;
		white-space: nowrap;
		overflow:hidden;
		margin:0 auto;
		background:url(/images/lp-sp/btn2.png) no-repeat left top;
		background-size:contain;
		width: 100%;
		height:48px;
		cursor:pointer;
		border:none;
		padding:0;
	}
	.buttonimg{
		text-align:center;
	}
	.buttonimg li{
		margin:20px 0;
	}
	.buttonimg img{
		width:100%;
	}
	#article-box{
		margin-bottom:0;
	}
	.btn_rem4{
		color:#fff;
		background:#e88d01;
		text-shadow:none;
	}
	.btn_rem4:after{
		display:none;
	}
	.top-lp-box img{
		width:100%;
	}
	.top-lp-box .submit img{
		width:auto;
	}
	#article-box p {
		margin: 0 0 1em;
	}

	/* lp */
	.lp-layout {
		width: 100% !important;
	}

	.lp-inner {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		text-align: left;
	}
	.main-visual {
		margin: 0 auto 30px;
	}

	.lp-contents h2 {
		margin-bottom: 20px;
		padding: 0.5em 0.8em;
		color: #494949;
		background: #fffaf4;
		border-left: 9px solid #E88D01;
		font-size: 1.6em;
		font-weight: bold;
	}
	.lp-contents h3 {
		margin-bottom: 20px;
		padding: 0.1em;
		background: linear-gradient(transparent 70%, #E88D01 70%);
		font-weight:bold;
		font-size: 1.6em;
		text-align: center;
	}
	.lp-contents h4 {
		margin-bottom: 20px;
		color:#E88D01;
		border-bottom:dotted 2px #777;
		font-weight:bold;
		font-size: 1.6em;
	}
	.lp-contents p {
		margin-bottom: 20px;
	}


	/* form
	-----------------------------------------------------------------------------*/
	form .box-inquiry input[type="image"] {
		width: 100%;
	}
}
