@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
  汎用 Bootstrapを使わずにRWD対応したtable
----------------------------------------------------*/
.rwd_table {
	width: 100%;
	box-sizing:border-box;
}
.rwd_table th, td {
	padding: 18px;
	border: 1px solid #ddd;
	vertical-align:middle;
	box-sizing:border-box;
}
.rwd_table th {
	background: #f4f4f4;
}
.rwd_table th {
	width: 30%;
	text-align: left;
	font-size:0.75rem;
}
@media only screen and (max-width:480px) {
	.rwd_table {}
	.rwd_table th, .rwd_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.rwd_table tr:first-child th {
		border-top: 1px solid #ddd;
	}
}


.submit_button_org {
    font-weight: 500;
    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: 50px;
    font-size: 26px;
    font-size: 1.625rem;
	
	cursor: pointer;
    color: #ffffff;
    background-color: #3bc1e2;
    
}

.submit_button_org2 {
    font-weight: 500;
    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: 50px;
    font-size: 26px;
    font-size: 1.625rem;
	
	cursor: pointer;
    color: #ffffff;
    background-color:#666;
    
}

.text-red{
	color:#F00;
}

.text-blue{
	color: #09F;
}

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

.form-input{
    width: 100%;
    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;
}

.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;
}

.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:#06C;
  padding:2px;
  margin:8px 0px 0px 0px;
  border:1px solid #06C;
  display: inline-block;

}

#name-error,
#email-error,
#tel-error,
#birth_year-error,
#birth_month-error,
#birth_day-error{
  color:#f00;
  display:block;
}

.form_h2{
    color: #6bd0fa;
    font-size: 5.33vw;
    display: inline-block;
    background-image: url(../images/midashi_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 12px;
    padding-bottom: 7vw;
}