/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
#mainimg{
	max-width: 1280px;
	position: relative;
}
#mainimg img{
	width: 100%;
	height: auto;
}
#mainimg .main_ttl{
	position: absolute;
	top: 50%;
	left: 35%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 649px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border: 0;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.slider_box { 
	position: relative; 
	padding: 0px; 
	z-index: 1;
}
@media screen and (max-width: 1000px) {
#mainimg .main_ttl{
	position: absolute;
	top: 50%;
	left: 50%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 400px;
}
}
@media screen and (max-width: 768px) {
#mainimg .main_ttl{
	position: absolute;
	top: 50%;
	left: 50%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 200px;
}
}
#top section{
	padding-top: 70px;
	padding-bottom: 70px;
}
#top h2.top_ttl{
	font-size:2.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	color: #000;
}
#top h3.top_ttl02{
	font-size:2.1rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
	color: #000;
}
#top p.top_cap{
	font-size:2.1rem;
	text-align: center;
	margin-bottom: 50px;
	color: #000;
	line-height: 2;
}
.facebook{
	margin: 0 auto;
	max-width: 500px;
}
@media screen and (max-width: 768px) {
#top section{
	padding-top: 40px;
	padding-bottom: 40px;
}
#top h2.top_ttl{
	font-size:2.0rem;
}
#top h3.top_ttl02{
	font-size:1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
	color: #000;
}
#top p.top_cap{
	font-size:1.6rem;
	text-align: center;
	margin-bottom: 50px;
	color: #000;
	line-height: 1.5;
}	
}
/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
.bg_content{
	background-image:url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	padding: 60px 30px;
	background-size: cover;
}
#sub_ttl{
	padding: 10px 0 ;
background: #ca7528; /* Old browsers */
background: -moz-linear-gradient(top,  #ca7528 0%, #49310e 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ca7528 0%,#49310e 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ca7528 0%,#49310e 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7528', endColorstr='#49310e',GradientType=0 ); /* IE6-9 */
}
#sub_ttl p.sub_ttl-en{
	text-transform: uppercase;
	color: #e9c77f;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
}
#sub_ttl h2.sub_ttl-jp{
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	text-align: right;
	padding-top: 5px;
}
#sub_img{
	background-image: url(../images/main_img02.jpg);
	height: 560px;
	text-align: center;
}
#sub_img p{
	padding-top: 400px;
}
@media screen and (max-width: 768px){
.bg_content{
	background-image:url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 40px 20px;
}	
#sub_ttl p.sub_ttl-en{
	font-size: 2.4rem;
}
#sub_ttl h2.sub_ttl-jp{
	font-size: 1.4rem;
	padding-top: 5px;
}
#sub_img{
	background-position: bottom;
	height: 200px;
	text-align: center;
}
#sub_img p{
	padding-top: 80px;
	width: 80%;
	margin: 0 auto;
}	
}
/*--------------------------------
	ページ上ナビボタン
*/
ul.cat_list{
	text-align: center;
	margin-bottom: 40px;
}
ul.cat_list li{
	display:inline-block;
	vertical-align: middle;
}
ul.cat_list li a{
	display: block;
	padding:0 1.5em;
	font-size:2.1rem;
	text-align:center;
	color:#878787;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 500;
}
ul.cat_list li a:hover{
	color:#0066d0;
	text-decoration:none;
}
ul.cat_list li a.current{
	color:#0066d0;
	text-decoration:none;
}
@media screen and (max-width: 768px){
	ul.cat_list{
	margin-bottom: 30px;
}
	ul.cat_list li a{
	font-size:1.7rem;
	padding:0.2em 0.7em	
}
}
/*--------------------------------
	共通の見出し
*/
.sub_midashi{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-align: center;
	margin-bottom: 40px;
	font-size: 3.6rem;
	line-height: 1;
}
@media screen and (max-width: 768px){
.sub_midashi{
	margin-bottom: 20px;
	font-size: 2.4rem;
}
}
/*--------------------------------
	キャプション
*/
.read{
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 40px!important;
}
.txt_box{
	border-left: 6px solid #ffa200;
	padding-left: 10px;
	max-width: 85%;
	margin: 0 auto 40px auto;
}
.txt_box p{
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
.read{
	margin-bottom: 20px!important;
}	
.txt_box{
	margin-bottom: 30px;
	max-width: 100%;
	font-size: 1.4rem;
}
}
/*--------------------------------
	スタイル
*/
ul.txt_list{
	margin-bottom: 20px;
}
ul.txt_list li{
	line-height: 2;
	text-indent: -1em;
    margin-left: 1em;
}
ul.txt_list li::before{
	content:  "";     /* 空の要素作成 */
    width:  13px;               /* 幅指定 */
    height:  13px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #b9783c;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
/*--------------------------------
	電話番号
*/
.tel{
	font-size: 180%;
	font-family: 'Roboto', sans-serif;
	line-height: 1!important;
	font-weight: 700;
	font-style: italic;
	color: #4C4C4C;
}

/*--------------------------------
	テーブル01
*/
table.gaiyo{
	width:100%;
	font-size: 1.8rem;
}
table.gaiyo tr th{
	width:25%;
	padding:0.94em 0;
	border-top:1px solid #d68013;
	border-bottom:1px solid #d68013;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: middle;
	text-align:center;
}
table.gaiyo tr td{
	width:75%;
	padding:0.94em 0.5em;
	border-top:1px solid #d68013;
	border-bottom:1px solid #d68013;
	text-align:left;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 2;
}
@media screen and (max-width: 768px){
	table.gaiyo{
		font-size: 1.6rem;
	}
}

/*--------------------------------
	テーブル02
*/
table.gaiyo02{
	width:100%;
	font-size: 1.8rem;
}
table.gaiyo02 tr th{
	width:25%;
	padding:0.94em 0;
	border-top:1px solid #4e6aff;
	border-bottom:1px solid #4e6aff;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: middle;
	text-align:center;
}
table.gaiyo02 tr td{
	width:75%;
	padding:0.94em 0.5em;
	border-top:1px solid #4e6aff;
	border-bottom:1px solid #4e6aff;
	text-align:left;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 2;
}
@media screen and (max-width: 768px){
	table.gaiyo02{
		display:block;
		width:100%;
		font-size: 1.6rem;
	}
	table.gaiyo02 tbody,
	table.gaiyo02 tr{
		display:block;
	}
	table.gaiyo02 tr th{
		display:block;
		width:100%;
		border:none;
		text-align: left;
		padding:0.5em 0;
	}
	table.gaiyo02 tr td{
		display:block;
		width:100%;
		padding:0.5em 0;
		border-top: none;
	}
	table.gaiyo02 tr:first-child th{
		border-top:1px solid #4e6aff;
	}
}
/*--------------------------------
	サインウッドの家づくり
*/
#woody  h2.main_ttl{
	text-align: center;
	font-size: 3.6rem;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	margin-bottom: 30px;
}
#woody  .read{
	text-align: center;
	font-size: 2.1rem;
}
.woody_plan {
	background-image: url("../images/bg_woody.svg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 20px 10px 20px;
}

.woody_plan  h2,.woody_detail h2,.woody_speck h2{
	text-align: center;
	font-size: 3.6rem;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.plan_box{
	background: #fff;
	padding: 20px;
}
.plan_box h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #b9783c;
	line-height: 1.5;
}
.plan_box h4{
	text-align: center;
	font-size: 1.8rem;
	border-bottom: 1px solid #b9783c;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.plan_box h4 span{
	font-size: 1.4rem;

}
.plan_box ul{
	font-size: 1.4rem;
}
.plan_box ul li span{
	font-weight: 500;
}
.plan_box ul li::before{
	content: "■";
	margin-right: 5px;
	color: #dd960f;
}
.woody_detail{
	background: #f6f4e8;
	padding: 40px 0;
}
.woody_detail .woody_detail_box{
	max-width: 500px;
	margin: 0 auto;
}
.woody_price{
	font-size: 2.6rem!important;
	text-align: center;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.woody_price span{
	font-size: 3.6rem;
}
.woody_detail_box ul li{
	line-height: 1.7;
}
.woody_detail_box ul li ul{
	padding-left: 1em;
}
.woody_speck{
	padding: 60px 0 10px 0;
}
.speck_box{
	background: #e4e9ef;
	padding: 10px;
	text-align: center;
}
.speck_box h3{
	color: #c50018;
	margin-top: 15px;
	font-size: 2.0rem;
	font-weight: 700;
}
.speck_box p{
	font-size: 1.2rem!important;
	
}
.speck_box p a{
	color: #c50018;
}
.speck_box p a::after{
	content: "＞";
	margin-left: 10px;
}
.speck_box p a:hover{
	opacity: 0.7;
}

@media screen and (max-width:768px) {
#woody  h2.main_ttl{
	font-size: 2.8rem;
}
.woody_plan {
	padding: 60px 0 10px 0;
}	
#woody .read{
		font-size: 1.6rem;
	}
.woody_plan  h2,.woody_detail h2,.woody_speck h2{
	font-size: 2.4rem;
}
.plan_box h3{
	font-size: 2.0rem;
}
.woody_detail h2{
	font-size: 2.4rem;
}
.woody_detail ul{
	font-size: 1.4rem;
}	
.woody_price{
	font-size: 1.8rem!important;
}
.woody_price span{
	font-size: 2.4rem;
}	
}
/*--------------------------------
	サインウッドの家づくり
*/
#concept .cp_midashi{
	font-size: 3.6rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #4e6aff;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	margin-bottom: 10px;
	}
#concept .cp_midashi02{
	font-size: 2.4rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e6aff;
	margin-bottom: 10px;
	position: relative;
	}
#concept .cp_midashi02 a.bt_works{
	position: absolute;
	right: 0;
	top: 0;
	display:inline-block;
	border:1px solid #b9783c;
	padding:0.4em 1em;
	border-radius: 10px;
	font-size:1.8rem;
	text-align:center;
	background:#fff;
	color:#b9783c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 1;
}
#concept .cp_midashi02 a.bt_works:hover{
	color:#FFFFFF;
	background:#b9783c;
	text-decoration:none;
}
@media screen and (max-width:768px) {
#concept .cp_midashi{
	font-size: 2.4rem;
	}
#concept .cp_midashi02{
	font-size: 1.8rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e6aff;
	margin-bottom: 10px;
	position: relative;
	}
#concept .cp_midashi02 a.bt_works{
	position: absolute;
	right: 0;
	top: 0;
	display:inline-block;
	border:1px solid #b9783c;
	padding:0.4em 1em;
	border-radius: 10px;
	font-size:1.4rem;
	text-align:center;
	background:#fff;
	color:#b9783c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 1;
}
#concept .cp_midashi02 a.bt_works:hover{
	color:#FFFFFF;
	background:#b9783c;
	text-decoration:none;
}
}
/*--------------------------------
	準備中
*/
.cs_midashi{
	margin-bottom: 60px;
	text-align: center;
	font-size: 3.0rem;
	color: #b16f26;
}
@media screen and (max-width: 768px){
.cs_midashi{
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.0rem;
	color: #b16f26;
}
}

/*--------------------------------
	施工例
*/
ul li.works_list{
	margin-bottom: 20px;
}

a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
ul li.works_list a h3{
	font-size: 2.0rem;
	font-weight: 700;
	color: #B9783C;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1.5;
}
ul li.works_list a p{
	line-height: 1.5;
}

/*
#works figure {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
#works figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#works figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#works figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	background:rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
	padding: 1em 0;
}
#works figcaption h2 {
	position: absolute;
	margin: 0;
	padding: 0 0.8em;
	font-size: 2.0rem;
	top: 50%;
	left: 50%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}
*/
.iframe-content {
   position: relative;
 width: 100%;
    padding: 80% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {
.iframe-content {
   position: relative;
 width: 100%;
    padding: 100% 0 0 0;
}
}
/*--------------------------------
	家づくりの流れ
*/
.flow_midashi{
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {

}
/*--------------------------------
	おすすめプラン
*/
.plan_list{
	margin-bottom: 20px;
}
.plan_list h3{
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.plan_list ul{
}
.plan_list ul li{
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
	font-size: 1.4rem;
}
.plan_list ul li::before{
	content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #dd960f;  /* 背景色指定 */
	position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
.plan_list p{
	font-size: 1.4rem!important;
}
@media screen and (max-width:768px) {
.plan_list h3{
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1.8rem;
}
}
/*--------------------------------
	物件情報
*/
#buy figure {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
#buy  figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	background:rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
	padding: 1em 0;
}
#buy figcaption h3 {
	position: absolute;
	margin: 0;
	padding: 0 0.8em;
	font-size: 3.6rem;
	top: 50%;
	left: 50%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	font-weight: 600;
}
#buy .buy_list{
	margin-bottom: 20px;
	padding-top: 5px;
}
#buy .buy_list p{
	font-size: 1.4rem;
	line-height: 1.5!important;
}
#buy .buy_list span.shubetsu{
	color: #904e00;
}
@media screen and (max-width:768px) {
#buy figcaption h3 {
	font-size: 2.4rem;
}
}
.recruit_midashi01{
	font-size: 3.2rem;
	color: #b9783c;
	margin-bottom: 10px;
	text-align: center;
}
.recruit_midashi02{
	padding: 10px 0 ;
background: #ca7528; /* Old browsers */
background: -moz-linear-gradient(top,  #ca7528 0%, #49310e 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ca7528 0%,#49310e 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ca7528 0%,#49310e 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7528', endColorstr='#49310e',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	font-size: 2.4rem;
	text-align: center;
}
@media screen and (max-width:768px) {
.recruit_midashi01{
	font-size: 2.4rem;
}
.recruit_midashi02{
	font-size: 2.0rem;
}
}
/*--------------------------------
	お問い合わせ
*/
.contact_midashi{
	color: #b9783c;
	font-size: 2.1rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.contact_box{
	border-left: 6px solid #d1b465;
	padding-left: 10px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.contact p{
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){

}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact .form_wrap .consent_check_wrap{
	margin:30px auto 43px;
	background:#FAFAFA;
	padding:1.9em;
	text-align:center;
}
.contact .form_wrap .consent_check_wrap .consent_txt_01{
	margin:0 0 16px;
	font-size:100%;
	line-height:1.7;
	text-align:center;
	color:#212121; 
}

.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
		position:relative;
	display:block;
	border:2px solid #4e6aff;
	padding:0.7em 2em 0.7em 2em;
	font-size:1.8rem;
	text-align:center;
	background:#4e6aff;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
	width: 100%;
	border-radius: 10px;
}

.submit_btn:hover{
	color:#fff000;
	background:#4e6aff;
	text-decoration:none;
	border:2px solid #fff000;
}
.back_btn{
		position:relative;
	display:block;
	border:2px solid #AAAAAA;
	padding:1.0em 2em 1.0em 2em;
	font-size:1.6rem;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
	width: 100%;
	border-radius: 10px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
table.contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
table.contact td, table.contact th {
	padding: 15px;
}
table.contact td {
	width: 70%;
}
table.contact th {
	width: 30%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
table.contact th span{
	color: #b9783c;
}
.contact_atn{
	text-align: center;
	color: #b9783c;
	font-weight: 500;
	border: 1px solid #4e6aff;
	padding: 5px;
	margin-bottom: 40px!important;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, select {
	border: none;
	background: #eee;
	padding: 5px;
}
.wll {
	width: 100%;
}
.wl {
	width: 80%;
}
.wm {
	width: 50%;
}
.ws {
	width: 20%;
}
.wss {
	width: 10%;
}

@media screen and (max-width:640px) {
.contact {
	max-width: 100%;
	border: none!important;
}
.contact tbody tr {
	width: 100%;
	display: block;
	list-style: none;
}
.contact tbody th, .contact tbody td {
	width: 100%;
	display: list-item;
	padding: 5px;
	border: none!important;
}
table.contact th {
	text-align: left;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, select {
	width: 90%;
	padding: 10px 0px 0px 0px;
	margin: 10px 0;
	border: 1px solid #999;
}
.wll {
	width: 90%;
}
.wl {
	width: 80%;
}
.wm {
	width: 80%;
}
.ws {
	width: 50%;
}
.wss {
	width: 20%;
}
}