@charset "UTF-8";
@media screen and (min-width: 1080px) {
  body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    overflow-y: auto;
  }
  body img {
    vertical-align: bottom;
  }
  .card {
    margin: 0 auto 60px;
    padding: 40px 60px;
    background: #fff;
    border-radius: 24px;
  }
  .eclp #header .header_nav .header_btn_appli {
    display: block;
    width: 228px;
    height: 42px;
    line-height: 42px;
    margin: auto 0;
    text-align: center;
    font-size: 14px;
    background: #f03442;
    border-radius: 30px;
    letter-spacing: 0.5px;
    position: relative;
  }
  .eclp #header .header_nav .header_btn_appli a {
    color: #fff;
  }
  .eclp #header .header_nav .header_btn_appli::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/eclp/icon_cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
  }
  .eclp #header .header_nav .header_btn_appli::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%) rotate(135deg);
  }
  .eclp #header .header_nav .header_btn_appli:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .eclp .btn_appli {
    display: block;
    width: 360px;
    height: 60px;
    line-height: 60px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #f03442;
    border-radius: 30px;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.2s;
  }
  .eclp .btn_appli span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #f03442;
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 1px;
    pointer-events: none;
  }
  .eclp .btn_appli::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/eclp/icon_cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
  }
  .eclp .btn_appli::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(135deg);
  }
  .eclp .btn_appli:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .eclp .mv_eclp {
    width: 1080px;
    margin: 0 auto;
  }
  .eclp .mv_eclp .img_mv {
    width: 100%;
  }
  .eclp #feature {
    background: #4684d9;
  }
  .eclp #feature .wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    justify-content: center;
  }
  .eclp #feature .wrap .card {
    padding: 40px 100px;
  }
  .eclp #feature .wrap .white_ttl {
    color: #fff;
  }
  .eclp #feature .wrap .white_ttl::after {
    background: #fff;
  }
  .eclp #feature .title {
    margin-top: 48px;
    font-size: 36px;
    text-align: center;
    width: 100%;
    color: #1a4896;
    font-weight: bold;
    border-bottom: 2px solid #1a4896;
    margin-bottom: 20px;
  }
  .eclp #feature .feature-img {
    margin: 24px auto 0;
    width: 600px;
  }
  .eclp #feature .feature-img img {
    display: block;
    width: 100%;
  }
  .eclp #feature .desc {
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
  }
  .eclp #feature .feature-annot {
    text-align: center;
    margin: 10px 0;
  }
  .eclp #feature .feature-img {
    text-align: center;
  }
  .eclp #feature .incompatible-list {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .eclp #lineup {
    background: #ebebeb;
  }
  .eclp #lineup .wrap {
    display: flex;
    justify-content: center;
    gap: 2px;
    width: 1080px;
    margin: 0 auto;
  }
  .eclp #lineup .wrap .device_list {
    padding: 0;
  }
  .eclp #lineup .wrap .device_list .list_device {
    width: 100%;
  }
  .eclp #lineup .btn_appli {
    width: 100%;
  }
  .eclp .device_list {
    margin: 0;
    background: #ebebeb;
  }
  .eclp .device_list ul.list_device {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .eclp .device_list ul.list_device li.single_device {
    width: 48%;
    height: auto;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
  }
  .eclp .device_list ul.list_device li.single_device .img_device {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .eclp .device_list ul.list_device li.single_device .img_device img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .eclp .device_list ul.list_device li.single_device .btn_appli {
    max-width: 300px;
  }
  .eclp #fee_eclp {
    background: #e3eeff;
    /** 共通**/
  }
  .eclp #fee_eclp .netflix_pack_bnner {
    text-align: center;
    margin-bottom: 30px;
  }
  .eclp #fee_eclp .teb_wrap_fee {
    width: 100%;
    margin: 0 auto;
  }
  .eclp #fee_eclp .teb_wrap_fee input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label {
    width: 484px;
    height: 84px;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #1a4896;
    text-align: center;
    border-radius: 24px 24px 0 0;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label:hover {
    opacity: 0.7;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label p {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    display: block;
    text-align: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label p span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: relative;
    bottom: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area {
    width: 1080px;
    margin: 0 auto;
    padding: 0 36px;
    background: #fff;
    border-radius: 24px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel {
    width: 100%;
    padding: 36px 0 48px;
    display: none;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content {
    /* オープン時にアニメーションを設定 */
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept {
    height: 87px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan {
    width: 487px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan h3.gigafree {
    color: #1a4896;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan p {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan p.netflix {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables {
    width: 880px;
    margin: 0 auto 20px auto;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody {
    padding: 0;
    margin: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr th {
    width: 230px;
    height: 60px;
    font-size: 18px;
    background: #ebebeb;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr td {
    font-size: 22px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr td .tax_incl {
    font-size: 12px;
    position: absolute;
    bottom: 16px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr.tr_96 th {
    font-size: 21px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr.tr_96 td {
    font-size: 26px;
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr.tr_96 td .large {
    font-size: 62px;
    font-weight: bold;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content table.fee_tables tbody tr.tr_96 td .tax_incl {
    font-size: 20px;
    bottom: 14px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .plan_annot {
    padding-bottom: 24px;
    font-size: 14px;
    text-align: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .txt_netflix {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .txt_netflix span {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content img {
    display: block;
    margin-bottom: 20px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .annot_left {
    width: 880px;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 24px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .sub-box {
    width: 100%;
    border: 1px solid #707070;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .sub-box .sub-title {
    font-weight: bold;
    color: #1a4896;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .sub-box .sub-title span {
    color: #222;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .sub-box .sub-content {
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .annot {
    width: 880px;
    margin: 0 auto 20px auto;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .annot p {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .annot p i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .annot p .red {
    font-weight: bold;
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee {
    width: 880px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > summary.ttl_notes {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background: #18335d;
    border-radius: 12px;
    transition: 0.3s;
    background-image: url(../img/+.png);
    background-repeat: no-repeat;
    background-position: right 18px bottom 50%;
    background-size: 18px;
    transition: 0.2s;
    cursor: pointer;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > summary.ttl_notes:hover {
    transition: 0.2s;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > summary.ttl_notes h4 {
    margin: auto 0 auto 24px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > summary.ttl_notes::-webkit-details-marker {
    display: none;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content {
    border: solid 1px #18335d;
    border-top: none;
    border-radius: 0 0 12px 12px;
    transition: 0.3s;
    padding: 24px;
    font-size: 14px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .sup-device {
    width: 100%;
    background: #ff4e70;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content ul.device-list {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content ul.device-list li {
    list-style: disc;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .item {
    margin-bottom: 20px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .item .title {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .item .content .small {
    font-size: 90 .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .item .content .small;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .item .content .red {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data {
    padding: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box {
    width: 48%;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl {
    font-size: 14px;
    font-weight: bold;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl_sub {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl_sub.red {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small tr th,
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small tr td {
    padding: 10px 5px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small tr th {
    width: 150px;
    font-weight: normal;
    background: #ebebeb;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box table.tabel_small tr td {
    background: #fff;
    text-align: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee[open] > summary {
    border-radius: 12px 12px 0 0 !important;
    background-image: url(../img/-.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 18px bottom 50% !important;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content details.notes_fee[open] > .details-content {
    height: auto;
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      /* 透明 */
      transform: translateY(-10px);
      /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .tab_area .tab1_fee_label {
    background: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .tab_area .tab1_fee_label p {
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .panel_area #panel1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .tab_area .tab2_fee_label {
    background: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .tab_area .tab2_fee_label p {
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .panel_area #panel2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eclp #fee_eclp .atrk {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .atrk .i {
    display: inline-block;
    width: 1em;
    text-indent: 0;
  }
  .eclp #fee_eclp .atrk2 {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .atrk2 .i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  .eclp #simple {
    display: flex;
    justify-content: center;
  }
  .eclp #simple .sct_ttl {
    color: #1a4896;
  }
  .eclp #simple .sct_ttl::after {
    background-color: #1a4896;
  }
  .eclp #simple .txt_simple {
    margin: 36px auto;
    text-align: center;
    font-size: 16px;
  }
  .eclp #qa {
    background: #f5f5f5;
  }
  .eclp #qa .txt_qa {
    display: block;
    width: 100%;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1a4896;
  }
  .eclp #qa .tab_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .eclp #qa .tab_content input {
    display: none;
  }
  .eclp #qa .tab_area {
    width: 900px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .eclp #qa .tab_area label {
    width: 280px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1a4896;
    border-radius: 12px;
    border: solid 2px #1a4896;
    cursor: pointer;
    transition: 0.3s;
  }
  .eclp #qa .tab_area label:hover {
    opacity: 0.7;
  }
  .eclp #qa .tab_area label p {
    padding-left: 0;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .eclp #qa .panel_area {
    width: 1000px;
    margin: 60px auto 0;
    padding: 60px;
    box-sizing: border-box;
    background: #1a4896;
    border-radius: 36px;
    position: relative;
  }
  .eclp #qa .panel_area::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: solid 15px #1a4896;
    border-left: solid 15px #1a4896;
    border-bottom: solid 15px transparent;
    border-right: solid 15px transparent;
  }
  .eclp #qa .panel_area .list_faq {
    width: 880px;
    margin: 0 auto;
    border-top: solid 1px #d5d5d5;
    border-radius: 24px;
    overflow: hidden;
    /* オープン時にアニメーションを設定 */
  }
  .eclp #qa .panel_area .list_faq details.single_faq {
    width: 100%;
    background: #fff;
  }
  .eclp #qa .panel_area .list_faq details.single_faq img {
    margin: 12px;
  }
  .eclp #qa .panel_area .list_faq details.single_faq summary.question {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: bold;
    background: #fff;
    border-bottom: solid 1px #d5d5d5;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-image: url(../img/+_blue.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 20px bottom 50%;
  }
  .eclp #qa .panel_area .list_faq details.single_faq summary.question::-webkit-details-marker {
    display: none;
  }
  .eclp #qa .panel_area .list_faq details.single_faq p.answer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #f5f5f5;
    position: relative;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #qa .panel_area .list_faq details.single_faq img {
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .eclp #qa .panel_area .list_faq details.single_faq .img_qa {
    display: block;
    width: 500px;
    margin-left: 60px;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
  }
  .eclp #qa .panel_area .list_faq details.single_faq span {
    width: 770px;
    margin-left: 60px;
    display: inline-block;
    position: relative;
  }
  .eclp #qa .panel_area .list_faq details[open] summary {
    background-image: url(../img/-_blue.png) !important;
  }
  .eclp #qa .panel_area .list_faq details[open] .answer {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
      /* 上から表示 */
      height: 5%;
    }
    50% {
      height: 50%;
    }
    100% {
      opacity: 1;
      transform: none;
      height: auto;
    }
  }
  .eclp #qa .tab_panel {
    width: 100%;
    padding: 0;
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .eclp #qa .tab_panel .txt_qa {
    color: #fff;
  }
  .eclp #qa .tab_panel .fee_detail {
    width: 480px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    border-right: solid 1px #939393;
  }
  .eclp #qa #tab1:checked ~ .tab_area .tab1_label,
  .eclp #qa #tab2:checked ~ .tab_area .tab2_label,
  .eclp #qa #tab3:checked ~ .tab_area .tab3_label,
  .eclp #qa #tab4:checked ~ .tab_area .tab4_label,
  .eclp #qa #tab5:checked ~ .tab_area .tab5_label {
    background: #fff;
    border-radius: 12px;
  }
  .eclp #qa #tab1:checked ~ .tab_area .tab1_label p,
  .eclp #qa #tab2:checked ~ .tab_area .tab2_label p,
  .eclp #qa #tab3:checked ~ .tab_area .tab3_label p,
  .eclp #qa #tab4:checked ~ .tab_area .tab4_label p,
  .eclp #qa #tab5:checked ~ .tab_area .tab5_label p {
    color: #1a4896;
  }
  .eclp #qa #tab1:checked ~ .panel_area #panel1,
  .eclp #qa #tab2:checked ~ .panel_area #panel2,
  .eclp #qa #tab3:checked ~ .panel_area #panel3,
  .eclp #qa #tab4:checked ~ .panel_area #panel4,
  .eclp #qa #tab5:checked ~ .panel_area #panel5 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  details.details-section > summary {
    list-style: none;
  }
  details.details-section > summary::-webkit-details-marker {
    display: none;
  }
  details.details-section > summary h2 {
    margin-bottom: 0;
  }
  details.details-section > summary h2 span {
    display: block;
  }
  details.details-section > summary h2 span::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 35px;
    height: 35px;
    align-items: center;
    transition: 0.3s;
    background-image: url(../img/+_blue.png);
    background-repeat: no-repeat;
    background-position: right 9px bottom 50%;
    background-size: 18px;
    border: solid 2px #18335d;
    border-radius: 12px;
    margin-left: 10px;
    cursor: pointer;
  }
  details.details-section[open] > summary h2 {
    margin-bottom: 48px;
  }
  details.details-section[open] > summary h2 span::after {
    border-radius: 12px;
    background-image: url(../img/-_blue.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 9px bottom 50%;
  }
  details.details-section[open] > .contents {
    height: auto;
    animation: fadeIn 0.5s ease;
  }
}
@media screen and (max-width: 1079px) {
  body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
  }
  body img {
    vertical-align: bottom;
  }
  body h5 {
    margin: 0;
  }
  body .content {
    margin-top: 0;
  }
  body .content section {
    padding: 0;
  }
  .card {
    margin: 0 10px 30px 10px;
    padding: 20px;
    background: #fff;
    border-radius: 24px;
  }
  .eclp #header .header_nav {
    justify-content: space-between;
  }
  .eclp #header .header_nav .header_btn_appli {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 100%;
    line-height: 1.2;
    margin: auto 0;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background: #f03442;
    border-radius: 0;
    letter-spacing: 0.5px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .eclp #header .header_nav .header_btn_appli::before {
    content: "";
    display: block;
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
    background-image: url(../img/eclp/icon_cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .eclp #header .header_nav .header_btn_appli:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .eclp .btn_appli {
    display: block;
    width: 80vw;
    height: 60px;
    line-height: 60px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background: #f03442;
    border-radius: 30px;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.2s;
  }
  .eclp .btn_appli span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #f03442;
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 1px;
    pointer-events: none;
  }
  .eclp .btn_appli::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/eclp/icon_cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
  }
  .eclp .btn_appli::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(135deg);
  }
  .eclp .btn_appli:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .eclp .mv_eclp .img_mv img {
    width: 100%;
  }
  .eclp #lineup {
    background: #ebebeb;
  }
  .eclp #lineup .wrap {
    width: 100%;
    margin: 0 auto;
  }
  .eclp #lineup .list_device .single_device {
    border-radius: 4vw;
    padding-bottom: 8vw;
  }
  .eclp #lineup .btn_appli {
    display: block;
    width: 80vw;
    height: 15vw;
    line-height: 15vw;
    margin: 18vw auto 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #f03442;
    border-radius: 7.5vw;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.2s;
  }
  .eclp #lineup .btn_appli span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    color: #f03442;
    position: absolute;
    top: -14vw;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 1px;
    pointer-events: none;
  }
  .eclp #lineup .btn_appli::before {
    content: "";
    display: block;
    width: 6vw;
    height: 6vw;
    background-image: url(../img/eclp/icon_cart.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
  }
  .eclp #lineup .btn_appli::after {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(135deg);
  }
  .eclp .mv_eclp {
    margin-top: 62px;
  }
  .eclp #feature {
    background: #4684d9;
  }
  .eclp #feature .wrap {
    padding: 0;
    justify-content: center;
  }
  .eclp #feature .wrap .card {
    padding: 40px 20px;
  }
  .eclp #feature .wrap .white_ttl {
    color: #fff;
  }
  .eclp #feature .wrap .white_ttl::after {
    background: #fff;
  }
  .eclp #feature .title {
    font-size: 6.5vw;
    margin-top: 6vw;
    padding-bottom: 4vw;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    color: #1a4896;
    font-weight: bold;
    border-bottom: 2px solid #1a4896;
    margin-bottom: 20px;
  }
  .eclp #feature .title:nth-child(1) {
    margin-top: 0;
  }
  .eclp #feature .desc {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 1.5;
  }
  .eclp #feature .feature-annot {
    text-align: center;
    margin: 10px 0 30px;
  }
  .eclp #feature .feature-img {
    margin: 24px auto 0;
    width: auto;
  }
  .eclp #feature .feature-img img {
    display: block;
    width: 100%;
  }
  .eclp #feature .feature3-annot {
    text-align: center;
    margin: 20px 0;
  }
  .eclp #feature .incompatible {
    margin-top: 30px;
    color: #f03442;
    font-weight: bold;
  }
  .eclp #feature .incompatible-list {
    margin-bottom: 20px;
  }
  .eclp #feature .under-annot {
    color: #1d6ede;
    text-decoration: underline;
  }
  .eclp .device_list {
    background: #ebebeb;
  }
  .eclp .device_list ul.list_device {
    width: 100vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 6vw;
    flex-wrap: wrap;
  }
  .eclp .device_list ul.list_device li.single_device {
    margin: 0 2vw;
    padding: 6vw;
    width: 94vw;
    height: auto;
    background: #fff;
    border-radius: 2vw;
  }
  .eclp .device_list ul.list_device li.single_device a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4vw 6vw;
    box-sizing: border-box;
  }
  .eclp .device_list ul.list_device li.single_device h3.ttl_device {
    margin-bottom: 6vw;
    text-align: center;
    font-size: 6vw;
    color: #1a4896;
  }
  .eclp .device_list ul.list_device li.single_device span.label_device {
    width: 26vw;
    height: 6vw;
    line-height: 6vw;
    display: block;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    background: #f03442;
    border-radius: 1vw;
  }
  .eclp .device_list ul.list_device li.single_device .img_device {
    height: auto;
  }
  .eclp .device_list ul.list_device li.single_device .img_device img {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .eclp #fee_eclp {
    background: #e3eeff;
    /** 共通**/
  }
  .eclp #fee_eclp .netflix_pack_bnner {
    text-align: center;
    margin: 0 10px 30px;
  }
  .eclp #fee_eclp .netflix_pack_bnner img {
    width: 100%;
  }
  .eclp #fee_eclp .teb_wrap_fee {
    width: 100%;
    margin: 0 auto;
  }
  .eclp #fee_eclp .teb_wrap_fee input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 2vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label {
    width: 45%;
    height: 12vw;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #1a4896;
    text-align: center;
    border-radius: 2vw 2vw 0 0;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label p {
    width: 100%;
    font-weight: 800;
    color: #fff;
    display: block;
    text-align: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .tab_area label p span {
    display: block;
    font-size: 80%;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel {
    width: 100%;
    padding: 36px 0 24px;
    display: none;
    /* オープン時にアニメーションを設定 */
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept {
    width: 100%;
    margin: 0 auto;
    font-size: 3.5vw;
    display: flex;
    flex-direction: column;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan {
    width: 100%;
    height: 15vw;
    margin-bottom: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan h3.gigafree {
    text-align: center;
    color: #1a4896;
    font-size: 8.5vw;
    line-height: 8.5vw;
    margin-bottom: 2vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan p {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 4vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .fee_content .fee_concept .ttl_plan p.netflix {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables {
    width: 90vw;
    margin: 0 auto;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 6vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody {
    padding: 0;
    margin: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr th {
    width: 30vw;
    height: 10vw;
    font-size: 3.5vw;
    font-weight: 500;
    background: #ebebeb;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr td {
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    background: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr td .tax_incl {
    font-size: 2vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr.tr_96 th {
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr.tr_96 td {
    font-size: 4vw;
    font-weight: bold;
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr.tr_96 td .large {
    font-size: 6vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel table.fee_tables tbody tr.tr_96 td .tax_incl {
    font-size: 2.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .plan_annot {
    width: 84vw;
    height: auto;
    margin: 0 auto 4vw;
    text-align: left;
    line-height: 1.5;
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .txt_netflix {
    width: 100%;
    text-align: center;
    margin-bottom: 4vw;
    font-size: 4.5vw;
    font-weight: bold;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .txt_netflix span {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel img {
    width: 94vw;
    height: auto;
    margin: 0 auto 4vw;
    display: block;
    border-radius: 3vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot_left {
    width: 96vw;
    margin: 0 auto 20px;
    text-align: left;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot_left .atrk {
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .sub-box {
    width: 96vw;
    border: 1px solid #707070;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 0 auto 20px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .sub-box .sub-title {
    font-weight: bold;
    color: #1a4896;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .sub-box .sub-title span {
    color: #222;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .sub-box .sub-content {
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .sub-box .atrk {
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot {
    margin: 0 20px 20px 20px;
    text-align: left;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot p {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    margin-bottom: 3px;
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot p i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel .annot p .red {
    font-weight: bold;
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee {
    width: 94vw;
    margin: 0 auto;
    background: #fff;
    border-radius: 4vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > summary.ttl_notes {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    background: #18335d;
    border-radius: 3vw;
    transition: 0.3s;
    background-image: url(../../img/+.png);
    background-repeat: no-repeat;
    background-position: right 3vw bottom 50%;
    background-size: 3vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > summary.ttl_notes h4 {
    margin: auto 0 auto 4vw;
    font-size: 3.5vw;
    line-height: 10vw;
    font-weight: 500;
    color: #fff;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > summary.ttl_notes::-webkit-details-marker {
    display: none;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content {
    height: auto;
    padding: 4vw;
    border: solid 1px #18335d;
    border-top: none;
    border-radius: 0 0 4vw 4vw;
    transition: 0.3s;
    font-size: 3.5vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .plan-add-fee img {
    width: 100%;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .sup-device {
    background: #ff4e70;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content ul.device-list {
    margin-left: 20px;
    margin-bottom: 2vw;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content ul.device-list li {
    list-style: disc;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .item {
    margin-bottom: 4vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .item .title {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .item .content {
    padding-bottom: 1vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .item .content .small {
    font-size: 80%;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .item .content .red {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data {
    padding: 0;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box {
    margin-bottom: 4vw;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl {
    margin-bottom: 1vw;
    font-size: 3.7vw;
    font-weight: bold;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl_sub {
    font-size: 90%;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables .capa_data_table_box .ttl_sub.red {
    color: #f03442;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small tr th,
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small tr td {
    padding: 10px 5px;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small tr th {
    width: 120px;
    font-weight: normal;
    background: #ebebeb;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee > .details-content .capa_data .capa_data_tables table.tabel_small tr td {
    background: #fff;
    text-align: center;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee[open] > summary {
    border-radius: 3vw 3vw 0 0 !important;
    background-image: url(../../img/-.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 3vw bottom 50% !important;
    background-size: 3vw !important;
  }
  .eclp #fee_eclp .teb_wrap_fee .panel_area .tab_panel details.notes_fee[open] > .details-content {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      /* 透明 */
      transform: translateY(-10px);
      /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .tab_area .tab1_fee_label {
    background: #fff;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .tab_area .tab1_fee_label p {
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab1_fee:checked ~ .panel_area #panel1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .tab_area .tab2_fee_label {
    background: #fff;
    position: relative;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .tab_area .tab2_fee_label p {
    color: #1a4896;
  }
  .eclp #fee_eclp .teb_wrap_fee #tab2_fee:checked ~ .panel_area #panel2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eclp #fee_eclp .atrk {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .atrk .i {
    display: inline-block;
    width: 1em;
    text-indent: 0;
  }
  .eclp #fee_eclp .atrk2 {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    margin-bottom: 5px;
  }
  .eclp #fee_eclp .atrk2 .i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  .eclp #simple .sct_ttl {
    color: #1a4896;
  }
  .eclp #simple .sct_ttl::after {
    background-color: #1a4896;
  }
  .eclp #simple .img_simple {
    margin: 0 4vw;
  }
  .eclp #simple .img_simple img {
    width: 100%;
  }
  .eclp #simple .txt_simple {
    width: 90vw;
    margin: 6vw auto;
    font-size: 4vw;
    line-height: 1.5;
  }
  .eclp #qa {
    background: #f5f5f5;
  }
  .eclp #qa .txt_qa {
    display: block;
    width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #1a4896;
  }
  .eclp #qa .tab_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    width: 100%;
  }
  .eclp #qa .tab_content input {
    display: none;
  }
  .eclp #qa .tab_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
    width: 100vw;
  }
  .eclp #qa .tab_area label {
    width: 32vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    box-sizing: border-box;
    text-align: center;
    background: #1a4896;
    border-radius: 2vw;
    border: solid 2px #1a4896;
    cursor: pointer;
    transition: 0.3s;
  }
  .eclp #qa .tab_area label:hover {
    opacity: 0.7;
  }
  .eclp #qa .tab_area label p {
    padding-left: 0;
    font-size: 2.7vw;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .eclp #qa .panel_area {
    width: 100vw;
    margin: 12vw auto 0;
    padding: 10vw 2vw;
    box-sizing: border-box;
    background: #1a4896;
    border-radius: 0;
    position: relative;
  }
  .eclp #qa .panel_area::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: solid 3vw #1a4896;
    border-left: solid 3vw #1a4896;
    border-bottom: solid 3vw transparent;
    border-right: solid 3vw transparent;
  }
  .eclp #qa .panel_area .list_faq {
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #d5d5d5;
    border-radius: 2vw;
    overflow: hidden;
    /* オープン時にアニメーションを設定 */
  }
  .eclp #qa .panel_area .list_faq details.single_faq {
    width: 100%;
    background: #fff;
  }
  .eclp #qa .panel_area .list_faq details.single_faq img {
    margin: 12px;
  }
  .eclp #qa .panel_area .list_faq details.single_faq summary.question {
    width: 100%;
    height: auto;
    min-height: 15vw;
    padding: 2vw 0;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: bold;
    background: #fff;
    border-bottom: solid 1px #d5d5d5;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-image: url(../img/+_blue.png);
    background-size: 3vw;
    background-repeat: no-repeat;
    background-position: right 4vw bottom 50%;
  }
  .eclp #qa .panel_area .list_faq details.single_faq summary.question::-webkit-details-marker {
    display: none;
  }
  .eclp #qa .panel_area .list_faq details.single_faq p.answer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #f5f5f5;
    position: relative;
    border-bottom: solid 1px #d5d5d5;
  }
  .eclp #qa .panel_area .list_faq details.single_faq img {
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .eclp #qa .panel_area .list_faq details.single_faq .img_qa {
    display: block;
    width: 70vw;
    margin-left: 60px;
    position: relative;
  }
  .eclp #qa .panel_area .list_faq details.single_faq span {
    width: 70vw;
    margin-left: 60px;
    display: inline-block;
    position: relative;
  }
  .eclp #qa .panel_area .list_faq details[open] summary {
    background-image: url(../img/-_blue.png) !important;
  }
  .eclp #qa .panel_area .list_faq details[open] .answer {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
      /* 上から表示 */
      height: 5%;
    }
    50% {
      height: 50%;
    }
    100% {
      opacity: 1;
      transform: none;
      height: auto;
    }
  }
  .eclp #qa .tab_panel {
    width: 100%;
    padding: 0;
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .eclp #qa .tab_panel .txt_qa {
    color: #fff;
  }
  .eclp #qa .tab_panel .fee_detail {
    width: 480px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    border-right: solid 1px #939393;
  }
  .eclp #qa #tab1:checked ~ .tab_area .tab1_label,
  .eclp #qa #tab2:checked ~ .tab_area .tab2_label,
  .eclp #qa #tab3:checked ~ .tab_area .tab3_label,
  .eclp #qa #tab4:checked ~ .tab_area .tab4_label,
  .eclp #qa #tab5:checked ~ .tab_area .tab5_label {
    background: #fff;
  }
  .eclp #qa #tab1:checked ~ .tab_area .tab1_label p,
  .eclp #qa #tab2:checked ~ .tab_area .tab2_label p,
  .eclp #qa #tab3:checked ~ .tab_area .tab3_label p,
  .eclp #qa #tab4:checked ~ .tab_area .tab4_label p,
  .eclp #qa #tab5:checked ~ .tab_area .tab5_label p {
    color: #1a4896;
  }
  .eclp #qa #tab1:checked ~ .panel_area #panel1,
  .eclp #qa #tab2:checked ~ .panel_area #panel2,
  .eclp #qa #tab3:checked ~ .panel_area #panel3,
  .eclp #qa #tab4:checked ~ .panel_area #panel4,
  .eclp #qa #tab5:checked ~ .panel_area #panel5 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  details.details-section > summary {
    list-style: none;
  }
  details.details-section > summary::-webkit-details-marker {
    display: none;
  }
  details.details-section > summary h2 {
    margin-bottom: 0;
  }
  details.details-section > summary h2 span {
    display: block;
  }
  details.details-section > summary h2 span::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 22px;
    height: 22px;
    align-items: center;
    margin-left: 5px;
    transition: 0.3s;
    background-image: url(../img/+_blue.png);
    background-repeat: no-repeat;
    background-position: right 5px bottom 50%;
    background-size: 13px;
    border: solid 2px #18335d;
    border-radius: 5px;
    cursor: pointer;
  }
  details.details-section[open] > summary h2 {
    margin-bottom: 48px;
  }
  details.details-section[open] > summary h2 span::after {
    background-image: url(../img/-_blue.png) !important;
    background-repeat: no-repeat !important;
  }
  details.details-section[open] > .contents {
    height: auto;
    animation: fadeIn 0.5s ease;
  }
}/*# sourceMappingURL=eclp.css.map */