@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}





@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
.su-row{display:flex;}
	.su-box-content{min-height:800px !important;}
}


table td{
background-color: transparent !important;
}
table th{
white-space: nowrap;
background-color: transparent !important;
}



/*contactform7*/

.contactform dl {
padding: 15px 0;
/*border-bottom: 1px solid #ccc;*/
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#47A05D;
border:none;
border-radius:5px;
padding: 15px 40px;
width: 100%;	
}

.inputbtn:hover {
background-color:#fde310;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #D4E8E6;
    border-radius: 3px;
	   width: 100%;	
}


@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {margin-left: 23%;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
.inputbtn{width: 50%;	}
}
