@charset "UTF-8";

#dispHeadImg {
	text-align: center;
	margin-bottom : 24px;
}
#dispForm {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border: #FFFFFF;
	border-size: 10px;
}

.dispFormBody {
    margin: 0 auto;
}

.dispSection {
	color: #000000;
	font-size: 88%;
	line-height: 1.4rem;
	margin: 0 auto;
}

.dispSection p {
	line-height: 1.4rem;
}

.dispLabel {
	width: 30%;
    float: none;
    text-align: left;
    display: inline;
    padding-top: 12px;
    font-size: 88%;
    font-weight: bold;
    /**flex: 1;**/
}
.dispLabelReq {
    width: 34%;
    float: none;
    display: block;
    padding-top: 19px;
    font-size: 88%;
    font-weight: bold;
	text-align: left;
}
.dispItem {
	border-color: #EEEEEE;
    height: 1.6em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    font-size: 125%;
    padding: 8px 0 8px 6px;
    vertical-align: middle;
}
.dispItemReq {
	border-color: #EEEEEE;
    height: 1.6em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    font-size: 125%;
    padding: 8px 0 8px 6px;
    vertical-align: middle;
}

.dispInput {
    flex: 1;
	text-align: left;
}

select.dispItemReq {
    height: 2.0em;
}

input[type=radio].dispItemReq {
    width: auto;
    text-align: left;
}

.radioOptions {
    text-align: left;
}

.dispSupportText {
	color: #5a5a5a;
    font-size: 75%;
    text-align: left;
    line-height: 1.0rem;
    padding: 8px 0;
}
#dispFootImg {
text-align: center;

}
.dispFormElement {
	/**margin-bottom: 10px; **/
    margin-left: 0px;
    text-align: center;
    padding: 24px 0;
    border-bottom: #e4e4e4 1px solid;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
}

.submitButton {
    text-align: center;
    margin-top: 40px;
}

label.JQVError {
    display: block;
    text-align: left;
    color: #ef5757;
	padding-top: 10px;
}

input[type=submit] {
	width: 96%;
    height: auto;
    font-weight: bold;
    padding: 20px 60px;
    margin: 20px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background-color: #65bf4e;
    border: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
	
input[type=submit]:hover {
	cursor : pointer;
	background : #e43636;
	
}

textarea.dispItem {
    height: 10em;
    width: 24em;
    font-size: 100%;
}