@charset "utf-8";
/**************************************************

	SUPERBOARD :: FORM SKIN :: default

**************************************************/
#sb-form{}
#sb-form fieldset{margin-bottom: 80px;}
#sb-form legend{display: block;margin-bottom: 20px;font-size: 30px;color: #000000;font-weight: bold;letter-spacing: -1px;}


.inps_align {display: flex;flex-wrap: wrap;margin: -15px;}
.inps_align > dl {margin: 15px !important;width: calc(100%/3 - 30px);border: 1px solid #ddd;border-radius: 3px;height: 56px;box-sizing: border-box;display: flex;align-items: center;}
.inps_align > dl > dt {width: 125px;padding-left: 30px;box-sizing: border-box;font-size: 16px;color: #222;font-weight: 700;}
.inps_align > dl > dd {width: calc(100% - 125px);height: 100%;}
.inps_align > dl.w100 {width: calc(100% - 30px);height: auto;flex-direction: column;padding: 20px !important;}
.inps_align > dl.w100 > * {width: 100%;}
.inps_align > dl.w100 > dt {margin-bottom: 10px;padding: 0;}
.inps_align input {border: none;background: none;width: 100%;height: 100%;font-size: 16px;}
.inps_align textarea {border: none;background: none;width: 100%;height: 150px;font-size: 16px;line-height: 26px;}

#sb-footer {margin-top: -40px;}
#sb-footer .sb-btn {min-width: 160px;text-align: center;border-radius: 5px;}