@charset "utf-8";
/* CSS Document */
#form1 {
    width: 95%;
    margin: 0px auto;
}
#form1 dt {
	padding: 16px 8px 0px 16px;
	font-size: 35px;
	font-weight: bold;
}
#form1 dt .attention {
	font-size: 35px;
	line-height: inherit;
	float: none;
}

#form1 dd {
    padding: 0px 8px 16px 16px;
}
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    margin-right: 20px;
    width: 45% !important;
}
.ui-input-text, .ui-input-search {
    border-style: none;
}
.ui-input-text input, .ui-input-search input, textarea.ui-input-text {
    font-size: 32px;
    border: 2px solid #e1a591;
    margin-bottom: 10px;
    padding: .4em;
    line-height: 1.4em;
}
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-c {
    width: 25% !important;
}
.ui-grid-c .ui-block-b, .ui-grid-c .ui-block-d {
    width: auto !important;
    font-size: 30px;
    line-height: 80px;
}
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-e {
    width: 20% !important;
}
.ui-grid-d .ui-block-b, .ui-grid-d .ui-block-d {
    width: auto !important;
    font-size: 30px;
    line-height: 80px;
}
.ui-radio label {
    font-size: 30px;
}

.ui-radio input {
    transform: scale(2);
    left: 2em;
}
.ui-grid-e .ui-block-a {
    width: 20% !important;
}
.ui-grid-e .ui-block-c, .ui-grid-e .ui-block-e {
    width: 15% !important;
}
.ui-grid-e .ui-block-b, .ui-grid-e .ui-block-d, .ui-grid-e .ui-block-f {
    width: auto !important;
    font-size: 30px;
    line-height: 80px;
}
/**/
.next_bt .ui-btn {
    border-style: none;
    line-height: 80px;
    margin: 0px 80px;
    width: 600%;
}

input[type="submit"] {
    text-indent: 0px;
    width: 585px;
    height: 90%;
    padding: 0px;
    line-height: 80px;
    margin: 5px 10px;
    background: #04A767;
}
.next_bt {
    margin: 40px auto 0px;
}
.next_bt .ui-shadow {
    box-shadow: inherit;
}
#footer_navi {
    font-size: 30px;
    margin-top: 0px;
}
#footer_navi ul {
    background-color: #04A767;
}

#footer_navi .ui-btn {
    font-size: 30px;
}
.ui-listview a {
    color: #fff;
}
.ui-listview a:link {
    color: #fff;
}
.ui-listview a:hover {
    color: #ddd;
}
.ui-listview > li a:link, .ui-listview > li a:visited {
    border-color: #FFF;
}
.footer_menu::after {
    width: 42px;
    height: 42px;
    margin-top: -22px;
    background-size: 20px;
}
footer {
    clear: both;
    margin-top: 0px;
    background-color: #036B42;
    color: #ffffff;
    /*position: static;*/
bottom: auto;
}
.copyright {
    padding: 20px;
    font-size: 15px;
    text-align: center;
}
.fl_footer {
    font-size: 12px;
    text-align: center;
    background-color: #036B42;
    color: #ffffff;
    line-height: 60px;
}

#select_course02 {
    text-indent: -9999px;
    margin: 20px auto 40px;
    width: 750px;
    height: 520px;
    background-image: url(../../../ex/img/item/0003/course_select_sp_fl.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#select_course02 .ui-radio {
    width: 100%;
    margin: 0em 0 !important;
    float: left;
    height: 100px;
    position: relative;
}
#select_course02 .ui-btn[for="select_course01"] {
    margin-left: 98px;
}
#select_course02 .ui-btn[for="select_course02"] {
    margin-left: 98px;
    margin-top: 275px;
}
#select_course02 label {
    border: 5px solid #ffffff !important;
    margin-top: 110px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 0;
    background-color: white;
}


#select_course02 .ui-radio-on::after {

    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 6px;
    width: 34px;
    height: 34px;
    background: #009a9a;
    margin-top: -21px;
    border: none;
}
#select_course02 input {
    display: none;
}
.attention02 {
    font-size: 25px;
}