@charset "utf-8";
/* CSS Document */


.collection-wrapper{
    width: 95%;
    margin: auto;
}
@media print, screen and (min-width: 1080px) {
    .collection-wrapper{
        width: 75%;
    }
}
.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;
}
.collection-caption{
    margin-bottom: 45px;
}
.collection-ttl{
    border-left: 7px solid var(--color-theme-primary);
    padding-left: 10px;
    margin-bottom: 15px;
}
.collection-detail{
    margin-bottom: 35px;
    overflow: hidden;
}
.collection-detail > p{
    padding-left: 10px;
}

.collection-image{
    width: 300px;
    margin: 45px auto;
    text-align: center;
}
@media print, screen and (min-width: 1080px) {
    .collection-image{
        width: 100%;
    }
}

.collection-subttl{
    margin: 10px 0 10px 10px;
}

.contact-wrapper{
    width: 95%;
    margin: auto;

}
@media print, screen and (min-width: 1080px) {
    .contact-wrapper{
        width: 100%;
        /* padding: 35px; */
    }
}

.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: 5px;
    background-color: #bae3f7;
    border: 1px #bae3f7 solid;
}
.contact-tabWrapper{
    display: flex;
}

.contact-tab{
    width: calc(100% / 3);
    text-align: center;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: #c8e5f3;
    border-radius: 5px 5px 0 0;
}
.contact-tab.active{
    color: #018dcb !important;
    border-top: 1px solid #c8e5f3;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #c8e5f3;
    background-color: #ffffff;
}

.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: 250px;
        display: table-cell;
        vertical-align: top;
    }
}
.contact-notice{
    font-size: 13px;
    color:#f53737;
}
.contact-accent{
    background-color: #bae3f7;
    padding: 5px;
    display: inline-block;
}
.contact-required{
    position: unset;
    background-color: #f53737;
    font-size: 13px;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.contact-inputItem{
    /* display: none; */
}
.contact-confirm{
    display: none;
}
@media print, screen and (min-width: 1080px) {
    .contact-required{
        position: absolute;
        right: 15px;
    }
}
.contact-td{
    display: block;
    padding: 10px;
}
@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;
    display: flex;
}

.contact-button{
    width: 100%;
    background-color: #018dcb;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 10px;
    border: 1px #018dcb solid;
    font-size: 13px;
}
.contact-button-back{
    background-color: #bae3f7;
    color: #018dcb;;
}
@media print, screen and (min-width: 1080px) {
    .contact-button{
        font-size: 16px;
    }
}
.contact-button:hover{
    background-color: #ffffff;
    color: #018dcb;
}

