@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
  汎用 Bootstrapを使わずにRWD対応したtable
----------------------------------------------------*/
.aide-form-section .aide-heading-design{
    margin-bottom: 35px;;
}
.aide_table {
	width: 100%;
	box-sizing:border-box;
}
.aide_table th, .aide_table td {
	padding: 14px;
	border: 1px solid #ddd;
	vertical-align:middle;
	box-sizing:border-box;
}
.aide_table th {
	background: #f4f4f4;
    color: #747474;
	width: 163px;
	text-align: left;
	font-size:14pt;
}


.submit_button_org {
    font-weight: bold;
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    /* margin-bottom: 8px; */
    padding: 8px 0 8px 0;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #ffffff;
    background-color: #FF7BAC;
    border: solid 3px #ccc;
    
}


.text-red{
	color:#F00;
    font-size: 12pt;
}

.text-blue{
	color: #0000FF;
    font-size: 12pt;
}

span.req {
    font-weight: 300;
    line-height: 1;
    margin-right: 4px;
    padding: 2px 8px;
    color: #ffffff;
    border-radius: 2px;
    background-color: #FF7BAC;
    font-size: 12px;
    font-size: 0.75rem;
}

.form-input{
    width: 100%;
    min-height: 50px;
    padding: 0 8px;
    vertical-align: middle;
    color: #4c4c4c;
    border: 1px solid #d2d2d2;
    background-color: white;
    font-size: 16px;
    font-size: 1rem;
	box-sizing: border-box;
}

.form-select{
    min-height: 40px;
    padding: 0 8px;
    vertical-align: middle;
    color: #4c4c4c;
    border: 1px solid #d2d2d2;
    background-color: white;
    font-size: 16px;
    font-size: 1rem;
	box-sizing: border-box;
}
.aide-form-section .form-select{
    margin-right: 5px;
}

.form-textarea{
    width: 100%;
    min-height: 30px;
    padding: 0 8px;
    vertical-align: middle;
    color: #4c4c4c;
    border: 1px solid #d2d2d2;
    background-color: white;
    font-size: 16px;
    font-size: 1rem;
	box-sizing: border-box;
}

.checkbox_label{
  background:#EAEAEA;
  color:#0000FF;
  padding:2px;
  margin:8px 0px 0px 0px;
  border:1px solid #d2d2d2;
  display: inline-block;
  font-size: 16px;

}

#name-error,
#email-error,
#tel-error,
#birth_year-error,
#birth_month-error,
#birth_day-error{
  color:#f00;
  display:block;
}
.form-submit-button{
    margin-top:25px
}

@media only screen and (max-width:480px) {	
    .aide_table th{
        font-size: 8pt;
        width: 97px;
        padding: 5px;
    }
    .aide_table td{
        font-size: 8pt;
        padding: 10px;
    }
    .text-blue{
        font-size: 10pt;
    }
    .checkbox_label{
        font-size: 11px;
    }
    .form-select{
        font-size: 8pt;
    }
    span.req{
        padding: 2px;
    }
    .form-submit-button{
        margin-top: 15px;
    }
	
}