@charset "utf-8";
body{
    font-size: 14px;
}
div#main {
    padding: 10px;
    width: 900px!important;
    margin: 0 auto;
    float: none;
}
.pick-10 {
    width: 96%;
    max-width: 1000px;
    margin: 50px auto;
    font-size: 110%;
    line-height: 25px;
}

.pick-11 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    font-size: 110%;
    text-align: center;
    color: #f15a24;
}

.pick-11::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
    width: 9px;
    height: 9px;
    background: #f15a24;
    border-radius: 50%;
}

#form_area dl {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

#form_area dt{
    width: 230px;
    margin-left: 5px;
}
#form_area dt::before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    background: #f15a24;
    border-radius: 50%;
    margin-right: 10px;
}
.no-req::before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    background: #fff!important;
    border-radius: 50%;
    margin-right: 10px;
}
#form_area dd {
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#form_area dd input {
    padding: 8px 0 8px 10px;
    font-size: 14px;
    text-indent: 1em;
    margin: 0 15px 5px 0;
}
#form_area dd ul li{
    margin-bottom: 5px;
}
.input_item {
    display: block;
    width: 100%;
}
.input_item li{
    margin:0 0 5px 0;
}

#form_area dd select {
    text-indent: 1em;
    margin: -5px 10px 0 0;
    padding: 8px;
}
#$form_area dd span{
    color: #ff0000;
}
#form_area dd div{
    width: 100%;
}
.w50{
    width: 50px;
}
.w100{
    width: 100px;
}
.w150{
    width: 150px;
}
.w50p{
    width: 45%;
}
.w100p{
    width: 95%;
}

.contact_submit {
    margin: 100px auto;
    text-align: center;
}

.contact_submit1 input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 50px;
    border: 2px solid #888;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #999;
    color: #fff;
}

.contact_submit2 input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 60px;
    border: 2px solid #142a49;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #142a49;
    color: #fff;
    margin-bottom: 50px;
}

.contact_submit input[type="submit"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}
	
.contact_submit input[type="button"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}
	
	
	
input[type=radio] {
    margin: 8px !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type=checkbox] {
    margin: 8px !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


.display_flex{
	display:flex;
}

.display_flex li {
    margin: 0 40px 0 0;
}

#not_all_clear{
	display:none;
}

strong {
    color: #f00;
    vertical-align: middle;
}

#jyukounittei_div p{
    margin: 0 0 20px 10px;
}

#submit_buuton2{
display:none;

}

.total_red{
    color: #f00;
}