/* fixed-form */
.fixed-form-box .box-1 p,
.fixed-form-box .box-2 p {
  text-align: left;
  width: 90%;
  font-size: 22px;
  padding: 0;
}

.fixed-form-box .box-1 select,
.fixed-form-box .box-2 input {
  margin-bottom: 10px;
  width: 90%;
  padding: 11px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
}


/************************************
** pc-footer-custom-button
************************************/

#pc-footer-custom-button {
    display: block;
    width: 100%;
    background: rgb(0 0 0 / 70%);
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 15px 0 25px;
    margin-bottom: 0;
	zoom:80%;
	opacity:0;
	transition:1.0s;
	/* 追加 */
	text-align: center;
	box-sizing: border-box;
	overflow-wrap: break-word;
	font-weight: 400;
	font-size: 18px;
	color: #484848;
	line-height: 1.8;
	
}

#pc-footer-custom-button .fixed-form-box {
    margin: 0 auto;
    padding: 10px 50px 5px;
    height: auto;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
	/* 追加 */
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.fixed-form-box form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fixed-form-box form .box-1 {
    width: 33%;
	/* 追加 */
 	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.fixed-form-box form .box-2 {
    width: 33%;
	/* 追加 */
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


.fixed-form-box .box-1 p, 
.fixed-form-box .box-2 p{
    text-align:
    center;
    font-size: 20px;
    font-weight: 700;

	/* 追加 */
	margin: 0;
}


.fixed-form-box form .box-btn {
    width: 33%;
}
.fixed-form-box form .box-btn button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(60deg, #ffc107 0%, #ff9800 100%);
  border-radius: 50vh;
	border:none;
}

.fixed-form-box form .box-btn button::after{
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.fixed-form-box form .box-btn button:hover{
    
}

/*** 追加 ***/

.fixed-form-wrap {
	margin: 0 auto;
	width: 1280px;
}

@media screen and (max-width: 1024px){
	.fixed-form-wrap {
	    width: auto;
	}
}
