section {
    background: #fff;
}

ul {
    list-style: square;
}

.col2 {
    float: left;
    margin: 0 4% 14px 0;
    width: 48%;
}

.col2:last-child {
    margin-right: 0;
}

.acc-list {
    margin-bottom: 18px;
}

.area-list .col2 {
    margin-bottom: 0;
    margin-top: -1px;
}

.acc-list .acc-tog {
    background-color: #fff;
    border-bottom: 0;
    border-top: 1px solid #bbb;
    color: #555;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
    font-size: 1rem;
}

.acc-list .acc-tog.open {
    margin-bottom: 10px;
}

.acc-list .acc-tog.open, .acc-list .acc-tog:last-of-type {
    border-bottom: 1px solid #bbb;
}

.faq .acc-tog {
    padding-left: 40px;
}

span.arrow {
    display: block;
    padding: 4px 30px 4px 0;
    background: url(../images/arrow_acc_right@2x.png) right center no-repeat;
    background-size: 24px auto;
}

.open span.arrow {
    background-image: url(../images/arrow_acc_bottom@2x.png);
}

.icon-a {
    background: url(../images/icon-a.png) left top no-repeat;
}

.icon-q {
    background: url(../images/icon-q@2x.png) left center no-repeat;
    background-size: 24px auto;
}

.pref-list ul {
    margin-left: 0;
}

.pref-list li {
    display: inline-block;
}

.pref-list li a {
    display: inline-block;
    padding: 10px;
}

.global-footer .privacy {
	float: right;	
}

.global-footer .privacy a {
	display: inline-block;
}

.global-footer .privacy a:not(:last-child) {
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
    .global-footer .privacy {
        float: none;
    }

    .global-footer .privacy a {
        margin-top: 1em;
    }
}
