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


/*----------------------------------------------*/

#form{
	text-align: left;
	margin-top: 80px;
}

#form .block{
	margin-bottom: 30px;
}


#form dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#form dt{
	width:34%;
	font-size: 17px;
}

#form dt:before{
	content: "●";
	color: #DEAFC2;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}

#form span{
	font-size:12px;
	color:#FFF;
	padding:2px 5px;
	background-color:#DEAFC2 ;
	text-align:center;
	margin-left:8px;
}

#form dd{
	width:64%;
	font-size:16px;
}

#form input{
	width: 95%;
	padding: 12px;
	border: 1px solid #b4b4b4;
}

#form selfct{
	border:1px solid #ccc;
	background: none;
	padding: 8px;
	color: #666;
}

#form dd ul{
	display: flex;
	align-items: centerce;
	flex-wrap: wrap;
}

#form dd ul li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5% 20px 0;
	font-size: 17px;
}

#form dd ul li input{
	width: auto;
	padding: 0;
}

#form input[type="radio"]  {
  /* -webkit-transform: scale(1.5);
   transform: scale(1.5);*/
   width: 25px;
   height: 25px;
   margin-right: 12px;
   vertical-align: sub;
}

#form textarea#msg{
	width:100%;
	height:250px;
	border:1px solid #b4b4b4;
	padding:5px;
}
#form button {
  width: 100%;
  max-width: 400px;
  height: 81px;
  background: #C2BAD3;
    background-size: auto;
  background-size: cover;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin: 80px auto 50px;
  display: block;
  cursor: pointer;
  border-radius: 50px;
}


#form .att{
	font-size: 12px;
	margin: 20px 0;
	text-align: center;
}


/*------------------------------------

thanks ページ

----------------------*/
#fc.thanks #inquery{
	margin: 120px auto 80px;
    max-width: 1000px;
}


#fc.thanks #thanks{
	margin:50px auto 0;
}

#fc.thanks .free{
    margin-bottom: 120px;
    font-size: 40px;
    letter-spacing: 5px;
    padding: 80px 0;
    background:#F6F6F6;
}

#fc.thanks .free .ttl span {
    font-size: 25px;
    display: block;
    letter-spacing: 1px;
}

#fc.thanks .free ol li{
    width: 50%;  
}

#fc.thanks .free ol li a{
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    background: #CC86A2; 
    width: 100%;
    display: inline-block;
    border-radius: 50px;
}


#fc.thanks .free ol li:nth-of-type(1) {
	display: none !important;
}

#fc.thanks .free ol li:nth-of-type(2) {
  margin: auto;
}

#fc.thanks .ttl{
	margin-bottom: 40px;
}

#fc.thanks footer .obi {
    padding: 15px 0;
}

#fc.thanks div.btn a {
    background: linear-gradient(to bottom, #8a8a8a, #4e4e4e);
    }


/*#fc.thanks .btn{
	width: 90%;
	max-width: 400px;
	margin: 80px auto 50px;
}

#fc.thanks .btn a{
	height: 80px;
	background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
    border-radius: 50%;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	display: block;
	line-height: 4.5;
}*/








@media only screen and (max-width: 1000px) { 
    #form dt,#form dd ul li{
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    #fc.thanks .ttl {
        font-size: 30px;
    }
    #fc.thanks .free .ttl span {
        font-size: 20px;
        margin-top: 15px;
    }
    #fc.thanks .free ol li {
        width: 90%;
        margin-bottom: 30px;
    }
    #fc.thanks footer ol.sns {
        margin-top: 0px;
    }
    #fc.thanks .btn .pc{
	display: none;
}
}



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

    #form dd{
	font-size:14px;
}

	#form dt {
	  width: 100%;
	  margin-bottom: 5px;
	  font-weight: normal;
      font-size: 14px;
	 }
	#form dd {
	  width: 100%;
	}
	#form input {
	  width: 90%;
	}
    #form textarea#msg{
      width: 94%;
      height: 150px;
    }
	#form dd ul li {
	  display: flex;
	  font-size: 14px;
	  width: 60%;
      margin: 0 0 15px;
	}
	#form #radio02 dd label{
		margin-right: 15px;
	}
    
    #form input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: sub;
}

    #form button {
    height: 60px;
    border: none;
    margin: 60px auto 50px;
}
  #fc.thanks #inquery{
	margin-bottom: 50px;
}  
    
    #fc.thanks .ttl{
	margin-bottom: 30px;
    font-size: 22px;    
}
   
    #fc.thanks .free .ttl span{
	display: inline-block;
    font-size: 14px;    
}
    #fc.thanks .free ol li a{
    font-size: 16px;
    padding: 20px 0;
}   
    #form dl{
	flex-wrap: wrap;
}
    
}




@media only screen and (max-width: 430px) { 
/*#form button {
  height: 70px;
  margin-top: 50px;
}*/
#form .att{
    text-align: left;
}

}

@media only screen and (max-width: 380px) { 
/*#form button {
  height: 60px;
}*/

}
