@charset "utf-8";
/* CSS Document */

div.event_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:481px) {
    div.event_area{
        width: 680px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }
}
@media screen and (min-width:481px) and ( max-width:1080px) {
    div.event_area{
        width: 680px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 180px;
    }
}
div.link_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
div.link_area a{
    text-decoration: none;
    color: #B2B2B2;
}

div.description_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

p.description{
    text-align: center;
    color: #E57B00;
    font-size: 2.0rem;
}
p.description span{
    font-size: 1.4rem;
}

div.event_area h2{
    background-color: #E5E5E5;
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

div#form_boxes{
    
}
div#form_boxes div.form_box{
    padding-bottom: 20px;
}
div#form_boxes div.form_box h3{
    background-color: #E5E5E5;
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
div#form_boxes div.form_box h3 span{
    color: #F00;
    position: absolute;
    right: 20px;
}
div#form_boxes div.form_box select,
div#form_boxes div.form_box textarea,
div#form_boxes div.form_box input{
    padding: 10px;
    font-size: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3;
    background-color: #F7F7F7;
    border-radius: 3px;
    width: 100%;
}
div#form_boxes div.form_box textarea{
    height: 8em;
}
div#form_boxes div.form_box input#name1,
div#form_boxes div.form_box input#name2{
    width: 48%;
}
div#form_boxes div#form_address div.form_area{
    display: block;
}
div#form_boxes div#form_address div.form_area input{
    margin-top: 10px;
}
div#form_boxes div.form_box div.form_area{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
div.alert_area{
    color: #808080;
    font-size: 0.8rem;
}
div#form_boxes div.form_box input[type="checkbox"],
div#form_boxes div.form_box input[type="radio"]{
    padding: 10px;
    border-style: none;
    width: auto;
	max-width: 15px;
}

div.button_area{
    text-align: center;
}
div.button_area button{
    text-align: center;
    background-color: #FFA741;
    border-radius: 5px;
    width: 314px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    color: #FFF;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
div.button_area button:disabled{
    background-color: #CCC;
    cursor: default;
}

div.form_area2 label{
    display: block;
    padding-left: 3em;
    text-indent: -2.8em;
    max-width: 90%;
}

@media screen and (min-width:481px) {
    div.form_area2 label{
        max-width: 90%;
    }
}
@media screen and (min-width:481px) and ( max-width:1080px) {
    div.event_area{
        max-width: 620px;
    }
}