@charset "UTF-8";
/*ランディングページ専用*/
/*横幅480px未満の端末用スタイル*/

/*clearfixの設定*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
.cf {
    zoom:1;
}

/*
body{
	font-family:"Roboto Slab" , "Garamond" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}*/
article#column1.content{
	margin: 0 0 72px;
	width: 100%;
}

.contBox{
	width: 95.5%;
	margin: auto;
}
.cation{
	font-size: 85%;
	line-height: 18px;
	margin: 0;
}


/*パンクズ*/
#contents.bread{
	margin-bottom: 0;
}
#contents.bread ol{
	margin-bottom: 0;
}


/*キービジュアル*/
.keyVisual{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151517+36,000000+100 */
	background: #151517; /* Old browsers */
	background: -moz-linear-gradient(top, #151517 36%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #151517 36%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #151517 36%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151517', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.keyVisual .contBox{
	background: url(../images/lp/keyVisual.png) no-repeat right bottom;
	background-size: 100%;
	height: 480px;
	width: 100%;
}
.keyVisual .contBox h1{
	text-align: left;
	color: white;
	font-size: 200%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: -2px;
	padding: 50px 10px 0;
	margin: 0;
	text-align: center;
}
.keyVisual .contBox h1 br{
	display: none;
}


/*サンドブラスト加工例*/
.sandBrust{
	margin: 48px 0;
}
.sandBrust .cw{
	width: 100%
		
}
.sandBrust ul,
.sandBrust figure,
.sandBrust p{
	width: 100%;
}
.sandBrust ul:not(.other){
	float: none;
	width: 100%;
}
.sandBrust li{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	
}
.sandBrust li img{
	width: 60%;
}
.sandBrust li.ptChange{
	padding-top: 0;
}

.sandBrust h2{
	padding-bottom: 1em;
}
.sandBrust .other li{
	width: 50%;
	margin-bottom: 0;
}
/* 
.sandBrust .other .mtChange{
	margin-top: -20px;
}*/

/*名入れ商品のご注文ガイド*/
.guide{
	background-color: #d8d8d2;
	padding-bottom: 12px;
}
.guide h1{
	padding: 48px 0 0;
}
.guide h2{
	font-size: 170%;
	line-height: 2;
}
#column1 #guide h3{
	font-size: 18px;
	line-height: 1.5;
	border: none;
	margin: 0;
	padding: 12px 0 12px;
	letter-spacing: -0.5px;
}
.guide .contBox{
	text-align: left;
}
.guide .leftBox{
	width: 100%;
	float: none;
}
.guide .rightBox{
	width: 100%;
	float: none;
}
/*左段の設定*/
.guide .leftBox ol{
	padding-left: 0;
}
.guide .leftBox h2 span.guideNo{
	background-color: #c90c69;
	color: white;
	padding: 0 8px;
}
.guide .leftBox .box{
	float: none;
	background-color: #f5f5ed;
	width: 95%;
	height: auto;
	padding: 0 12px;
	margin: 0 auto;
}
.guide .leftBox .box p:not(.cation){
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -2px;
}
.guide .leftBox .boxA .cation,
.guide .leftBox .boxB .cation{
	padding-bottom: 12px;
	margin-bottom: 0;
}
.guide .leftBox .boxB{
	margin-top: 24px;
}

/*右段の設定*/
.guide .txt h2{
	background-color: #949087;
	text-align: center;
	color: white;
}
#guide .rightBox h3{
	padding-top: 6px;
	line-height: 24px;
}
#guide .rightBox h3.boxA,
#guide .rightBox h3.boxB{
	line-height: 36px;
}
.guide .txt ul{
	margin-top: 12px;
}
.guide .txt h3 br{
	display: none;
}
.guide .rightBox .fontEx{
	background-color: #f5f5ed;
	padding: 0 12px;
	margin-top: 24px;
}
#guide .rightBox .fontEx h3{
	line-height: 48px;	
}
.guide .rightBox .fontEx h3 br{
	display: block;
}
.guide .rightBox .fontEx a{
	font-size: 14px;
	color: #119dff;
	text-decoration: underline;
}
.guide .rightBox .fontEx li{
	width: 100%;
	margin:0 0 12px;
}
.guide .rightBox .fontEx li:nth-child(2n){
	width: 100%;
	margin:0 0 12px;
}
.guide .rightBox .fontEx li p{
	margin: 0;
}
/*下段の設定*/
.guide .txt.center{
	width: 100%;
	padding: 0 12px;
}
.guide .center{
	width: 100%;
	padding: 36px ;
}
.guide .center ul{
	float: none;
	width: 95%;
	margin: 0;
}
.guide .center ul:last-child{
	margin: 0;
}
.guide .center li{
	margin-bottom: 6px;
}


/*問い合せフォーム*/
.form{
	width: 95.5%;
	margin: auto;
}
.form h1{
	margin-top: 48px;
}
.form h1 br{
	display: inline;
}
.form h2{
	font-size: 150%;
	color: #d8004c;
}
.form form{
	margin-top: 48px;
}
.form form table th,
.form form table td{
	display: block;
}
.form form th.required::before{
	content: url(../images/lp/form_required_03.png);
	padding-right: 0;
	vertical-align: -5px;
}
.form form th.required label{
	padding-left: 6px;
}
.form form td span.list{
	display: block;
	padding: 12px 0 0;
 }
.form form th.noReq{
	padding-left: 0;
}
.form form th.noReq br{
	display: none;
}
.form form table{
	width: 100%;
	margin-left: 0;
}
.form form th{
	width: 90%;
	font-size: 130%;
	padding-bottom: 12px;
}
.form form td{
	text-align: left;
	width: 90%;
	padding: 0 0 36px;
}
.form form td span{
	padding-left: 6px;
}
.form form td select{
	height: 24px;
	border: 1px solid #ccb7b7;
}
.form form td input.longBox{
	width: 100%;
}
.form form td input:not(.data-file){
	border: 1px solid #ccb7b7;
	height: 24px;
}

.form form td textarea{
	border: 1px solid #ccb7b7;
	width: 100%;
}
.form from td .data-file{
	border-radius: 5px;
}
.form form td.data label{
	margin: 0 0 12px;
	width: 100%;
}
.form form td.data input.radio{
	float: left;
	width: 10%;
	margin: 0;
}
.form form td.data span{
	display: block;
	float: left;
	width: 85%;
}

.form form button{
	background-color: #6b625b;
	width: 50%;
	font-size: 150%;
	line-height: 2.5;
	color: white;
	border-radius: 5px;
	border: none;
}

.form form fieldset{
	width: 100%;
}

/*問い合せ　確認画面*/
h1.logo{
	background-color: white;
}
.zeromail table,
.zeromail th,
.zeromail td{
	border: none;
}
.zeromail span.error{
	background-color: white;
	line-height: 1;
	color: #e16c48;
	padding: 10px 0;
	margin: auto;
	width: 95.5%;
}
.zeromail span.confirm{
	padding: 10px 0;
	margin: 0 auto 48px;
	width: 95.5%;
}
.zeroh{
	background-color: white;
	font-size: 200%;
}
#container{
	width: 100%;
}

.confirm{
	margin-bottom: 48px;
}
.confirm form{
	width: 100%;
	margin: auto;
	padding-left: 0;
}
.confirm #confirm td{
	padding: 0 0 24px;
}
.confirm  form table th,
.confirm form table td{
	display: block;
}
.confirm form th{
	width: 100%;
	background-color: white;
	text-align: left;
	font-size: 130%;
	padding: 0 0 12px;
}
.confirm form td{
	vertical-align: middle;
	padding: 0 0 24px;
}
.confirm form .button button{
	background-color: #6b625b;
	width: 80%;
	font-size: 130%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	border: none;
	margin-bottom: 24px;
}
#myreset{
	background-color: #777;
	width: 50%;
	font-size: 100%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	vertical-align: bottom;
	margin-left: 0;
}
.confirm form .button button:hover{
	color: #333;
	background-color: #6b625b;
}

/*問い合せ　エラー*/
.error{
	width: 100%;
	margin: 0 auto;
}
.error h1{
	width: 100%;
	font-size: 200%;
}
.error .button button{
	background-color: #6b625b;
	width: 50%;
	font-size: 130%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	border: none;
	margin: 24px auto 48px;
}
.error .button button:hover{
	color: #333;
	background-color: #6b625b;
}
.error p{
	text-align: center;
}

/*問い合せ　送信完了*/
.completion{
	width: 100%;
}
#completion .success{
	background-color: white;
	border: none;
	width: 100%;
	margin: auto 0;
}

.completion .button{
	background-color: #6b625b;
	width: 80%;
	font-size: 130%;
	line-height: 3;
	border-radius: 5px;
	border: none;
	margin: 0 auto 48px;
}
.completion .button a{
	color: white;
}
.completion .button a:hover{
	color: #333;
}


#column1 h3 {
	font-size:150%;
}


section.sec3 p img {width:100%;    padding: 5px;}
