.m-area-list {
    margin: -49px -16px 0;
}

.m-area-list__headline {
    position: relative;
    padding: 18px 40px 18px 16px;
    border-top: 1px solid #ddd;
    font-weight: 400;
}

.m-area-list__headline:before,
.m-area-list__headline:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto 0;
    content: "";
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
    background: #999;
}

.m-area-list__headline:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.m-area-list__headline.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-area-list__headline.is-open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
}

.m-area-list__body {
    background: #fafafa;
}

.m-area-list__item {
    position: relative;
}

.m-area-list__item:before {
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    height: 1px;
    content: "";
    background: #ddd;
}

.m-area-list__item:first-child:before {
    display: none;
}

.m-area-list__link {
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 18px 48px 18px 16px;
    color: #0062b2;
}

.m-area-list__link:before {
    position: absolute;
    right: 4px;
}

.m-area-list__link .a-button__text {
    display: inline;
    line-height: 1.2;
    font-weight: 400;
}

.m-area-list__link .a-button__text:after {
    content: none;
}

.m-area-list__wrapper {
    overflow: visible;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
}

.p-sl-datatype-okigaru {
    padding-top: 43px;
    padding-bottom: 80px;
}

.p-sl-datatype-okigaru__inner {
    padding-bottom: 16px;
}

.p-sl-datatype-okigaru__lead {
    margin-bottom: 24px;
}

.m-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    max-width: 320px;
    margin: auto;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
}

.m-search-list__item {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    margin-top: 16px;
}

.m-search-list__item.is-current .m-search-list__link {
    background: #0062b2;
}

.m-search-list__item.is-current .m-search-list__link:before {
    color: #fff;
}

.m-search-list__item.is-current .m-search-list__text {
    color: #fff;
}

.m-search-list__link {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 8px;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #0062b2;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}

.m-search-list__link:before {
    display: block;
    margin: 16px 0 0;
    font-size: 32px;
}

.m-search-list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.m-tab {
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
}

.m-tab__wrapper {
    position: relative;
    margin: 0 -16px;
    height: 50px;
    overflow: hidden;
    z-index: 2;
}

.m-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-tab__item {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.m-tab__item.is-current .m-tab__link {
    border-bottom: 2px solid #124a7b;
    background: #fff;
    color: #124a7b;
    font-weight: 700;
    cursor: default;
}

.m-tab__link {
    display: block;
    width: 100%;
    height: 49px;
    padding: 0 12px;
    color: #0062b2;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-sl-datatype .m-tab__item {
    width: 100%;
}

.p-sl-datatype-content__inner {
    background-color: #fff;
}

.p-sl-datatype__inner {
    margin: 0 -16px;
    padding: 28px 16px;
}

.p-sl-datatype__inner-title {
    text-align: center;
    margin-bottom: 30px;
}

.p-sl-datatype__inner-title:before {
    display: block;
    font-size: 40px;
    margin-bottom: 8px;
}

.p-sl-datatype__inner-text {
    margin-bottom: 16px;
}

.p-sl-datatype__inner-image {
    display: block;
    width: 100%;
}

.p-sl-datatype__inner .m-search-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-sl-datatype__inner .m-search-list__link {
    margin: 0;
}

.p-sl-datatype-okigaru {
    padding-top: 43px;
    padding-bottom: 80px;
}

.p-sl-datatype-okigaru__inner {
    padding-bottom: 16px;
}

.p-sl-datatype-okigaru__lead {
    margin-bottom: 24px;
}

.m-checkbox-list {
    margin: -49px -16px 0;
}

.m-checkbox-list__headline {
    font-weight: 400;
    position: relative;
    padding: 18px 40px 18px 16px;
    border-top: 1px solid #ddd;
}

.m-checkbox-list__headline:before,
.m-checkbox-list__headline:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto 0;
    content: "";
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
    background: #999;
}

.m-checkbox-list__headline:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.m-checkbox-list__headline.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-checkbox-list__headline.is-open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
}

.m-checkbox-list__body-wrapper {
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    overflow-y: visible;
}

.m-checkbox-list__body--no-checkbox {
    background: #fafafa;
}

.m-checkbox-list__body--no-checkbox .m-checkbox-list__item {
    border-top: 0;
    position: relative;
}

.m-checkbox-list__body--no-checkbox .m-checkbox-list__item:before {
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    height: 1px;
    content: "";
    background: #ddd;
}

.m-checkbox-list__body--no-checkbox .m-checkbox-list__item:first-child:before {
    display: none;
}

.m-checkbox-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
}

.m-checkbox-list__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px 12px 16px;
}

.m-checkbox-list__link:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    text-align: center;
}

.m-checkbox-list__wrapper {
    margin-bottom: 0;
}

.m-checkbox-list__inner:first-child .m-checkbox-list__headline {
    border-top: none;
}

.m-form {
    word-break: break-all;
    overflow-wrap: break-word;
}

.m-checkbox-list {
    margin: -49px -16px 0;
}

.m-checkbox-list__headline {
    font-weight: 400;
    position: relative;
    padding: 18px 40px 18px 16px;
    border-top: 1px solid #ddd;
}

.m-checkbox-list__headline:before,
.m-checkbox-list__headline:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto 0;
    content: "";
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
    background: #999;
}

.m-checkbox-list__headline:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.m-checkbox-list__headline.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-checkbox-list__headline.is-open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
}

.m-checkbox-list__body--station .m-checkbox-list__link:hover .a-text {
    border-bottom-color: transparent;
}

.m-checkbox-list__body-wrapper {
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    overflow-y: visible;
}

.m-checkbox-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
}

.m-checkbox-list__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px 12px 16px;
}

.m-checkbox-list__link:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    text-align: center;
}

.m-checkbox-list__wrapper {
    margin-bottom: 0;
}

.m-checkbox-list__inner:first-child .m-checkbox-list__headline {
    border-top: none;
}

.m-form {
    word-break: break-all;
    overflow-wrap: break-word;
}

@media print,
screen and (min-width: 769px) {
    .m-area-list {
        margin: -28px 0 -16px;
    }

    .m-area-list__headline {
        padding: 28px 0 16px;
    }

    .m-area-list__headline:first-child {
        border-top: 0;
    }

    .m-area-list__headline:before,
    .m-area-list__headline:after {
        content: none;
    }

    .m-area-list__headline-text {
        display: block;
        padding-left: 15px;
        font-size: 18px;
    }

    .m-area-list__headline-text:before {
        position: absolute;
        top: 33px;
        left: 0;
        width: 3px;
        height: 20px;
        content: "";
        background: #ddd;
    }

    .m-area-list__body {
        background: none;
        margin-bottom: 16px;
    }

    .m-area-list__list {
        font-size: 0;
        margin-right: -8px;
        margin-left: -8px;
    }

    .m-area-list__item {
        display: inline-block;
        width: 16.66%;
        padding-right: 8px;
        padding-left: 8px;
        text-align: center;
        vertical-align: top;
    }

    .m-area-list__item:before {
        display: none;
    }

    .m-area-list__link {
        border: 1px solid #0062b2;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 56px;
        margin-bottom: 16px;
        padding: 0;
    }

    .m-area-list__link:hover {
        border-width: 3px;
    }

    .m-area-list__link:hover .a-button__text {
        text-decoration: underline;
    }

    .m-area-list__link:before {
        display: none;
    }

    .m-area-list__wrapper {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .p-sl-datatype-okigaru {
        padding-top: 48px;
    }

    .p-sl-datatype-okigaru__inner {
        width: 1120px;
        margin: 0 auto;
        padding-bottom: 32px;
        border-bottom: 1px solid #e9e9e9;
    }

    .p-sl-datatype-okigaru__lead {
        text-align: center;
    }

    .p-sl-datatype-okigaru__link-list--link {
        margin-bottom: 16px;
    }

    .m-search-list {
        max-width: 100%;
        margin: 16px auto 0;
        position: static;
    }

    .m-search-list__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 160px;
    }

    .m-search-list__item.is-current .m-search-list__link:hover:before {
        -webkit-animation: none;
        animation: none;
    }

    .m-search-list__item.is-current .m-search-list__link:hover .m-search-list__text {
        -webkit-animation: none;
        animation: none;
    }

    .m-search-list__link {
        width: 112px;
        height: 112px;
        margin: 0 24px;
    }

    .m-search-list__link:before {
        margin: 24px 0 0;
    }

    .m-search-list__link:hover {
        background: #0062b2;
    }

    .m-search-list__link:hover:before {
        color: #fff;
        -webkit-animation: search_list 0.3s ease-out 0s 1 both;
        animation: search_list 0.3s ease-out 0s 1 both;
    }

    .m-search-list__link:hover .m-search-list__text {
        color: #fff;
        -webkit-animation: search_list 0.4s ease-out 0s 1 both;
        animation: search_list 0.4s ease-out 0s 1 both;
    }

    .m-search-list__text {
        margin: 8px 18px 0;
        font-size: 13px;
    }

    .m-tab__wrapper {
        margin: 0;
    }

    .m-tab__list {
        width: 100%;
    }

    .m-tab__item {
        width: 280px;
        font-size: 14px;
    }

    .m-tab__item:last-child {
        border-right: 1px solid #ddd;
    }

    .m-tab__item.is-current .m-tab__link:hover {
        padding-bottom: 1px;
    }

    .m-tab__link {
        padding: 0 12px 1px;
        font-weight: 400;
        -webkit-transition: all 0.12s ease-out 0s;
        -o-transition: all 0.12s ease-out 0s;
        transition: all 0.12s ease-out 0s;
    }

    .m-tab__link:hover {
        border-bottom: 2px solid currentColor;
        padding-bottom: 0;
        font-weight: 700;
    }

    .p-sl-datatype .m-tab__item {
        width: 33.33333%;
    }

    .p-sl-datatype .m-tab__wrapper {
        margin-bottom: -1px;
    }

    .p-sl-datatype-content__inner {
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        padding: 0 176px;
    }

    .p-sl-datatype__inner {
        padding: 58px 0 25px;
        margin: 0 auto;
    }

    .p-sl-datatype__inner--border-bottom {
        border-bottom: 1px solid #e9e9e9;
    }

    .p-sl-datatype__inner-title {
        text-align: left;
        margin-bottom: 0;
    }

    .p-sl-datatype__inner-title:before {
        display: inline-block;
    }

    .p-sl-datatype__inner-text {
        width: 360px;
        padding-top: 24px;
        display: inline-block;
        vertical-align: top;
    }

    .p-sl-datatype__inner-picture {
        width: calc(100% - 390px);
        display: inline-block;
        vertical-align: top;
        margin-left: 24px;
    }

    .p-sl-datatype__inner .m-search-list {
        max-width: 468px;
    }

    .p-sl-datatype__inner .m-search-list__item {
        width: auto;
    }

    .p-sl-datatype__step2-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-sl-datatype__step2-item {
        width: 372px;
    }

    .p-sl-datatype__step2-item+.p-sl-datatype__step2-item {
        margin-left: 20px;
    }

    .p-sl-datatype__step2-item .a-button--size_normal {
        width: 100%;
    }

    .p-sl-datatype-okigaru {
        padding-top: 48px;
    }

    .p-sl-datatype-okigaru__inner {
        width: 1120px;
        margin: 0 auto;
        padding-bottom: 32px;
        border-bottom: 1px solid #e9e9e9;
    }

    .p-sl-datatype-okigaru__lead {
        text-align: center;
    }

    .p-sl-datatype-okigaru__link-list--link {
        margin-bottom: 16px;
    }

    .m-checkbox-list {
        margin: -28px 0 -16px;
    }

    .m-checkbox-list__headline {
        display: inline-block;
        margin-right: 24px;
        padding: 28px 0 26px;
    }

    .m-checkbox-list__headline:first-child {
        border-top: 0;
    }

    .m-checkbox-list__headline:before,
    .m-checkbox-list__headline:after {
        content: none;
    }

    .m-checkbox-list__headline-text {
        font-size: 18px;
        display: block;
        padding-left: 15px;
    }

    .m-checkbox-list__headline-text:before {
        position: absolute;
        top: 33px;
        left: 0;
        width: 3px;
        height: 20px;
        content: "";
        background: #ddd;
    }

    .m-checkbox-list__content {
        display: inline;
        position: relative;
    }

    .m-checkbox-list__body-wrapper {
        margin-bottom: 32px;
        border-top: 0;
    }

    .m-checkbox-list__body {
        margin-left: 32px;
        margin-right: 32px;
    }

    .m-checkbox-list__body--no-checkbox {
        background: none;
    }

    .m-checkbox-list__body--no-checkbox .m-checkbox-list__item:before {
        display: none;
    }

    .m-checkbox-list__list {
        font-size: 0;
        vertical-align: top;
        border-bottom: 0;
    }

    .m-checkbox-list__list--wide-column .m-checkbox-list__item {
        width: 33.33%;
    }

    .m-checkbox-list__item {
        border-top: 0;
    }

    .m-checkbox-list__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 25%;
        margin-bottom: 32px;
    }

    .m-checkbox-list__link {
        display: inline-block;
        padding: 0;
    }

    .m-checkbox-list__link:before {
        content: none;
    }

    .m-checkbox-list__link .a-link-text {
        -webkit-transition: border-bottom 0.24s ease-out;
        -o-transition: border-bottom 0.24s ease-out;
        transition: border-bottom 0.24s ease-out;
        border-bottom: 1px solid transparent;
    }

    .m-checkbox-list__link:hover .a-link-text {
        border-bottom: 1px solid currentColor;
    }

    .m-checkbox-list__wrapper {
        margin-bottom: 0;
    }

    .m-checkbox-list__inner {
        margin-top: -28px;
    }

    .m-checkbox-list__inner:first-child {
        margin-top: 0;
    }

    .m-checkbox-list {
        margin: -28px 0 -16px;
    }

    .m-checkbox-list__headline {
        display: inline-block;
        margin-right: 24px;
        padding: 28px 0 26px;
    }

    .m-checkbox-list__headline:first-child {
        border-top: 0;
    }

    .m-checkbox-list__headline:before,
    .m-checkbox-list__headline:after {
        content: none;
    }

    .m-checkbox-list__headline-text {
        font-size: 18px;
        display: block;
        padding-left: 15px;
    }

    .m-checkbox-list__headline-text:before {
        position: absolute;
        top: 33px;
        left: 0;
        width: 3px;
        height: 20px;
        content: "";
        background: #ddd;
    }

    .m-checkbox-list__content {
        display: inline;
        position: relative;
    }

    .m-checkbox-list__body--station .m-checkbox-list__list {
        position: relative;
    }

    .m-checkbox-list__body--station .m-checkbox-list__item {
        display: inline-block;
        width: 5.26%;
        padding-top: 40px;
        vertical-align: top;
        position: relative;
    }

    .m-checkbox-list__body--station .m-checkbox-list__item:before {
        position: absolute;
        right: 0;
        left: 0;
        height: 6px;
        margin-top: -30px;
        content: "";
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        background: -webkit-gradient(linear,
                right top,
                left top,
                color-stop(25%, #999),
                color-stop(25%, #fff),
                color-stop(75%, #fff),
                color-stop(75%, #999),
                color-stop(100%, #999),
                to(#fff));
        background: -webkit-linear-gradient(right,
                #999 25%,
                #fff 25%,
                #fff 75%,
                #999 75%,
                #999 100%,
                #fff);
        background: -o-linear-gradient(right,
                #999 25%,
                #fff 25%,
                #fff 75%,
                #999 75%,
                #999 100%,
                #fff);
        background: linear-gradient(-90deg,
                #999 25%,
                #fff 25%,
                #fff 75%,
                #999 75%,
                #999 100%,
                #fff);
        background-position: center;
        background-size: 100% auto;
    }

    .m-checkbox-list__body--station .m-checkbox-list__link {
        position: relative;
        display: block;
        width: 1.2em;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20px;
        padding-top: 4px;
    }

    .m-checkbox-list__body--station .m-checkbox-list__link .a-text {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 1.2em;
    }

    .m-checkbox-list__body--station .m-checkbox-list__link {
        padding-right: 1px;
    }

    .m-checkbox-list__body-wrapper {
        margin-bottom: 32px;
        border-top: 0;
    }

    .m-checkbox-list__body {
        margin-left: 32px;
        margin-right: 32px;
    }

    .m-checkbox-list__body--station {
        margin-left: 0;
        margin-right: 0;
    }

    .m-checkbox-list__list {
        font-size: 0;
        vertical-align: top;
        border-bottom: 0;
    }

    .m-checkbox-list__item {
        border-top: 0;
    }

    .m-checkbox-list__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 25%;
        margin-bottom: 32px;
    }

    .m-checkbox-list__link {
        display: inline-block;
        padding: 0;
    }

    .m-checkbox-list__link:before {
        content: none;
    }

    .m-checkbox-list__wrapper {
        margin-bottom: 0;
    }

    .m-checkbox-list__inner {
        margin-top: -28px;
    }

    .m-checkbox-list__inner:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .m-area-list__link {
        text-align: left;
    }

    .m-tab {
        height: 80px;
    }

    .m-tab__item:first-child {
        border-left: none;
    }

    .p-sl-datatype__inner .m-search-list {
        position: static;
    }
}