@charset "UTF-8";
/* CSS Document */

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
/*ここにcss*/

.contact{
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}
.contact_con{
	text-align:center;
	width:100%;
	margin:0 auto;	
}
.contact_title{
	text-align:center;
	font-size:2.0em;
	margin-bottom:50px;
}
.contact_txt{
	width:1000px;
	margin:0 auto;
	line-height:1.6em;
	text-align:left;
}




/*フォーム*/

.con_form_01 {
	width:900px;
	box-sizing:border-box;
	margin:0 auto;
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
	text-align:left;
}


.con_form {
	width:900px;
	margin:0 auto;
}

/*大タイトル*/
.con_form_01 {
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
}
/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:200px;
	padding:12px 0 12px 90px;
	border-bottom: 1px solid #caa;
	vertical-align:middle;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}

/*フォーム枠*/
.con_form_03{
	padding:12px;
	border-bottom: 1px solid #caa;
}
	

input[type="text"],
textarea,
select{
	border:0;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}


/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:500px;
}
.con_form_04b{
	width:510px;
}
.con_form_04c{
	width:90px;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	margin:10px;
}




.pp{
	background:url(images/pp_bg.png);
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
	text-align:center;
}

/*policy*/
.pp_title{
	margin-bottom:25px;
}
.pp_title span{
	font-size: 1.6em;
	line-height: 1.3em;
}

.pp_txt{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.con_pp_01 {
 font-size:80%;
}
.con_pp_02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.con_pp_03 {
	margin: 0 0 15px 10px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {
/*ここにcss*/

.contact{
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}
.contact_con{
	text-align:center;
	width:100%;
	margin:0 auto;	
}
.contact_title{
	text-align:center;
	font-size:1.6em;
	margin-bottom:50px;
}
.contact_txt{
	width:100%;
	margin:0 auto;
	line-height:1.6em;
	text-align:left;
}




/*フォーム*/

.con_form_01 {
	width:90%;
	box-sizing:border-box;
	margin:0 auto;
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
	text-align:left;
}


.con_form {
	width:90%;
	margin:0 auto;
}

/*大タイトル*/
.con_form_01 {
	font-size: 110%;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
}

/*テーブルサイズ*/
.con_form {
	width:90%;
	margin:0 auto;
}
.con_form tr {
}
.con_form td {
    display: block;
    margin-bottom: 20px;
}


/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:100%;
    display: block;
	/*border-bottom: 1px solid #caa;*/
	padding:12px 0 12px 80px;
	margin:0;
	font-size: 100%;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}

/*フォーム枠*/
.con_form_03{
	padding:12px;
	border-bottom: 1px solid #caa;
}
	

input[type="text"],
textarea,
select{
	border:0;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
	color:#666;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}


/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:100%;
}
.con_form_04b{
	width:90%;
}
.con_form_04c{
	width:50%;
}

/*ボタン*/
.con_form_05{
	text-align:center;
	width:90%;
	margin:0 auto;
	font-size:0.9em;
}
.con_form_05 img{
	margin:10px;
}




.pp{
	background:url(images/pp_bg.png);
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
	text-align:center;
}

/*policy*/
.pp_title{
	margin-bottom:25px;
}
.pp_title span{
	font-size: 1.6em;
	line-height: 1.3em;
}

.pp_txt{
	width:90%;
	margin:0 auto;
	text-align:left;
}

.con_pp_01 {
 font-size:80%;
}
.con_pp_02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.con_pp_03 {
	margin: 0 0 15px 10px;
}


/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
