#manner-wrap .pc {
  display: block;
}
#manner-wrap .sp {
  display: none;
}

#manner-wrap .capture img{
  margin-bottom:50px;
}

#manner-wrap .manner-wrap__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

#manner-wrap .manner-chart {
  margin-top: 100px;
}

#manner-wrap .manner-chart__inner{
  margin-bottom: 100px;
}

#manner-wrap .chart-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  padding: 100px 0 10px 0;
  color: #777;
}

#manner-wrap .chart-title.no-top {
  padding: 60px 0 10px 0;
}

#manner-wrap .chart-title-sub{
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: #777;
}


#manner-wrap .chart-img{
  width: 60%;
  margin: 0 auto 40px auto;
}

#manner-wrap .manner-chart ul {
  width: 24.87%;
  display: table-cell;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
}

#manner-wrap .manner-chart ul:last-child {
  border-right: 1px solid #777;
}

#manner-wrap .manner-chart .name {
    padding: 5px;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    text-align: center;
    background: #F9F9F9;
}

#manner-wrap .manner-chart .caption {
  background-color: #fff;
  color: #636466;
  padding: 22px 10px;
  border-top: 1px solid #777;
  line-height: 21.98px;
}

#manner-wrap .sub-title {
  margin: 80px 0 40px 0;
  font-size: 13px;
}

#manner-wrap .manner-kinds__wrapper {
  overflow: hidden;
  border-top: 1px solid #777;
  width: 63%;
  margin: 0 auto;
}

#manner-wrap .manner-kinds {
  overflow: hidden;
  display: flex;
}

#manner-wrap .manner-kinds li {
  width: 39.4rem;
  display: flex;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  vertical-align: middle;
  color: #777;
  line-height: 21.98px;
  justify-content: center;
  align-items: center;
}
#manner-wrap .manner-kinds .box{
  min-height: 6em;
}

#manner-wrap .manner-kinds .color{
  background: #F9F9F9;
}

#manner-wrap .manner-kinds.title li {
  background: #F9F9F9;
}

#manner-wrap .manner-kinds li:last-child {
  border-right: 1px solid #777;
}


/* ----------
    MKデザイン
---------- */

#manner-wrap .p-guide-section__caption {
  font-size: 32px;
  line-height: 1.59;
  padding: 63px 0 36px 0;
  text-align: center;}

#manner-wrap .p-guide-section__caption.smpmargin{
  padding-bottom: 0;
}

#manner-wrap .manner-attention p{
  font-size: 14px;
    line-height: 1.57;
    margin-top: 18px;
    color: #777;
}

#manner-wrap .manner-attention.only p{
  font-size: 14px;
    line-height: 1.57;
    margin: 18px 0 250px 18.5%;
    color: #777;
}

@media only screen and (max-width: 750px) {
#manner-wrap .sp {
  display: block;
}
#manner-wrap .pc {
  display: none;
}


#manner-wrap .capture img{
  margin-bottom:20px;
}

#manner-wrap .manner-wrap__inner {
    width: 87%;
}

#manner-wrap .manner-chart {
    margin-top: 27px;
}

#manner-wrap .manner-chart__inner {
    margin-bottom: 30px;
}


#manner-wrap .chart-img {
    width: 100%;
    margin-bottom: 30px;
}

#manner-wrap .p-guide-section__caption {
    padding: 55px 0 25px 0;
    font-size: 28px;
}

#manner-wrap .manner-kinds__wrapper {
  width: 100%;
}

#manner-wrap .chart-title {
    padding: 70px 0 10px 0;
    font-size: 22px;
}

#manner-wrap .chart-title.no-top{
    padding: 35px 0 10px 0;
}

#manner-wrap .manner-attention.only p {
    margin: 18px 0 28px 0;
}
#manner-wrap .manner-kinds li {
    line-height: 20px;
    width: 50.3%;
    padding: 5px;
    text-align: left;
}

#manner-wrap .chart-title-sub {
    font-size: 14px;
    padding: 5px 0;
}

}


/* ----------
MODAL
---------- */

.container__content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999; }

.container__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3); }

.container__modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  max-height: 90%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 1179px) {
    .container__modal {
      top: 0;
      width: 90%;
      max-height: 100%;
      -webkit-transform: translateX(250px);
              transform: translateX(250px);
      -webkit-transition: all .3s;
      transition: all .3s; } }

@media (max-width: 1179px) {
  .container__content.is-open .container__modal {
    top: 0;
    left: 12%;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.container__switchover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 45px 0; }
  @media (max-width: 1179px) {
    .container__switchover {
      margin: 0 0 60px 0; } }

.container__panel {
  display: none; }

.container__modal-close-area {
  text-align: right; }
  .container__modal-close-area.hidden-phone {
    display: block; }
    @media (max-width: 1179px) {
      .container__modal-close-area.hidden-phone {
        display: none; } }
  .container__modal-close-area.visible-phone {
    display: none; }
    @media (max-width: 1179px) {
      .container__modal-close-area.visible-phone {
        display: block; } }

.container__modal-close {
  background: url(/assets/images/icon/close-sm.svg) no-repeat center/12px;
  display: inline-block;
  padding: 10px 32px;
  margin: 20px 0 0 0;
  cursor: pointer; }
  @media (max-width: 1179px) {
    .container__modal-close {
      padding: 20px;
      position: fixed;
      right: 5px;
      margin: 10px 10px 0 0; } }

.container__tab {
  cursor: pointer;
  text-align: center;
  width: 43%; }
  @media (max-width: 1179px) {
    .container__tab {
      width: 50%; } }
  .container__tab.is-active {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .container__tab.is-active .container__tab-text {
      border-bottom: 1px solid;
      padding: 0 0 3px 0; }

.container__tab-text {
  font-size: 24px; }
  @media (max-width: 1179px) {
    .container__tab-text {
      font-size: 19px; } }

.container__panel.is-show {
  display: block; }

.container__area {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: auto;
  height: calc(100% - 43px); }
  @media (max-width: 1179px) {
    .container__area {
      padding-left: 30px;
      padding-bottom: 60px;
      height: 100%; } }

