@charset "UTF-8";
@media screen and (min-width: 1080px) {
  .card {
    margin: 0 auto 60px;
    padding: 40px 60px;
    background: #fff;
    border-radius: 24px;
  }
  #top-menu {
    background: #1b4596;
    border-top: 1px solid #fff;
  }
  #top-menu .wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
    justify-content: center;
  }
  #top-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #top-menu ul li {
    width: 100%;
    height: auto;
    margin-right: 5px;
    text-align: center;
  }
  #top-menu ul li:end {
    margin-right: 0;
  }
  #top-banner {
    background: #222222;
  }
  #top-banner .wrap {
    width: 1080px;
    margin: 0 auto;
    justify-content: center;
  }
  #content-set {
    background: #18335d;
  }
  #content-set .wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0;
    justify-content: center;
  }
  #content-set .wrap .catch {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
  }
  #content-set .wrap .onepress {
    margin: 0 0 20px;
    text-align: center;
  }
  #content-set .wrap .annot {
    margin: 20px auto 50px auto;
    max-width: 880px;
  }
  #content-set .wrap .annot p {
    color: #fff;
    margin-bottom: 5px;
  }
  #content-set .wrap .outline {
    margin: auto;
    max-width: 784px;
    background: #222222;
    border-radius: 12px;
    text-align: center;
    padding: 30px 0;
    font-size: 24px;
  }
  #content-set .wrap .outline .heading {
    color: #fff;
    margin-bottom: 10px;
  }
  #content-set .wrap .outline .sub {
    margin: auto;
    max-width: 377px;
    background: #f03442;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
  }
  #content-set .wrap .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #222222;
    border-bottom: 0;
    margin: 5px auto 10px auto;
  }
  #content-set .wrap .outline-detail {
    text-align: center;
  }
  #content-set .wrap .outline-detail .outline-annot {
    margin: 30px auto;
  }
  #content-set .wrap .plan .heading {
    color: #ff4e70;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #content-set .wrap .plan .set-plan {
    background: #ffeb52;
    text-align: center;
    padding: 10px 10px;
    color: #1a4896;
    font-size: 30px;
    border-radius: 6px;
    font-weight: bold;
  }
  #content-set .wrap .plan .pack {
    text-align: center;
    margin: 30px 0 20px;
  }
  #content-set .wrap .plan .limit-annot {
    border: 1px solid #707070;
    border-radius: 6px;
    color: #707070;
    padding: 10px;
    max-width: 700px;
    margin: 15px auto;
    font-size: 12px;
  }
  #content-set .wrap .plan .device {
    background: #ff4e70;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #fff;
    max-width: 480px;
    margin: auto;
    font-size: 14px;
  }
  #content-set .wrap .plan .pack-annot {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
  }
  #content-set .wrap .plan .plan-preamble {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
  }
  #content-set .wrap .plan .plan-preamble span {
    font-weight: bold;
    color: #f03442;
  }
  #content-set .wrap .plan .plan-fee-img {
    text-align: center;
    margin-bottom: 20px;
  }
  #content-set .wrap .plan .plan-fee02-img {
    text-align: center;
  }
  #content-set .wrap .plan .epexegesis {
    max-width: 880px;
    margin: auto;
    /* オープン時にアニメーションを設定 */
  }
  #content-set .wrap .plan .epexegesis .pack-fee-annot {
    margin: 20px 0;
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis .sub-box {
    border: 1px solid #707070;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #content-set .wrap .plan .epexegesis .sub-box .sub-title {
    font-weight: bold;
    color: #1a4896;
    margin-bottom: 5px;
  }
  #content-set .wrap .plan .epexegesis .sub-box .sub-title span {
    color: #222;
  }
  #content-set .wrap .plan .epexegesis .sub-box .sub-content {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #content-set .wrap .plan .epexegesis .sub-box .condition {
    font-size: 12px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee {
    width: 880px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
  }
  #content-set .wrap .plan .epexegesis 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;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee summary.ttl_notes:hover {
    transition: 0.2s;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee summary.ttl_notes h4 {
    margin: auto 0 auto 24px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee summary.ttl_notes::-webkit-details-marker {
    display: none;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content {
    transition: 0.3s;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .plan-add-fee {
    margin: 10px 0;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box .title {
    font-size: 14px;
    font-weight: bold;
    color: #1a4896;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table {
    width: 100%;
    margin: 0 auto;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody {
    padding: 0;
    margin: 0;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr th {
    width: 150px;
    height: 40px;
    background: #ebebeb;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td {
    background: #fff;
    text-align: center;
    padding: 5px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td .ex {
    font-size: 14px;
    font-weight: bold;
    color: #1a4896;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td .ex .lg {
    font-size: 24px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .sup-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .sup-content {
    margin-bottom: 20px;
  }
  #content-set .wrap .plan .epexegesis 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;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content ul.device-list {
    margin-left: 20px;
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content ul.device-list li {
    list-style: disc;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .device-annot {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .device-annot {
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .sup-annot {
    font-size: 14px;
  }
  #content-set .wrap .plan .epexegesis details.notes_fee .details-content .sup-annot p.red {
    color: #f03442;
  }
  #content-set .wrap .plan .epexegesis details[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;
  }
  #content-set .wrap .plan .epexegesis details[open] .details-content {
    height: auto;
    animation: fadeIn 0.5s ease;
  }
  #feature {
    background: #4684d9;
  }
  #feature .wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    justify-content: center;
  }
  #feature .wrap .card {
    padding: 40px 100px;
  }
  #feature .wrap .white_ttl {
    color: #fff;
  }
  #feature .wrap .white_ttl::after {
    background: #fff;
  }
  #feature .title {
    font-size: 36px;
    text-align: center;
    width: 100%;
    color: #1a4896;
    font-weight: bold;
    border-bottom: 2px solid #1a4896;
    margin-bottom: 20px;
  }
  #feature .desc {
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
  }
  #feature .feature-annot {
    text-align: center;
    margin: 10px 0;
  }
  #feature .feature-img {
    text-align: center;
  }
  #feature .feature3-annot {
    text-align: center;
    margin: 20px 0;
  }
  #feature .incompatible {
    margin-top: 30px;
    color: #f03442;
    font-weight: bold;
  }
  #feature .incompatible-list {
    margin-bottom: 20px;
  }
  #feature .under-annot {
    color: #1d6ede;
    text-decoration: underline;
  }
  #netflix-about {
    background: #222222;
  }
  #netflix-about .wrap {
    width: 880px;
    margin: 0 auto;
    padding: 70px 0 70px 0;
    justify-content: center;
  }
  #netflix-about .wrap .red_ttl {
    color: #f03442;
  }
  #netflix-about .wrap .red_ttl::after {
    background: #f03442;
  }
  #netflix-about .wrap .catch {
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  #netflix-about .wrap .netflix-img {
    text-align: center;
  }
  #register {
    background: #222222;
  }
  #register .wrap {
    width: 880px;
    margin: 0 auto;
    padding: 70px 0 70px 0;
    justify-content: center;
  }
  #register .wrap .red_ttl {
    color: #f03442;
  }
  #register .wrap .red_ttl::after {
    background: #f03442;
  }
  #register .register-jump {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1079px) {
  .card {
    margin: 0 10px 30px 10px;
    padding: 20px;
    background: #fff;
    border-radius: 24px;
  }
  #top-banner {
    background: #222222;
    line-height: 0;
    margin: 16vw auto 0;
  }
  #top-banner .wrap {
    width: 100%;
    margin: 0;
  }
  #top-banner img {
    width: 100%;
  }
  #content-set {
    background: #18335d;
  }
  #content-set .sct_ttl {
    font-size: 5.2vw;
  }
  #content-set .wrap {
    width: 100%;
    padding: 30px 0;
    justify-content: center;
  }
  #content-set .netflix-set-img img {
    width: 100%;
  }
  #content-set .catch {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
  }
  #content-set .onepress {
    margin: 0 20px 20px 20px;
    text-align: center;
  }
  #content-set .onepress img {
    max-width: 100%;
  }
  #content-set .annot {
    margin: 20px 20px 50px 20px;
  }
  #content-set .annot p {
    color: #fff;
    margin-bottom: 5px;
  }
  #content-set .outline {
    margin: auto;
    max-width: 784px;
    background: #222222;
    border-radius: 12px;
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    padding: 16px;
  }
  #content-set .outline .heading {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  #content-set .outline .sub {
    margin: auto;
    max-width: 377px;
    background: #f03442;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
  }
  #content-set .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #222222;
    border-bottom: 0;
    margin: 5px auto 10px auto;
  }
  #content-set .outline-detail {
    text-align: center;
  }
  #content-set .outline-detail img {
    width: 100%;
  }
  #content-set .outline-detail .outline-annot {
    margin: 30px auto;
  }
  #content-set .plan .heading {
    color: #ff4e70;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #content-set .plan .set-plan {
    background: #ffeb52;
    text-align: center;
    padding: 10px 10px;
    color: #1a4896;
    font-size: 30px;
    border-radius: 6px;
    font-weight: bold;
  }
  #content-set .plan .pack {
    text-align: center;
    margin: 30px 0 20px;
  }
  #content-set .plan .pack img {
    width: 100%;
  }
  #content-set .plan .limit-annot {
    border: 1px solid #707070;
    border-radius: 6px;
    color: #707070;
    padding: 10px;
    max-width: 700px;
    margin: 15px auto;
    font-size: 12px;
  }
  #content-set .plan .device {
    background: #ff4e70;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #fff;
    max-width: 480px;
    margin: auto;
    font-size: 14px;
  }
  #content-set .plan .pack-annot {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
  }
  #content-set .plan .plan-preamble {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  #content-set .plan .plan-preamble span {
    font-size: 24px;
    color: #f03442;
  }
  #content-set .plan .plan-fee-img {
    text-align: center;
    margin-bottom: 10px;
  }
  #content-set .plan .plan-fee-img img {
    width: 100%;
  }
  #content-set .plan .plan-fee02-img {
    text-align: center;
    width: 100%;
  }
  #content-set .plan .plan-fee02-img img {
    width: 100%;
  }
  #content-set .plan .epexegesis {
    width: 100%;
    /* オープン時にアニメーションを設定 */
  }
  #content-set .plan .epexegesis .pack-fee-annot {
    margin: 20px 0;
    font-size: 14px;
  }
  #content-set .plan .epexegesis .sub-box {
    border: 1px solid #707070;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #content-set .plan .epexegesis .sub-box .sub-title {
    font-weight: bold;
    color: #1a4896;
    margin-bottom: 5px;
  }
  #content-set .plan .epexegesis .sub-box .sub-title span {
    color: #222;
  }
  #content-set .plan .epexegesis .sub-box .sub-content {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #content-set .plan .epexegesis details.notes_fee {
    background: #fff;
    border-radius: 12px;
  }
  #content-set .plan .epexegesis 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;
  }
  #content-set .plan .epexegesis details.notes_fee summary.ttl_notes:hover {
    transition: 0.2s;
  }
  #content-set .plan .epexegesis details.notes_fee summary.ttl_notes h4 {
    margin: auto 0 auto 24px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
  }
  #content-set .plan .epexegesis details.notes_fee summary.ttl_notes::-webkit-details-marker {
    display: none;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content {
    transition: 0.3s;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .plan-add-fee {
    margin: 10px 0;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box .title {
    font-size: 14px;
    font-weight: bold;
    color: #1a4896;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table {
    width: 100%;
    margin: 0 auto;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody {
    padding: 0;
    margin: 0;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr th {
    width: 150px;
    height: 40px;
    background: #ebebeb;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td {
    background: #fff;
    text-align: center;
    padding: 5px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td .ex {
    font-size: 14px;
    font-weight: bold;
    color: #1a4896;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .option .table-box table tbody tr td .ex .lg {
    font-size: 24px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .sup-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .sup-content {
    margin-bottom: 20px;
  }
  #content-set .plan .epexegesis 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;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content ul.device-list {
    margin-left: 20px;
    font-size: 14px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content ul.device-list li {
    list-style: disc;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .device-annot {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .device-annot {
    font-size: 14px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .sup-annot {
    font-size: 14px;
  }
  #content-set .plan .epexegesis details.notes_fee .details-content .sup-annot p.red {
    color: #f03442;
  }
  #content-set .plan .epexegesis details[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;
  }
  #content-set .plan .epexegesis details[open] .details-content {
    height: auto;
    animation: fadeIn 0.5s ease;
  }
  #feature {
    background: #4684d9;
  }
  #feature .wrap {
    padding: 50px 0 20px 0;
    justify-content: center;
  }
  #feature .wrap .card {
    padding: 40px 20px;
  }
  #feature .wrap .white_ttl {
    color: #fff;
  }
  #feature .wrap .white_ttl::after {
    background: #fff;
  }
  #feature .title {
    font-size: 30px;
    text-align: center;
    width: 100%;
    color: #1a4896;
    font-weight: bold;
    border-bottom: 2px solid #1a4896;
    margin-bottom: 20px;
  }
  #feature .desc {
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #feature .feature-annot {
    text-align: center;
    margin: 10px 0 30px;
  }
  #feature .feature-img {
    text-align: center;
  }
  #feature .feature-img img {
    width: 100%;
  }
  #feature .feature3-annot {
    text-align: center;
    margin: 20px 0;
  }
  #feature .incompatible {
    margin-top: 30px;
    color: #f03442;
    font-weight: bold;
  }
  #feature .incompatible-list {
    margin-bottom: 20px;
  }
  #feature .under-annot {
    color: #1d6ede;
    text-decoration: underline;
  }
  #netflix-about {
    background: #222222;
  }
  #netflix-about .wrap {
    padding: 70px 0 70px 0;
  }
  #netflix-about .wrap .red_ttl {
    color: #f03442;
  }
  #netflix-about .wrap .red_ttl::after {
    background: #f03442;
  }
  #netflix-about .wrap .catch {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0 30px;
  }
  #netflix-about .wrap .netflix-img {
    text-align: center;
    margin: 0 30px 0;
  }
  #netflix-about .wrap .netflix-img img {
    width: 100%;
  }
  #register {
    background: #222222;
  }
  #register .wrap {
    padding: 70px 0 70px 0;
  }
  #register .wrap .red_ttl {
    color: #f03442;
  }
  #register .wrap .red_ttl::after {
    background: #f03442;
  }
  #register .register-img {
    margin: 0 30px 20px 30px;
  }
  #register .register-img img {
    width: 100%;
    margin-bottom: 50px;
  }
  #register .register-jump {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
  }
  #register .register-jump img {
    width: 100%;
  }
  .sp-fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  .sp-fixed ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #1a4896;
  }
  .sp-fixed ul li {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    border-right: 1px solid #1a4896;
    background: #fff;
    vertical-align: middle;
    text-align: center;
  }
  .sp-fixed ul li:last-child {
    border-right: 0;
  }
  .sp-fixed ul li a {
    padding: 0;
    display: block;
  }
  .sp-fixed ul li a img {
    width: 100%;
  }
}/*# sourceMappingURL=netflix-plan.css.map */