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

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

                トップページ専用CSS

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


/*ボタンデザイン*/
/*サイズはレスポンシブだから各サイズ用CSSに掲載*/
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  font-size:18px;
  letter-spacing:0.3em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button {
  background-color: #fff;
  line-height: 60px;
}


/*色2色*/
/*送信・警告ボタン*/
.bot1{
  border: 2px solid #960000;
  color: #960000;
}
.bot1:hover{
  background-color: #960000;
  border-color: #960000;
  color: #FFF;
	
}
/*送信・警告ボタン*/
.bot2{
  border: 2px solid #666;
  color: #666;
	
}
.bot2:hover{
  background-color: #666;
  border-color: #666;
  color: #FFF;
	
}






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


body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/pc_bg.jpg) center center no-repeat;
  background-size:100vw;
}


/*
main{
	background:url(images/pc_bg.jpg) no-repeat fixed top center;
	background-size:cover;
}
*/




/*フォーム*/

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


.con_form {
	width:100%;
}

/*大タイトル*/
.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:450px;
}
.con_form_04b{
	width:460px;
}
.con_form_04c{
	width:90px;
}

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

.con_form_06{
	text-align:center;
}


/*■■■ボタンサイズ■■■*/
.button {
  width: 400px;
  height: 60px;
}




	


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

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

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/sp_bg.jpg) center center no-repeat;
  background-size:cover;
}

/*
main{
	background:url(images/sp_bg.jpg) no-repeat fixed top center;
		background-size: cover;
}
*/

/*フォーム*/

/*大タイトル*/
.con_form_01 {
	width:100%;
	font-size: 120%;
	font-weight:400;
	padding:25px 0 12px;
	border-bottom: 1px solid #72343A;
	text-align:left;
}

.con_form {
	width:100%;
	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:100%;
}
.con_form_04c{
	width:45%;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	width:90%;
	margin-bottom:15px;
}



/*■■■ボタンサイズ■■■*/
.button {
  width: 90%;
  height: 60px;
}


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