@charset "utf-8";
/*

*/

.sent .sendConp{
display:none;	
}

.contact-form input[type="submit"]:disabled{
	visibility: hidden;
	opacity: 0;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/**** グリーンパーティ概要 ****/
.green-party-summary {
	display: block;
}

.green-party-summary dl {
	display: table;
}

.green-party-summary dt {
    width: 190px;
    display: table-cell;
	font-weight: bold;
}
.green-party-summary dd {
    display: table-cell;
}

.green-party-summary .term{
	padding: 18px 0;
    border-top: 3px solid #C8E6C9;
}
/**** お問い合わせフォーム ****/
.contact-form table {
	width:100%;
}

.contact-form table caption {
	color: #168e00;
    border: 1px solid #168e00;
    padding: 10px;
}

.contact-form table td input {
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: inherit;
	font: inherit;
	    font-size: 1.2rem;
    max-width: 400px;
    padding-left: 13px;
}

.contact-form table td input:not([type="radio"]), .contact-form table td select {
		height: 40px;

	    background: #f7f7f7;
}

.contact-form table td textarea {
	width: 70%;
}

.contact-form table td select {
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: inherit;
	font: inherit;
	font-size: 1.2rem;
	min-width: 100px;
	padding-left: 5px;
}

.contact-form table th {
	padding: 10px 10px 0 10px;
	text-align:left;
	font-size: 1.2rem;
	font-weight: normal;
}

.contact-form table td {
	padding: 10px 10px 10px 50px;
	text-align:left;
	font-size: 0.8em;
}

.contact-form table th, .contact-form table td { display:block; }

.contact-form table td p.line {
	margin-bottom:0px;
}

.contact-form table span.required {
	font-size: 8pt;
    padding: 5px;
    background: #006837;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
	line-height: inherit;
}

.contact-form table span.required:after {
}

.contact-form table div.space-separate {
	margin-bottom:20px;
}

.contact-form table td dt {
	float: left;
	clear: both;
	width: 120px;
	padding: 5px 20px 5px 20px;
	box-sizing: border-box;
}

.contact-form table td dd {
	padding: 5px;
	box-sizing: border-box;

}

.contact-form table td ul {
	margin-left: 20px;
}

.contact-form table td ul li {
	display: inline-block;
}
.contact-form table td ul li select {
	margin-left: 10px;
}

.contact-form .form-btn-area{
	text-align:center;
}

.contact-form input[type="submit"] {
    border-top: 1px solid #FFC107;
    border-bottom: 1px solid #ff8b5f;
    border-left: 1px solid #FFC107;
    border-right: 1px solid #FFC107;
	cursor: pointer;
}

.contact-form table.questions {
	margin-top: 50px;
}

.contact-form .reset-btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(0deg, #B2B2B2 0%, #CFD8DC 100%);
    background-image: linear-gradient(0deg, #B2B2B2 0%, #CFD8DC 100%);
    background-image: -webkit-linear-gradient(0deg, #B2B2B2 0%, #CFD8DC 100%);
    background-image: linear-gradient(0deg, #B2B2B2 0%, #CFD8DC 100%);
	border-top: 1px solid #CFD8DC ;
    border-bottom: 1px solid #B2B2B2;
    border-left: 1px solid #CFD8DC ;
    border-right: 1px solid #CFD8DC ;
    transition: .4s;
    margin: 1rem 0;
    min-width: 240px;
    font-size: large;
	cursor: pointer;
}

.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b7b7b7;
  font-size: 0.85rem
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #b7b7b7;
  font-size: 0.85rem
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #b7b7b7;
  font-size: 0.85rem
}
.contact-form :-moz-placeholder { /* Firefox 18- */
  color: #b7b7b7;
  font-size: 0.85rem
}

@media screen and (max-width: 640px) {
	.green-party-summary dt {
        width: 190px;
        display: block;
    }
    .green-party-summary dd {
        display: block;
    }
	
	
	.contact-form table td textarea {
	    width: 100%;
    }
	.contact-form table td input:not([type="radio"]),  .contact-form table td select {
		height: 40px;
	}
	.contact-form table td input[type="text"], .contact-form table td input[type="tel"], .contact-form table td input[type="email"]{
	    width: 100%;
    }
	
	.contact-form table td dt, .contact-form table td dd {
		clear: both;
	    display: block;
    }
	.contact-form table td dt {
	    padding: 0px 20px 0px 20px;
    }
	
	.contact-form table td dd {
		padding: 5px 20px 5px 20px;
	}
	
	.contact-form table td p.line {
	    margin-bottom:5px;
    }
	
	.contact-form table td ul li {
		display: block;
		margin-bottom:10px;
    }
	.contact-form table td ul li select {
	    margin-left: 0px;
		width: 90%;
	}
	
	.contact-form input[type="submit"] {
		    min-width: 150px;
		    font-size: small;
		    display: inline;
	}
	
	.contact-form .reset-btn {
		    min-width: 150px;
		    font-size: small;
	}
	
}
/*


@media screen and (max-width: 480px) { 
.contact-form table th, .contact-form table td { display:block; }
.contact-form table th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}
*/
