.navi_child {
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
  visibility: visible; }
  .navi_child .navlist {
    padding: 18px 0 0; }
  .navi_child .navlist_sub {
    top: 60px; }

.contents_in {
  padding: 75px 0 60px; }
  .contents_in .lower_title {
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    color: #1e2a4d;
    padding: 0 0 50px;
    margin: 0 0 80px;
    position: relative; }
    .contents_in .lower_title::after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      margin: auto;
      background: #1e2a4d;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: 0 0 0 -35px; }

@media screen and (max-width: 768px) {
  .contents_in {
    padding: 50px 0 60px; }
    .contents_in .lower_title {
      font-size: 23px;
      font-weight: normal;
      text-align: center;
      color: #1e2a4d;
      padding: 0 0 30px;
      margin: 0 0 50px;
      position: relative; }
      .contents_in .lower_title::after {
        content: '';
        display: block;
        width: 45px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -22.5px; } }

.detail_products {
  width: 820px;
  margin: 0 auto 35px; }
  .detail_products > li {
    height: auto;
    min-height: 60px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding: 17px 0;
    display: flex;
    align-items: center; }
    .detail_products > li .detail_label {
      width: 280px;
      font-weight: bold;
      display: inline-block; }
    .detail_products > li .detail_in {
      width: calc(100% - 280px);
      font-weight: normal; }

.spec_notice {
  width: 820px;
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: #2c2d2d;
  margin: auto; }

@media screen and (max-width: 768px) {
  .detail_products {
    width: auto;
    margin: 0 35px 17.5px; }
    .detail_products > li {
      height: auto;
      border-bottom: 1px solid #000;
      font-size: 13px;
      padding: 20px 0;
      display: block; }
      .detail_products > li .detail_label {
        width: auto;
        font-weight: bold;
        display: block; }
      .detail_products > li .detail_in {
        width: auto;
        display: block; }
  .spec_notice {
    width: auto;
    margin: 0 35px;
    font-size: 11px;
    line-height: 18px; } }

.support_link {
  display: flex;
  justify-content: center; }
  .support_link > li {
    width: 260px;
    height: 260px;
    background: #f5f5f5;
    position: relative;
    margin: 0 10px; }
    .support_link > li.noLink {
      opacity: .5; }
      .support_link > li.noLink::after {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0; }
    .support_link > li a {
      display: block;
      padding: 60px 0 0;
      box-sizing: border-box;
      text-decoration: none;
      color: #000000; }
      .support_link > li a .support_icon {
        width: 86px;
        height: 86px;
        display: block;
        margin: 0 auto 25px; }
      .support_link > li a .support_label {
        font-size: 20px;
        text-align: center;
        display: block; }
      .support_link > li a .support_more {
        font-size: 16px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 0 15px 0 0; }
        .support_link > li a .support_more::after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          margin: -3px 0 0; }

@media screen and (max-width: 768px) {
  .support_link {
    display: block; }
    .support_link > li {
      width: auto;
      height: 305px;
      margin: 0 10px 5px;
      padding: 0; }
      .support_link > li a {
        padding: 65px 0 0; }
        .support_link > li a .support_icon {
          width: 117px;
          height: 117px;
          display: block;
          margin: 0 auto 20px; }
        .support_link > li a .support_label {
          font-size: 20px; }
        .support_link > li a .support_more {
          font-size: 11px;
          bottom: 10px;
          right: 10px;
          padding: 0 10px 0 0; }
          .support_link > li a .support_more::after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 0;
            margin: -3px 0 0; } }

.list_faq > li {
  width: 100%;
  max-width: 820px;
  border: solid 1px #ede9e7;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto 20px;
  overflow: hidden; }
  .list_faq > li .label {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    transition: all .3s ease 0s;
    border-bottom: solid 0px #ede9e7;
    background: #f5f5f5; }
    .list_faq > li .label::before {
      content: "";
      display: block; }
    .list_faq > li .label .icon {
      width: 18px;
      height: 18px;
      position: relative;
      display: inline-block;
      margin: 0 20px;
      position: relative;
      top: 2px; }
      .list_faq > li .label .icon::after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(../img/faq/icon_plus.svg);
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px 0 0 -9px; }
    .list_faq > li .label.active {
      border-bottom: solid 1px #ede9e7; }
      .list_faq > li .label.active .icon::after {
        background-image: url(../img/faq/icon_minus.svg);
        background-size: 100% 100%; }
  .list_faq > li .label_text_faq {
    color: #5a599f;
    font-weight: bold; }
  .list_faq > li .indent {
    padding: 0 0 0 1.2em;
    text-indent: -1.2em; }
  .list_faq > li .accordion {
    height: 0;
    transition: all .3s ease 0s;
    overflow: hidden; }
    .list_faq > li .accordion .inner {
      padding: 30px 30px 30px 60px; }
      .list_faq > li .accordion .inner p {
        font-size: 16px;
        line-height: 22px; }
        .list_faq > li .accordion .inner p.lh30 {
          line-height: 30px; }
      .list_faq > li .accordion .inner .answer {
        font-weight: 500; }
  .list_faq > li .mb30 {
    margin-bottom: 30px; }
  .list_faq > li .table_status {
    width: 700px;
    border-collapse: collapse;
    margin: 20px auto 0; }
    .list_faq > li .table_status th {
      color: #ffffff;
      background: #5a599f;
      border: 1px solid #5a599f;
      padding: 10px 0;
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
    .list_faq > li .table_status td {
      border: 1px solid #5a599f;
      padding: 10px 0;
      font-size: 16px; }
      .list_faq > li .table_status td.color {
        width: 100px;
        background: #eaeaf3;
        text-align: center; }
      .list_faq > li .table_status td.status {
        width: 130px;
        text-align: center; }
      .list_faq > li .table_status td.detail {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box; }
  .list_faq > li .table_function {
    width: 700px;
    border-collapse: collapse;
    margin: 30px auto 0; }
    .list_faq > li .table_function td {
      border: 1px solid #5a599f;
      padding: 20px 0 20px 30px;
      box-sizing: border-box;
      font-size: 16px; }
      .list_faq > li .table_function td.label {
        width: 240px;
        color: #5a599f;
        background: #eaeaf3;
        text-align: center;
        padding: 20px 0; }
  .list_faq > li .icon_gear {
    display: inline-block;
    width: 22px;
    height: 22px; }
  .list_faq > li .icon_print {
    display: inline-block;
    width: 23px;
    height: 29px; }
  .list_faq > li .wrapper_app {
    width: 580px;
    margin: 0 auto 25px; }
    .list_faq > li .wrapper_app > ul {
      display: flex;
      justify-content: space-between; }
      .list_faq > li .wrapper_app > ul > li {
        width: 266px; }
        .list_faq > li .wrapper_app > ul > li .appicon {
          width: 83px;
          display: block;
          margin: 0 auto 20px; }
        .list_faq > li .wrapper_app > ul > li .btnlist {
          display: flex;
          justify-content: space-between;
          margin: 0 auto 20px; }
          .list_faq > li .wrapper_app > ul > li .btnlist > li a img {
            width: auto;
            height: 40px;
            display: block; }
        .list_faq > li .wrapper_app > ul > li .notice {
          font-size: 14px;
          line-height: 20px;
          text-align: center;
          display: block;
          color: inherit; }

@media screen and (max-width: 768px) {
  .list_faq > li {
    width: auto;
    margin: 0 10px 10px;
    border-radius: 5px; }
    .list_faq > li .label {
      padding: 15px 15px 15px 0;
      font-size: 13px; }
      .list_faq > li .label .icon {
        width: 14px;
        height: 14px;
        margin: 0 -24px 0 10px;
        top: 3px; }
      .list_faq > li .label .in {
        padding: 0 0 0 34px;
        display: inline-block;
        vertical-align: middle; }
    .list_faq > li .accordion .inner {
      padding: 15px 35px;
      font-size: 13px;
      line-height: 22px; }
      .list_faq > li .accordion .inner p {
        font-size: 13px;
        line-height: 22px; }
        .list_faq > li .accordion .inner p.lh30 {
          line-height: 22px; }
    .list_faq > li .table_status {
      width: calc(100% + 35px);
      margin: 15px -17.5px 0; }
      .list_faq > li .table_status th {
        color: #ffffff;
        background: #5a599f;
        padding: 7px 0;
        text-align: center;
        font-size: 12px;
        font-weight: bold; }
      .list_faq > li .table_status td {
        border: 1px solid #5a599f;
        padding: 7px 0;
        font-size: 12px; }
        .list_faq > li .table_status td.color {
          width: 70px;
          background: #eaeaf3;
          text-align: center; }
        .list_faq > li .table_status td.status {
          width: 80px;
          text-align: center; }
        .list_faq > li .table_status td.detail {
          padding-left: 10px;
          padding-right: 5px;
          box-sizing: border-box; }
    .list_faq > li .table_function {
      width: calc(100% + 35px);
      margin: 20px -17.5px 0; }
      .list_faq > li .table_function td {
        width: 100%;
        border-top: none;
        padding: 10px 0 10px 28px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 16px;
        display: block; }
        .list_faq > li .table_function td.label {
          width: 100%;
          color: #5a599f;
          background: #eaeaf3;
          border-bottom: none;
          text-align: center;
          padding: 12px 0; }
      .list_faq > li .table_function tr:first-child td {
        border-top: 1px solid #5a599f; }
    .list_faq > li .icon_gear {
      width: 18px;
      height: 18px; }
    .list_faq > li .icon_print {
      width: 15px;
      height: auto; }
    .list_faq > li .wrapper_app {
      width: auto;
      margin: 0 auto 25px; }
      .list_faq > li .wrapper_app > ul {
        display: block; }
        .list_faq > li .wrapper_app > ul > li {
          width: 237px;
          margin: 0 auto 35px; }
          .list_faq > li .wrapper_app > ul > li .appicon {
            width: 74px;
            display: block;
            margin: 0 auto 17.5px; }
          .list_faq > li .wrapper_app > ul > li .btnlist {
            display: flex;
            justify-content: space-between;
            margin: 0 auto 20px; }
            .list_faq > li .wrapper_app > ul > li .btnlist > li a img {
              width: auto;
              height: 37px;
              display: block; }
          .list_faq > li .wrapper_app > ul > li .notice {
            font-size: 11px;
            line-height: 17px; } }

.list_manual {
  width: 100%;
  max-width: 1010px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list_manual > li {
    width: 130px;
    margin: 0 .7% 30px; }
    .list_manual > li a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none; }
      .list_manual > li a .icon {
        width: 46px;
        height: 57px;
        display: block;
        margin: 0 auto 20px; }
      .list_manual > li a .label {
        font-size: 14px;
        font-weight: 500;
        display: block;
        color: #000;
        text-align: center; }

@media screen and (max-width: 768px) {
  .list_manual {
    width: 90%;
    margin: auto; }
    .list_manual > li {
      width: 33.33%;
      margin: 0 0 45px; }
      .list_manual > li a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none; }
        .list_manual > li a .icon {
          width: 53px;
          height: 66px;
          display: block;
          margin: 0 auto 10px; }
        .list_manual > li a .label {
          font-size: 15px;
          font-weight: 500;
          display: block;
          text-align: center; } }
		  
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*# sourceMappingURL=lower.css.map*/