@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@media screen and (min-width: 1080px) {
  body {
    width: 100%;
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  a {
    text-decoration: none;
  }
  p {
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
  }
  li {
    list-style: none;
  }
  p,
  ul,
  li,
  div {
    margin: 0;
    padding: 0;
  }
  .content {
    width: 100%;
    overflow: hidden;
  }
  .sp-only {
    display: none !important;
  }
  .page-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background: #fff;
    color: #1a4896;
  }
  #top {
    width: 100%;
    height: 96px;
    background: #4684d9;
  }
  #top ul.header_menu {
    width: 1080px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top ul.header_menu li.single_menu {
    width: 354px;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    position: relative;
  }
  #top ul.header_menu li.single_menu a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a4896;
    font-weight: bold;
  }
  #top ul.header_menu li.single_menu::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #18335d;
    border-right: solid 2px #18335d;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0, -100%);
    z-index: 5;
  }
  .section {
    padding: 48px 0 72px 0;
  }
  .section h2.sct_ttl {
    margin-bottom: 48px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #18335d;
    position: relative;
  }
  .section h2.sct_ttl::after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    margin: 12px auto 0;
    background-color: #18335d;
  }
  .section h2.sct_ttl.white {
    color: #fff;
  }
  .section h2.sct_ttl.white::after {
    background-color: #fff;
  }
  .section .section_white {
    width: 1080px;
    margin: 0 auto;
    padding: 48px 30px;
    background: #fff;
    border-radius: 24px;
  }
  .section .section_white .flwo_list {
    width: 1020px;
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .section .section_white .flwo_list .flow_single {
    width: 330px;
  }
  .section .section_white .flwo_list .flow_single .ttl_flow {
    width: 320px;
    height: 48px;
    margin-bottom: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #4684d9;
    border-radius: 6px;
    position: relative;
  }
  .section .section_white .flwo_list .flow_single .ttl_flow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 7px #18335d;
    border-right: solid 7px #18335d;
    border-bottom: solid 7px #4684d9;
    border-left: solid 7px #4684d9;
    position: absolute;
    right: -7px;
    transform: rotate(45deg);
    z-index: 5;
  }
  .section .section_white .flwo_list .flow_single p.txt_flow {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .section .section_white .flwo_list .flow_single p.txt_flow span {
    margin-top: 12px;
    display: block;
    font-size: 10px;
  }
  .section .section_white .flwo_list .flow_single .img_flow {
    text-align: center;
  }
  .section .section_white .flwo_list .flow_single .img_flow img {
    border: 1px solid #ccc;
    width: 250px;
    height: auto;
  }
  #flow {
    background: #e3eeff;
  }
  #flow .wrapper_flow#existing_customer {
    margin-top: 36px;
  }
  #flow .wrapper_flow#existing_customer p.note_existing_customer {
    width: 1020px;
    height: auto;
    margin: 24px auto 0;
    padding: 24px;
    box-sizing: border-box;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 6px;
  }
  #flow .wrapper_flow .wrapper_flow_header {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #flow .wrapper_flow .wrapper_flow_header h3.wrp_ttl {
    font-size: 36px;
    color: #1a4896;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker {
    width: 420px;
    height: 48px;
    border: solid 1px #1a4896;
    border-radius: 6px;
    position: relative;
    transition: 0.3s;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker a {
    width: 100%;
    height: 48px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    color: #1a4896;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #18335d;
    border-right: solid 2px #18335d;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0, -100%);
    z-index: 5;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover {
    border: solid 1px #fff;
    background: #1a4896;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover a {
    color: #fff;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #course {
    background: #18335d;
  }
  #course p.txt_course {
    width: 1020px;
    margin: 0 auto;
    font-size: 16px;
  }
  #course .wrapper_course {
    width: 1020px;
    margin: 36px auto 0;
  }
  #course .wrapper_course h3.ttl_course {
    margin-bottom: 12px;
    color: #1a4896;
  }
  #course .wrapper_course .table_course {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr th {
    width: 328px;
    min-height: 48px;
    line-height: 48px;
    padding: 12px 0;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-right: solid 1px #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr th:nth-last-child(1) {
    border-right: none;
  }
  #course .wrapper_course .table_course tbody tr td {
    width: 328px;
    min-height: 48px;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr td:nth-last-child(1) {
    border-right: none;
  }
  #course .wrapper_course .table_course tbody tr td p {
    width: 268px;
    height: 108px;
    display: flex;
    align-items: center;
  }
  #course .wrapper_course .table_course tbody tr.th_feature th {
    height: 108px;
    padding: 0;
  }
  #course .wrapper_course .table_course tbody tr.th_feature td {
    padding: 0;
  }
  #course .wrapper_course .note {
    margin-top: 12px;
  }
  #course .wrapper_course .txt_flow {
    font-size: 16px;
  }
  #course .wrapper_course .height1_3 {
    height: 48px;
  }
  #course .wrapper_course .height4_6 {
    height: 124px;
  }
  #course .wrapper_course .height4_6 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  .page-title {
    text-align: center;
    background: #fff;
    color: #1a4896;
    padding: 20vw 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
  }
  body {
    width: 100%;
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  a {
    text-decoration: none;
    color: #1d6ede;
  }
  p {
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
  }
  li {
    list-style: none;
  }
  p,
  ul,
  li,
  div {
    margin: 0;
    padding: 0;
  }
  .content {
    width: 100%;
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  #top {
    width: 100vw;
    height: 12.8vw;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  #top ul.header_menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top ul.header_menu li.single_menu {
    width: 33.3333333333vw;
    height: 100%;
    background: #fff;
    position: relative;
  }
  #top ul.header_menu li.single_menu:nth-child(2) {
    border-right: solid 1px #4684d9;
    border-left: solid 1px #4684d9;
  }
  #top ul.header_menu li.single_menu a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.6666666667vw;
    line-height: 1.3;
    color: #1a4896;
    font-weight: bold;
  }
  #top ul.header_menu li.single_menu::after {
    content: "";
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-bottom: solid 1px #18335d;
    border-right: solid 1px #18335d;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: rotate(45deg) translate(0, -100%);
    z-index: 5;
  }
  .section {
    padding: 6.4vw 0 9.6vw 0;
  }
  .section h2.sct_ttl {
    margin-bottom: 6.4vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    color: #18335d;
    position: relative;
  }
  .section h2.sct_ttl::after {
    content: "";
    display: block;
    width: 4.8vw;
    height: 0.8vw;
    margin: 1.6vw auto 0;
    background-color: #18335d;
  }
  .section h2.sct_ttl.white {
    color: #fff;
  }
  .section h2.sct_ttl.white::after {
    background-color: #fff;
  }
  .section .section_white {
    width: 93.6vw;
    margin: 0 auto;
    padding: 4.8vw 3.2vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3.2vw;
  }
  .section .section_white .flwo_list {
    width: 100%;
    margin: 4.8vw auto 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4.8vw;
  }
  .section .section_white .flwo_list .flow_single {
    max-width: 100%;
  }
  .section .section_white .flwo_list .flow_single .ttl_flow {
    width: 100%;
    height: 11.2vw;
    margin-bottom: 3.2vw;
    padding-left: 3.2vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 4.8vw;
    color: #fff;
    font-weight: bold;
    background: #4684d9;
    border-radius: 1.6vw;
    position: relative;
  }
  .section .section_white .flwo_list .flow_single p.txt_flow {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .section .section_white .flwo_list .flow_single p.txt_flow span {
    margin-top: 3.2vw;
    display: block;
    font-size: 1.3333333333vw;
  }
  .section .section_white .flwo_list .flow_single .img_flow {
    text-align: center;
  }
  .section .section_white .flwo_list .flow_single .img_flow img {
    border: 1px solid #ccc;
    max-width: 250px;
  }
  #flow {
    background: #e3eeff;
  }
  #flow .wrapper_flow#existing_customer {
    margin-top: 6.4vw;
  }
  #flow .wrapper_flow#existing_customer p.note_existing_customer {
    width: 100%;
    height: auto;
    margin: 3.2vw auto 0;
    padding: 3.2vw;
    box-sizing: border-box;
    font-size: 2.9333333333vw;
    background: #f5f5f5;
    border-radius: 0.8vw;
  }
  #flow .wrapper_flow .wrapper_flow_header {
    width: 100%;
    margin: 0 auto;
  }
  #flow .wrapper_flow .wrapper_flow_header h3.wrp_ttl {
    margin-bottom: 4.8vw;
    text-align: center;
    font-size: 4.8vw;
    color: #1a4896;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker {
    width: 100%;
    height: 12.8vw;
    border: solid 0.2666666667vw #1a4896;
    border-radius: 1.6vw;
    position: relative;
    transition: 0.3s;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker a {
    width: 100%;
    height: 12.8vw;
    padding-left: 3.2vw;
    display: flex;
    align-items: center;
    color: #1a4896;
    font-size: 3.7333333333vw;
    font-weight: bold;
    transition: 0.3s;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker::after {
    content: "";
    display: block;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-bottom: solid 0.5333333333vw #18335d;
    border-right: solid 0.5333333333vw #18335d;
    position: absolute;
    top: 50%;
    right: 6.4vw;
    transform: rotate(45deg) translate(0, -100%);
    z-index: 5;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover {
    border: solid 1px #fff;
    background: #1a4896;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover a {
    color: #fff;
  }
  #flow .wrapper_flow .wrapper_flow_header .btn_anker:hover::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #course {
    background: #18335d;
  }
  #course p.txt_course {
    width: 100%;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
  #course .wrapper_course {
    width: 100%;
    margin: 6.4vw auto 0;
  }
  #course .wrapper_course h3.ttl_course {
    margin-bottom: 3.2vw;
    color: #1a4896;
  }
  #course .wrapper_course .table_course {
    border-collapse: collapse;
    border-spacing: 0;
  }
  #course .wrapper_course .table_course tbody {
    display: block;
    border-top: solid 0.2666666667vw #d5d5d5;
  }
  #course .wrapper_course .table_course tbody:nth-last-child(1) {
    margin-top: 4.8vw;
  }
  #course .wrapper_course .table_course tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 0.2666666667vw #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr th {
    width: 54.6666666667vw;
  }
  #course .wrapper_course .table_course tbody tr .th_first {
    width: 32.5333333333vw;
    min-height: 6.4vw;
    line-height: 4.8vw;
    padding: 3.2vw 0;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-right: solid 0.2666666667vw #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr .th_first:nth-last-child(1) {
    border-right: none;
  }
  #course .wrapper_course .table_course tbody tr td {
    width: 54.6666666667vw;
    min-height: 6.4vw;
    line-height: 4.8vw;
    padding: 1.6vw 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #d5d5d5;
  }
  #course .wrapper_course .table_course tbody tr td:nth-last-child(1) {
    border-right: none;
  }
  #course .wrapper_course .table_course tbody tr td p {
    width: 45.3333333333vw;
    height: auto;
    font-size: 2.9333333333vw;
    display: flex;
    align-items: center;
  }
  #course .wrapper_course .table_course tbody tr.th_feature th {
    height: 17.6vw;
    padding: 0;
  }
  #course .wrapper_course .table_course tbody tr.th_feature td {
    padding: 0;
  }
  #course .wrapper_course .txt_flow {
    font-size: 3.7333333333vw;
  }
  #course .wrapper_course span {
    font-size: 14px;
  }
  #course .wrapper_course .note {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=netflix-register.css.map */