/* ==========================================================================
   parts
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .p-btn {
    width: 100%;
    text-align: center;
  }
}

.p-lineQRcode {
  width: 80px;
  margin-top: 5px;
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-tableWrap {
  min-width: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-tableWrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-tableWrap {
    margin-top: 10px;
  }
}

.m-table-header {
  width: 28.1%;
}

.m-accountList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .m-accountList {
    display: block;
  }
}

.m-accountList-item {
  width: 49%;
}

@media print, screen and (min-width: 769px) {
  .m-accountList-item {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-accountList-item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-accountList-item {
    width: 100%;
  }
}

.m-accountList-icon {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

.m-accountList-icon.-fb:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-fb.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-accountList-icon.-yt:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-youtube.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-accountList-icon.-line:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-line.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-accountList-icon.-twi:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-x.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-accountList-icon.-insta:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-insta.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-accountList-icon.-blog:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/social/img/ico-blog.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-policyList-item {
  text-indent: -1rem;
  padding-left: 1rem;
}

.m-policyList-item:before {
  content: '- ';
}

/* ==========================================================================
   components
   ========================================================================== */
.c-leadContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer {
    margin-bottom: 60px;
  }
}

.c-leadContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-leadContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer-inner {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer-inner {
    margin-bottom: 40px;
  }
}

.c-accountContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-accountContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-accountContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-accountContainer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-accountContainer {
    margin-bottom: 40px;
  }
}

.c-accountContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-accountContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-accountContainer-inner {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-accountContainer-inner {
    margin-bottom: 30px;
  }
}

.c-mediaPolicyContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-mediaPolicyContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mediaPolicyContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-mediaPolicyContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mediaPolicyContainer {
    margin-bottom: 60px;
  }
}

.c-mediaPolicyContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-mediaPolicyContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-mediaPolicyContainer-inner {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mediaPolicyContainer-inner {
    margin-bottom: 40px;
  }
}

.c-mediaPolicyContainer-date {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .c-mediaPolicyContainer-date {
    width: 100%;
  }
}
