body{
    font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
body input[type] ~ input[type]{
    margin-left: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.slds-pagetitle{
    margin: 1rem 0.75rem 1.5rem 0.75rem;
    max-width: 740px;
    text-align: center;
}
.slds-scope{
    color: #505050 !important;
}
.slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6, .slds-scope th, .slds-scope td{
    font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
.slds-scope h1{
    display: block !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    margin: 0 auto 0.5rem auto !important;
    color: #0b3182;
    text-align: center;
}
.slds-scope h2{
    display: block !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 0.5rem !important;
}
.slds-scope small{
    font-size: .75rem !important;
}
.slds-scope .slds-m-horizontal_small{
    max-width: 860px;
}
.form-element__group{
    padding: 10px 10px 25px 10px;
    margin-top: 15px;
    background: #f5f5f5;
}
.slds-scope .slds-card{
    border: none !important;
    margin: 10px !important;
    box-shadow: none !important;
    background: none !important;
}
.slds-scope .slds-card--child{
    padding-left: 1rem !important;
    margin-left: 1.5rem !important;
    margin-bottom: 1rem !important;
    border-left: dashed 1px #ccc !important;
    border-radius: 0 !important;
}
.slds-scope .slds-form--compound .slds-form-element__row{
    margin-bottom: 0 !important;
}
.slds-scope .slds-form-element__label{
    font-weight: bold;
    font-size: .8125rem !important;
    margin-bottom: 0.25rem !important;
    margin-top: 0.75rem !important;
    color: #505050 !important;
}
.slds-scope .form-element__subGroup .slds-form-element__label{
    font-weight: normal;
}
.slds-scope .slds-form-element__label--block{
    display: block !important;
}
.slds-scope .slds-required{
    font-size: 0.75rem;
}
.slds-scope .slds-optional{
    font-size: 0.75rem;
    color: #333;
}
.slds-scope .slds-form-element__supplement{
    display: block;
    font-size: 0.75rem !important;
    margin-top: 0.15em;
}
.slds-scope .slds-input{
    padding: 0.2rem 0.5rem !important;
}
.slds-scope .slds-select_container .slds-select{
    padding: 0.5rem 0.5rem !important;
    cursor: pointer;
}
.slds-scope .slds-form-element__format{
    display: block;
    color: #999;
    font-size: 0.75rem;
    margin-top: 0.15em;
}
.slds-scope .slds-checkboxGroup{
    margin-top: 0.35rem;
}
.slds-scope .slds-checkboxGroup .slds-form-element__label{
    margin-top: 0 !important;
    padding-top: 0.15rem !important;
    font-weight: normal;
    cursor: pointer;
}
.slds-scope .slds-checkboxGroup .slds-form-element__label b{
    display: inline-block;
    margin-bottom: 0.15rem;
}
.slds-scope .slds-checkboxGroup .slds-form-element__label small{
    color: #999;
}
.slds-scope .slds-box{
    border: none !important;
}
.slds-scope .slds-checkbox{
    margin-top: 0.35rem;
    display: flex !important;
}
.slds-scope .slds-checkbox--center{
    justify-content: center;
}
.slds-scope .slds-checkbox .slds-checkbox_faux{
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 0.5rem;
    cursor: pointer;
}
.slds-scope .slds-checkbox .slds-checkbox_faux:after{
    height: 0.5rem !important;
    width: 0.75rem !important;
    top: 45% !important;
}
.slds-scope .slds-button_brand{
    padding: 0.2rem 4rem !important;
    background-color: rgb(1, 118, 211) !important;
    border-color: rgb(1, 118, 211) !important;
}
.slds-scope .slds-button_brand:hover{
    background-color: rgb(1, 68, 134) !important;
    border-color: rgb(1, 68, 134) !important;
}
.slds-scope #zipsearchbtn.slds-button_brand{
    padding: 0.2rem 1rem !important;
}
.slds-scope .slds-button_prev{
    display: block !important;
    margin-left: 0 !important;
    margin-top: 1rem;
    color: rgb(1, 118, 211) !important;
    border: none;
    background: none;
}

.slds-scope .slds-verify{
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 0.25rem;
    margin: 1rem auto;
    max-width: 640px;
}
.slds-scope .slds-verify__resend{
    margin-bottom: 2rem;
}
.slds-scope .slds-verify .slds-input{
    width: 120px;
    vertical-align: middle;
    margin: 0 3px 0 0.5rem;
}
.slds-scope .slds-verify .slds-button{
    padding: 0.2rem 1rem !important;
}
.slds-scope .slds-table{
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}
.slds-scope .slds-table > tbody > tr{
    border-top: 1px solid #ddd;
}
.slds-scope .slds-table > tbody > tr > td{
    display: block;
    width: 100%;
    padding: 0.75rem 1rem !important;
    border: 0;
}
.slds-scope .slds-table > tbody > tr:hover>td{
    background: none !important;
}
.slds-scope .slds-table > tbody > tr > td:first-child{
    font-weight: bold;
    padding-bottom: 0 !important;
}
.slds-scope .slds-table > tbody > tr > td:nth-child(2n){
    padding-top: 0.25rem !important;
}
.slds-scope .slds-table > tbody > tr > td table td{
    padding: 0 !important;
    border: 0;
}
.slds-scope .slds-table > tbody{
    border-bottom: 1px solid #ddd;
}

.footer{
    border-top: 1px solid #eee;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.footer > section{
    margin-left: 0.75em;
    margin-right: 0.75em;
}
.footer .ft_privacy a{
    display: flex;
    color: #333;
}
.footer .ft_privacy a span{
    width: 40px;
    display: block;
    margin-right: 10px;
}
.footer .ft_privacy a p{
    width: calc(100% - 50px);
    font-size: 0.6875rem;
}
.footer .ft_privacy a p br{
    display: none;
}
.footer .link_area{
    margin-bottom: 1rem;
}
.footer .ft_links{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
    font-size: 0.6875rem;
}
.footer .ft_links li{
    margin-right: 1rem;
    margin-bottom: 0.35rem;
}
.footer .ft_links li img{
    width: 10px;
    margin-left: 5px;
}
.footer .ft_links li a{
    color: #333;
}
.footer .ctc_logo{
    width: 280px;
    margin-bottom: 0.5rem;
}
.footer .copyright{
    font-size: 0.6rem !important;
    color: #999;
}

@media only screen and (min-width:600px) {
    body{
        font-size: 1rem !important;
    }
    body label, body input[type="submit"]{
        font-size: 1rem;
    }
    .slds-pagetitle{
        margin: 2rem auto 3rem auto;
    }
    .slds-scope h1{
        font-size: 1.8rem !important;
        margin: 0 auto 1rem auto !important;
    }
    .slds-scope h2{
        margin: 0 0.75rem 1rem 0.75rem !important;
    }
    .slds-scope small{
        font-size: .875rem !important;
    }
    .form-element__group{
        padding: 40px;
    }
    .slds-scope .slds-card{
        padding: 20px !important;
    }
    .slds-scope .slds-card--child{
        margin-left: 3rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .slds-scope .slds-form--compound .slds-form-element__row{
        margin-bottom: 1rem !important;
    }
    .slds-scope .slds-form-element__label{
        font-size: 1rem !important;
        margin-top: 1rem !important;
    }
    .slds-scope .slds-input{
        padding: 0.5rem 0.75rem !important;
    }
    .slds-scope .slds-select_container .slds-select{
        padding: 0.75rem !important;
    }
    .slds-scope .slds-form-element__supplement{
        font-size: 0.875rem !important;
        margin-top: 0.2rem !important;
    }
    .slds-scope .slds-form-element__format{
        font-size: 0.875rem !important;
        margin-top: 0.2rem !important;
    }
    .slds-scope .slds-table{
        max-width: 740px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .slds-scope .slds-table > tbody > tr > td{
        display: table-cell !important;
        padding: 1rem 1.25rem !important;
    }
    .slds-scope .slds-table > tbody > tr > td:first-child{
        padding-bottom: 1rem !important;
        width: 160px !important;
        background-color: #f5f5f5 !important;
        white-space: nowrap;
    }
    .slds-scope .slds-table > tbody > tr > td:nth-child(2n){
        padding-top: 1rem !important;
    }
    .slds-scope .slds-button_brand{
        padding: 0.75rem 6rem !important;
    }
    .slds-scope .slds-checkbox .slds-checkbox_faux{
        margin-right: 0.75rem !important;
    }
    .slds-scope .slds-checkbox .slds-checkbox_faux:after{
        border-color: rgb(1, 118, 211) !important;
    }
    .slds-scope .slds-checkboxGroup .slds-form-element__label{
        padding-top: 0 !important;
    }
    .slds-scope .slds-verify{
        padding: 2.5rem;
    }
    .slds-scope .slds-verify label{
        font-size: 1.125rem !important;
    }
    .slds-scope .slds-verify .slds-button{
        padding: 0.5rem 2rem !important;
        font-size: 1.125rem !important;
    }
    .slds-scope .slds-verify .slds-input{
        width: 180px;
    }
    .footer{
        margin-top: 4rem;
        padding-bottom: 2rem;
    }
    .footer .link_area{
        display: flex;
        justify-content: space-between;
    }
    .footer .ft_privacy a p{
        font-size: 0.8125rem !important;
    }
    .footer .ft_privacy a p br{
        display: inherit;
    }
    .footer .ft_links{
        font-size: 0.8125rem;
        margin-top: 0 !important;
    }
    .footer .copy_area{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (min-width:860px) {
    .slds-scope .slds-m-horizontal_small{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width:1200px) {
    .footer > section{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}