.contact{

}
.contact-wrapper{
    width: 95%;
    margin: auto;

}
@media print, screen and (min-width: 1080px) {
    .contact-wrapper{
        width: 85%;
        padding: 35px;
    }
}
.contact-pointList{
    margin: 0;
    padding: 0;
}
.contact-pointItem{
    list-style:disc;
    list-style-position: inside;
    line-height: 1.5;
}
.contact-subPointList{
    margin: 0;
    padding: 0;
}
.contact-subPointItem{
    list-style:circle;
    list-style-position: inside;
    line-height: 1.5;
    padding-left: 15px;
}
.contact-title{
    margin-top: 35px;
}
.contact-errorNotice{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color:#f53737;
    display: none;
}
.contact-tableOuter{
    padding: 15px;
    margin-top: 15px;
    background-color: #bae3f7;
    border: 1px #bae3f7 solid;
}
.contact-table{
    display: block;
    width: 95%;
    /* color:#000000 */
}
@media print, screen and (min-width: 1080px) {
    .contact-table{
        display: table;
        width: 100%;
    }
}
.contact-row{
    display:block;
}
@media print, screen and (min-width: 1080px) {
    .contact-row{
        display:table-row;
    }
}
.contact-th{
    position: relative;
    display: block;

    padding: 10px;
    width: 100%;
    line-height: 1.5;
}
@media print, screen and (min-width: 1080px) {
    .contact-th{
        width: 350px;
        display: table-cell;
        vertical-align: top;
        width: 150px;
    }
}
.contact-notice{
    font-size: 13px;
    color:#f53737;
}
.contact-accent{
    background-color: #bae3f7;
    padding: 5px;
    width: 200px;
    display: inline-block;
}
.contact-required{
    position: unset;
    background-color: #f53737;
    font-size: 13px;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 5px;
}
@media print, screen and (min-width: 1080px) {
    .contact-required{
        position: absolute;
        right: 15px;
    }
}
.contact-td{
    display: block;
    padding: 10px;
    width: 100%;
}
@media print, screen and (min-width: 1080px) {
    .contact-td{
        display: table-cell;
    }
}
.contact-error{
    color:#f53737;
    font-size: 13px;
    font-weight: bold;
    display: none;
}
.contact-input{
    appearance: auto;
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
    width: calc(100% - 30px);
    border-radius: 10px;
    background-color: #ffffff;
}
.contact-input.textarea {
    height: 250px;
}
.contact-checkboxList{
    display: flex;
    flex-wrap: wrap;
}
.contact-checkBox{
    margin-right: 10px;
}
.contact-radioList{
    display: flex;
    flex-wrap: wrap;
    
}
.contact-radio{
    padding-right: 30px;
}
.contact-radio > input{
    margin-right: 5px;
}
.contact-address-required{
    color: #f53737;
    font-size: 12px;
    font-weight: bold;
}
.contact-addressTtl{
    margin-top: 15px;
}
.contact-about{
    margin-top: 35px;
}
.contact-about-ttl{
    border: 1px #d1d1d1 solid;
    padding: 15px;
    background-color: #ececec;
}
.contact-about-detail{
    border-left: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    padding: 15px;
}
.contact-about-detail a:link,.contact-about-detail a:visited{
    text-decoration: underline;
    color: #0070c0;
}
.contact-about-detail a:hover{
    text-decoration: none;
}
.contact-agreement{
    margin-top: 15px;
    text-align: center;
}

.contact-buttonWapper{
    width: max-content;
    margin: 35px auto;
    text-align: center;
    cursor: pointer;
}

.contact-button{
    width: 100%;
    background-color: #018dcb;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 10px;
    border: 1px #018dcb solid;
    font-size: 13px;
}
@media print, screen and (min-width: 1080px) {
    .contact-button{
        font-size: 16px;
    }
}
.contact-button:hover{
    background-color: #ffffff;
    color: #018dcb;
}

.contact-tel-ttl{
    background-color: #305496;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    margin: 75px 0 15px 0;
    width: 100%;
    box-sizing: border-box;
}
@media print, screen and (min-width: 1080px) {
    .contact-tel-ttl{
        width: 85%;
        text-align: left;
        margin: 75px auto 15px auto;
        display: block;
    }
}
.contact-tel-ttl > span{
    display: block;
    width: 100%;
}
@media print, screen and (min-width: 1080px) {
    .contact-tel-ttl > span{
        display: inline;
    }
}
.contact-tel-subttl{
    margin-top: 35px;
    font-weight: bold;
}
.contact-tel-download{
    margin-top: 35px;
}
.contact-tel-download a:link,.contact-tel-download a:visited{
    text-decoration: underline;
    color: #0070c0;
}
.contact-tel-download a:hover{
    text-decoration: none;
}
@media print, screen and (min-width: 1080px) {
    .contact-tel-subttl{
        width: 85%;
        margin: 35px auto 0 auto;
        text-align: left;
    }
    .contact-tel-download{
        width: 85%;
        margin: 5px auto 0 auto;
        text-align: left;
    }
}
.contact-tel-table{
    display: table;
    border-collapse: collapse;
    width: 100%;
}
@media print, screen and (min-width: 1080px) {
    .contact-tel-table{
        width: 85%;
        margin: auto;
    }
}
.contact-tel-row{
    display: table-row;
}
.contact-tel-th{
    display: table-cell;
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    width: 35%;
    font-size: 14px;
}
.contact-tel-td{
    display: table-cell;
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
    font-size: 14px;
}
.contact-tel-number{
    text-align: center;
}
@media print, screen and (min-width: 1080px) {
    .contact-tel-th{
        font-size: 16px;
    }
    .contact-tel-td{
        font-size: 16px;
    }
}

