<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.secDetails{
	margin-bottom : 30px;
}

/*----------------------------
.secForm
----------------------------*/

.secForm{
}
.secForm .formSubTitle{
    font-size:1.4em;
    font-weight: bold;
    padding:15px 0 5px 0;
    line-height:140%;
}
.secForm .txtSupport{
    color:#808080;
    padding:0 0 10px 0;
}
.secForm .txtCaution{
    color:#d7000f;
}
.formTable .labelKind{
    font-size:1.3em;
    font-weight: bold;
    line-height:120%;
    vertical-align: text-bottom;
}
.labelKind *{
    vertical-align: text-bottom;
}

.input_area{
    padding: 15px 0;
}

.input_title{
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    line-height: 30px;
}

.form_input_area{
    margin-bottom: 30px;
}

.form_input_area &gt; .form_input_title{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_input_area &gt; .input_area:nth-child(2n){
    background:#fbf9f6;
}
.form_input_area &gt; .input_area:nth-child(2n+1){
    background:#ffffff;
}


.confirm_txt{
    font-size: 1em;
    text-align: left;
    padding-right: 15px;
    line-height: 30px;
}

.confirm_txtarea{
    font-size: 1em;
    text-align: left;
    padding-right: 15px;
    margin-top: 5px;
}

.input_title span{
    background: #d70000;
    color: #ffffff;
    font-size: 0.6em;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
    margin-left: 15px;
    line-height: 20px;
}

.input_area .att_txt{
    padding: 5px 0;
    color: #777777;
}


.boxButton .init_button{
    color: #c19575;
    background: url(../images/x.png) right 15px center no-repeat #ffffff;
    box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.3);
    border:solid 1px #cccccc;
    border-radius: 3px;
    text-align:left;
    
    display: inline-block;
    width: 250px;
    height:60px;
    padding:20px 0 20px 20px;
    font-size:1.4em;
    font-weight: bold;
    cursor: pointer;
}
.boxButton .init_button:hover{
    opacity: 0.8;
}

.boxButton input[type="submit"].next_button{
    color: #ffffff;
    background: url(../images/arrow.png) right 15px center no-repeat #00395c;
    box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align:left;
    
    display: inline-block;
    width: 250px;
    height:60px;
    padding:20px 0 20px 20px;
    font-size:1.4em;
    font-weight: bold;
}
.boxButton input[type="submit"].next_button:hover{
    opacity:0.8;
}

.bottom_text_area{
    padding: 15px 0 50px 0;
}

@media only screen and (max-width:767px){
    .secForm{
        padding:10px 0px 30px 0px;
    }
    .boxButton .init_button{
        width:100%;
    }
    .boxButton input[type="submit"].next_button{
        width:100%;
    }
}
@media print, screen and (min-width:768px){
    .secForm{
        background:url(../images/bgForm.png) left top repeat;
        padding:10px 25px 30px 25px;
    }
}

@media screen and (max-width:767px){
}

@media screen and (min-width:768px){
}

</pre></body></html>