/* breakpoint 1080px */
body {
    font-family: Arial, sans-serif;
    color:#333333;
    font-size:14px;
    width:100%;
    padding:0;
    display:block;
    margin:0 auto;
}
.terms{
    padding:0px 0px 30px 0;
    width:100%;
    max-width: 1080px;
    margin:0 auto;
}
.subheading{
    background:#005BAC;
    display:block;
    margin-top:30px;
    padding:10px 0 10px 20px;
    color:#ffffff;
}
ol.terms-list{
    width:85%;
    display:block;
    margin:0 auto;
}
ol {
    counter-reset: item;
    list-style-type: none;
}
ol > li {
    counter-increment: item;
    position: relative;
}
ol > li::before {
    content: counter(item) ".";
    position: absolute;
    left: -1.5em;
}
ol ol {
    counter-reset: subitem;
    margin-left:-40px;
}
ol ol > li {
    counter-increment: subitem;
}
ol ol > li::before {
    content: "（" counter(subitem) "）";
    position: absolute;
    left: -2.5em;
}
ol.terms-list p{
    margin-left:-20px;
}
ol.terms-list li{
    line-height: 1.7;
    padding:0 20px 0 5px;
}
p.terms-text{
    width:85%;
    display:block;
    margin:20px auto;
}
p.end-terms{
    margin-top:50px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 40px;
    width: 100%;
}
@media (min-width: 1081px) {
    ol.terms-list{
        width:95%;
        display:block;
        margin:0 auto;
    }
    p.terms-text{
        width:95%;
        display:block;
        margin:20px auto;
    }
    ol ol {
        margin-left:-15px;
    }
    p.end-terms{
        padding-right: 0px;
    }
}

@media (max-width: 1080px) {
    body {
        overflow: hidden;
    }
}

.contact{
    padding:0px 0px 30px 0;
    width:100%;
    max-width: 1080px;
    display:block;
    margin:0 auto;
    font-size:14px;
}
.qa {
    max-width: 1080px;
    margin-bottom: 10px;
    border: none;
    border-bottom:1px solid #d1d1d1;
    background-color: #fff;
}
.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa summary::before,
.qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa summary::before {
    color: #005BAC;
    content: "Q";
}
.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa[open] summary::after {
transform: rotate(225deg);
}
.qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    line-height:1.7;
}
.qa[open] p {
    transform: none;
    opacity: 1;
}
.qa p::before {
    color: #e64565;
    line-height: 1.2;
    content: "A";
}
.subheading{
    background:#005BAC;
    display:block;
    margin-top:50px;
    padding:10px 0 10px 10px;
    color:#ffffff;
    max-width:100%;
}
.qa ul{
    line-height:2.0;
}
