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

img(width:100%;)
	
/* ************************************************************
◆ block01 ◆ contact
************************************************************ */
#contact{
margin:7% auto;
width:100%;
}

hr{
width:100%;
max-width:1000px;
border:6px solid #fbffd0}

.contact-title{
margin:0 auto;
width:100%;
padding-top:3%;
}

.p01{
margin:2% auto;
width:100%;
font-size:20px;
font-weight:600;
letter-spacing: 0.05em;
}

.contact-btn{
margin:2% auto;
width:100%;
max-width:900px;
font-size:0;
position:relative
}

.contact-btn li{
margin:2% auto;
width:50%;
display:inline-block
}

/*電話ボタン無効*/
a[href^="tel:"] {
    pointer-events: none;
}
/*************/


#contact dl{
margin:4% auto;
width:100%;
max-width:1000px;
position:relative
}

#contact dt{
margin:4% auto;
width:30%;
float:left;
text-align:right;
}

#contact dt p img{width:100%;
}

#contact dt p:nth-of-type(2){
margin:2% auto;
font-size:14px;
text-align: left;
line-height:1.5;
}
#contact dd{
margin:4% auto;
width:66%;
float:right;
text-align:left;
}

.p02{
margin:1% 0 0 0;
width:100%;
font-size:27px;
line-height:1.7;
letter-spacing: 0.05em;
border-bottom:1px solid #000;
text-align:left;
}

#contact dd ul{
margin:3%;
width:90%;
font-size:16px;
letter-spacing: 0.05em;
text-align:left;
line-height:1.8;
text-indent:-1em;
}


/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
	

.contact-title{
margin:0 auto;
padding-top:5%;
}

.p01{
padding:2% auto 0;
font-size:18px;
line-height:1.5;
}

.contact-btn{
margin:0 auto;
width:95%;
}

.contact-btn li{
margin:0 auto;
width:48%;
}

.contact-btn li:first-child{
margin-right:1%;
}

#contact dl{padding:0 5%;
}


.p02{
font-size:25px;
}
#contact dd ul{
font-size:14px;
}
/*************/



/* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

.contact-title img{
margin:2% auto;
width:45%;
}

.p01{
width:90%;
font-size:16px;
line-height:1.5;
}

#contact dl{
margin:5% auto;
width:90%}


.p02{
width:100%;
font-size:25px;}

#contact dd ul{
width:100%;
font-size:14px;}


#contact dt{
margin:5% auto 2%;
float:none;
width:50%;
}

#contact dd{
margin:5% auto 2%;
float:none;
width:100%;
}
 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

hr{
padding:0;
margin:0;
border:10px solid #fbffd0}

.contact-title img{
margin:4% auto 2%;
width:55%;
}

.contact-btn{
margin:0 auto;
width:95%;
}

.contact-btn li{
margin:0 auto;
padding:2%;
width:100%;
}

.contact-btn li:first-child{
margin-right:1%;
}

/*電話ボタン無効オフ*/
a[href^="tel:"] {
    pointer-events: auto;
}


#contact dl{margin:10% auto;
}
#contact dt{
width:90%;
float:none;
text-align:center;
}

#contact dd{margin:8% auto;
}

.p02{
font-size:23px;}

#contact dd ul li{font-size:13px;;
}
 /* *************** */
	}


/* ************************************************************
◆ フォーム　◆
************************************************************ */

/*--------------------------------------
フォーム
---------------------------------------*/

form{
width:100%;
}

#form1{
margin:2% auto 0;
padding:4% 0;
width:100%;
background-color:#fbffd0;
text-align: center;
}

#form1-1{
margin:0 auto;
width:50%;
text-align: center;
}

.kakunin{
 margin:0 auto;
	font-size:16px;
	padding:0%;
}


/*--------------------------------------
確認画面
---------------------------------------*/
.check{
 margin:3% auto 5%;
	width:80%;
}

.check dt{
 margin:3% auto 2%;
	width:100%;
	font-size:16px;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight:600;
}

.check dd{
 margin:0 auto;
	width:100%;
	font-size:16px;
	letter-spacing: 0.05em;
	text-align: left;
}




/*--------------------------------------------------------------------------------------
入力エラーページ
--------------------------------------------------------------------------------------*/
.error{
	margin-top:5%;
}
.error p{
	margin-bottom:5%;
}
.error a{
	margin-bottom:5%;
	cursor:pointer;
	text-decoration:underline;
}

/*--------------------------------------
テキスト
---------------------------------------*/

.form_text_05 {
  margin:3% auto 0;
  width: 100%;
		text-align:left;
}

.span1{
margin:0 auto;
width:100%;
font-size:14px;
}

.form_text_05 label {
  display: block;
  font-size: 16px;
		font-weight: 500;
  padding-bottom: 5px;
}
.form_text_05 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 400px;
		border-radius: 5px;
}

.form_text_05 input[type=tel] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 400px;
		border-radius: 5px;
}

.form_text_05 input[type=email] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 400px;
		border-radius: 5px;
}
/*--------------------------------------
ラジオボタン
---------------------------------------*/

.form_radio_05 {
  margin:0 auto 0;
  width: 100%;
		text-align:left;
		padding-top:3%;
		}
		
.form_radio_05 p {
  font-size: 16px;
		font-weight: 500;
  padding-bottom: 5px;
}

.form_radio_05 input[type=radio] {
  display: none;
  margin: 0;
}
.form_radio_05 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}

.form_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.form_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4.5px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}


/*--------------------------------------
プルダウン
---------------------------------------*/

.form_pulldown_05 {
  margin:3% auto 0;
  width: 100%;
		text-align:left;
		padding-top:5%;
}
.form_pulldown_05 p {
  font-size: 16px;
  padding-bottom: 5px;
		font-weight: 500;
}
.form_pulldown_05 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
		border-radius: 5px;
}

.form_pulldown_05 label{
  position:relative;
}
.form_pulldown_05 label::after {
  content:"";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}


/*--------------------------------------
テキストエリア
---------------------------------------*/

.form_textarea_05 {
  margin:0 auto 0;
  width: 100%;
		text-align:left;
		padding-top:3%;
		padding-bottom:4%;

}
.form_textarea_05 label {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.form_textarea_05 textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
		border-radius: 5px;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
.send_button{
margin:3% auto;
width:100%;
position:relative;
padding-top:3%;
}
.submit-btn input{
	margin:0 auto;
	width:500px;
	height:100px;
	margin-bottom:50px;
	border-radius:10px;
	color:#fff;
	font-size:18px;
	letter-spacing:2px;
	background:#79c15d;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
 display:inline-block;
}

.submit-btn input:hover{
	background:#568045;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}

.back input{
	margin:0 auto;
	width:500px;
	height:100px;
	margin-bottom:50px;
	border-radius:10px;
	color:#fff;
	font-size:18px;
	letter-spacing:2px;
	background:#345d9e;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
 display:inline-block;

}
.back input:hover{
	background:#587cb4;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}




/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */


#form1-1{
margin:0 auto;
width:60%;
text-align: center;
}


 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

#form1{
margin:15% auto 0;
width:100%;
}


#form1-1{
margin:0 auto;
width:80%;
text-align: center;
}

.kakunin{
margin:2% auto;
width:95%;
font-size:14px;}

/*--------------------------------------
テキスト 【768】
---------------------------------------*/

.form_text_05 {padding-bottom:3%;}
.span1{font-size:12px;}
.form_text_05 input[type=text]{width: 100%;}
.form_text_05 input[type=tel] {width: 100%;}
.form_text_05 input[type=email] {width: 100%;}

/*--------------------------------------
ラジオボタン 【768】
---------------------------------------*/


/*--------------------------------------
プルダウン 【768】
---------------------------------------*/

/*--------------------------------------
テキストエリア 【768】
---------------------------------------*/

.form_textarea_05 textarea {
  height: 160px;
  width: 100%;
}


/*--------------------------------------
送信ボタン 【768】
---------------------------------------*/

.submit-btn input{
	width:60%;
	padding:4%;
	height:100px;
	line-height:2.5;
}

.back input{
	width:60%;
	padding:4%;
	height:100px;
	margin-bottom:1%;
}


 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

#form1-1{
padding:10% 0;
width:80%;}

.submit-btn input{
	width:80%;
	padding:4%;
	height:80px;
	line-height:2.5;
}

.back input{
	width:80%;
	padding:4%;
	height:80px;
	margin-bottom:1%;
}
 /* *************** */
}



/* ************************************************************
thanks
************************************************************ */

#thanks{
margin:0 auto;
width:100%;
}

.thanks{
margin:0 auto;
width:100%;
}

.thanks3{
margin:5% auto;
font-size:16px;
}


/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
#thanks{
margin:1% auto;
padding:2%;
}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */
#thanks{
margin:4% auto;
}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

.thanks3{
margin:5% auto;
font-size:14px;
}

 /* *************** */
}
