@charset "utf-8";

@import url("reset.css");
@import url("../../../css/project.css");

/* commmon
*************************************/
body {
    opacity: 1;
}
.p-sns a:first-child {
width: 40px;
height: 52px;
}
.p-sns a:nth-child(2n) {
margin: 0 5px 0 10px;
width: 40px;
height: 52px;
}
@media (max-width: 768px) {
    .l-footer,
    .l-container,
    .l-container--small {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

      .p-footmenu .p-link {
        padding: 1.5rem 3rem 1.5rem 1.5rem;
      }
      .p-authorization {
        padding: 2rem 0 8rem;
      }
      .p-permit {
        padding: 0;
        margin: 0 auto;
      }
      .p-logo--footer {
        display: none;
      }
      .p-permit__lists {
        flex-direction: column;
      }
      .p-permit__lists > .p-permit__lists__list {
        width: 100%;
        margin-right: 0;
      }
      .p-permit__lists__list + .p-permit__lists__list {
        margin-top: 0.3rem;
      }
      .p-permit__item + .p-permit__item {
        margin-top: 0.3rem;
      }
      .p-permit__text {
        margin: 1.2rem 0;
        font-size: 1.2rem;
      }
      .p-footmarks {
        display: none;
      }
      .p-media {
        flex-direction: column;
      }
      .p-media > .p-media__item {
        width: 100%;
        padding-bottom: 5px;
        margin-right: 0;
      }
      .p-bannerimg {
        width: 100%;
      }
      .p-bannerimg .swiper-container-css-mode > .swiper-wrapper > .swiper-slide:first-child {
        padding-left: 0;
      }
      .p-banner-pagination .swiper-pagination-bullet {
        width: 30px;
      }
      .p-contactbox {
        flex-direction: column;
      }
      .p-contactbox > .p-contactbox__item {
        width: 100%;
        padding: 2rem;
      }
      .p-contactbox > .p-contactbox__item:first-child {
        background: #fff;
      }
      .p-contactbox__item .c-button-area {
        padding: 0 1rem;
      }
      .p-footmenu {
        flex-direction: column;
        margin-top: 0;
      }
      .p-footmenu > .p-footmenu__item {
        width: 100%;
        margin-right: 0;
      }
      .p-footmenu__head {
        margin-bottom: 0;
        border-bottom: 0;
      }
      .js-active .p-footmenu__head {
        border-bottom: 1px solid #e3e3e8;
      }
      .p-footmenu__head:after {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        background: url(../images/parts/icon/i-plus.svg) top left no-repeat;
        background-size: auto;
      }
      .js-active > .p-footmenu__head:after {
        background: url(../images/parts/icon/i-minus.svg) top left no-repeat;
        background-size: auto;
      }
      .p-footmenu > .p-footmenu__item:last-child .p-footmenu__head {
        border-bottom: 1px solid #e3e3e8;
      }
      .p-footmenu__content {
        display: none;
      }
      .p-application__content {
        flex-direction: column;
        margin-top: 0;
        padding: 2rem 8rem 4rem;
      }
      .p-sns {
        width: 100%;
        margin-bottom: 1.2rem;
        padding-right: 0;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .p-app {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #fff;
        border-left: 0;
      }
      .p-app__text {
        display: block;
        width: 100%;
        padding: 1.2rem 0;
        text-align: center;
      }
      .p-link.p-link--app {
        width: 46%;
      }
      .p-link--app .c-img {
        width: 100%;
      }
      .p-link--app + .p-link--app {
        margin-left: 1rem;
      }
      .copyright {
        text-align: center;
      }
}

.note {
    display: block;
    margin-left: 1em !important;
    font-size: 1.4rem;
    color: #8A8C97;
    text-indent: -1em !important;
}