@media screen and (min-width: 1080px) {
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  .card {
    margin: 0 auto 60px;
    padding: 40px 60px;
    background: #fff;
    border-radius: 24px;
  }
  .wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .section .sct_ttl {
    margin-bottom: 36px;
    color: #1A4896;
  }
  .section .sct_ttl::after {
    background: #1A4896;
  }
  .skyblue_ttl {
    color: #4684D9;
  }
  .skyblue_ttl::after {
    background: #4684D9;
  }
  #top-menu {
    background: #1b4596;
    border-top: 1px solid #fff;
  }
  #top-menu ul {
    width: 1080px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6px;
  }
  #top-menu ul li .plan {
    display: inline-block;
    min-width: 160px;
    height: 40px;
    padding: 0 48px 0 22px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color: #1B4596;
    background: #fff;
    border-radius: 6px;
    font-weight: bold;
    position: relative;
  }
  #top-menu ul li .plan::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #18335d;
    border-left: solid 2px #18335d;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-22px, 14px) rotate(-135deg);
  }
  #top-banner {
    background: #EFEFEF;
  }
  #top-banner .wrap {
    padding: 0;
  }
  #top-banner img {
    vertical-align: bottom;
  }
  #note_head {
    padding: 36px 0;
    background: #18335d;
    text-align: center;
    font-size: 14px;
  }
  #note_head .note_01 {
    color: #fff;
  }
  #note_head .note_02 {
    margin: 24px 0;
    display: inline-block;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  #note_head .note_02::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -4px;
    transform: translate(100%, 0);
  }
  #note_head .note_02::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-bottom: solid 1px #18335d;
    border-right: solid 1px #18335d;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(13.5px, 3.5px) rotate(45deg);
  }
  .btn_application {
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #18335d;
    border: solid 1px #fff;
    border-radius: 30px;
    position: relative;
  }
  .btn_application::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/telasa-plan/icon_tab.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-24px, -50%);
  }
  .btn_application:hover {
    background: #fff;
    color: #18335d;
    font-weight: bold;
  }
  .btn_application:hover::after {
    background-image: url(../img/telasa-plan/icon_tab_active.png);
  }
  #plans {
    background: #4684D9;
  }
  #plans .wrap .card {
    padding: 36px 72px 60px;
    background: #fff;
    border-radius: 24px;
  }
  #plans .wrap .card .sct_ttl {
    color: #1A4896;
  }
  #plans .wrap .card .sct_ttl::after {
    background: #1A4896;
  }
  #plans .wrap .card .contents_plans {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #plans .wrap .card .contents_plans h3 {
    font-size: 24px;
    text-align: center;
    color: #222;
  }
  #plans .wrap .card .contents_plans a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
  }
  #plans .wrap .card .contents_plans .txt_plan {
    text-align: center;
    font-size: 16px;
    color: #222;
  }
  #plans .wrap .card .contents_plans .list_program {
    display: flex;
    gap: 24px;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg {
    width: 454px;
    height: auto;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg img {
    margin-bottom: 9px;
    border: solid 1px #707070;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg .title {
    line-height: 1.2;
    margin: 10px 0;
    text-align: center;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg a,
  #plans .wrap .card .contents_plans .list_program .item_prg p {
    line-height: 1.2;
    text-align: center;
  }
  #plans .wrap .card .contents_plans .list_program .hungergames .copyright {
    text-align: left;
    margin: auto;
    max-width: 380px;
  }
  #plans .wrap .card .contents_plans .links_rental {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  #plans .wrap .card .contents_plans .links_rental .link_rental {
    display: inline-block;
    line-height: 1.2;
    color: #4684D9;
    border-bottom: solid 1px #4684D9;
    vertical-align: bottom;
  }
  #plans .wrap .card .note_common_center {
    text-align: center;
  }
  .note_common {
    width: 880px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }
  #concept .sct_ttl {
    color: #4684D9;
  }
  #concept .sct_ttl::after {
    background: #4684D9;
  }
  #concept .wrap_concept {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  #concept .wrap_concept .txt_concept {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  #application {
    background: #4684D9;
  }
  #application .white_ttl {
    color: #fff;
  }
  #application .white_ttl::after {
    background: #fff;
  }
  #application .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  #application .wrap .txt_application {
    text-align: center;
    color: #fff;
  }
  #application .wrap .link_application {
    margin: 0 auto;
  }
  #application .wrap .link_application a {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #application .wrap .btn_application {
    margin-top: 24px;
    border: none;
  }
  #flow {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  #flow .txt_flow {
    text-align: center;
    color: #fff;
  }
  #flow .line_flow {
    margin: 0 auto;
  }
  #flow .line_flow a {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #flow .btn_flow {
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #4684D9;
    border: solid 1px #fff;
    border-radius: 30px;
    position: relative;
  }
  #note {
    background: #fff;
  }
  #note .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  #note .wrap .txt_note {
    width: 880px;
    margin: 0 auto;
    text-align: left;
  }
  #note .wrap .txt_note h3,
  #note .wrap .txt_note p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1079px) {
  .content {
    margin-top: 16vw;
    position: relative;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  .card {
    width: 92vw;
    margin: 0 auto 8vw;
    padding: 6vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6vw;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 6vw 0 0;
    box-sizing: border-box;
  }
  .section .sct_ttl {
    margin-bottom: 6vw;
    color: #1A4896;
    font-feature-settings: "palt";
  }
  .section .sct_ttl::after {
    background: #1A4896;
  }
  .skyblue_ttl {
    color: #4684D9;
  }
  .skyblue_ttl::after {
    background: #4684D9;
  }
  #top-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 0;
    z-index: 99;
  }
  #top-menu ul {
    display: flex;
    justify-content: space-between;
    gap: 1px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #1a4896;
    border-top: solid 1px #1a4896;
  }
  #top-menu ul li {
    width: 33.1%;
    height: 12vw;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    text-align: center;
  }
  #top-menu ul li:nth-child(3), #top-menu ul li:nth-child(6) {
    border-right: 0;
  }
  #top-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #top-menu ul li a span {
    display: block;
    padding-bottom: 1vw;
    font-size: 3vw;
    color: #1A4896;
    font-weight: bold;
    position: relative;
  }
  #top-menu ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #1A4896;
    border-left: solid 1px #1A4896;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  #top-banner {
    background: #EFEFEF;
  }
  #top-banner .wrap {
    padding: 0;
  }
  #top-banner img {
    vertical-align: bottom;
  }
  #note_head {
    padding: 36px 0;
    background: #18335d;
    text-align: center;
    font-size: 14px;
  }
  #note_head .note_01 {
    font-size: 3.5vw;
    color: #fff;
  }
  #note_head .note_02 {
    margin: 24px 0;
    display: inline-block;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  #note_head .note_02::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -4px;
    transform: translate(100%, 0);
  }
  #note_head .note_02::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-bottom: solid 1px #18335d;
    border-right: solid 1px #18335d;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(13.5px, 3.5px) rotate(45deg);
  }
  .btn_application {
    display: block;
    width: 84vw;
    height: 14vw;
    line-height: 14vw;
    margin: 0 auto;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background: #18335d;
    border: solid 1px #fff;
    border-radius: 30px;
    position: relative;
  }
  .btn_application::after {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url(../img/telasa-plan/icon_tab.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-6vw, -50%);
  }
  #plans {
    padding: 0;
    background: #4684D9;
  }
  #plans .wrap .card {
    background: #fff;
    border-radius: 6vw;
  }
  #plans .wrap .card .sct_ttl {
    color: #1A4896;
  }
  #plans .wrap .card .sct_ttl::after {
    background: #1A4896;
  }
  #plans .wrap .card .contents_plans {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #plans .wrap .card .contents_plans h3 {
    font-size: 4vw;
    text-align: center;
    color: #222;
  }
  #plans .wrap .card .contents_plans a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-size: 3vw;
  }
  #plans .wrap .card .contents_plans .txt_plan {
    text-align: left;
    font-size: 3.5vw;
    color: #222;
  }
  #plans .wrap .card .contents_plans .list_program {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg {
    width: 100%;
    height: auto;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg img {
    margin-bottom: 9px;
    border: solid 1px #707070;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg .title {
    line-height: 1.2;
    margin: 10px 0;
    text-align: center;
  }
  #plans .wrap .card .contents_plans .list_program .item_prg a,
  #plans .wrap .card .contents_plans .list_program .item_prg p {
    text-align: center;
    font-size: 2.9vw;
    line-height: 1.2;
  }
  #plans .wrap .card .contents_plans .list_program .hungergames .copyright {
    text-align: left;
  }
  #plans .wrap .card .contents_plans .links_rental {
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  #plans .wrap .card .contents_plans .links_rental .link_rental {
    display: inline-block;
    line-height: 1.2;
    color: #4684D9;
    border-bottom: solid 1px #4684D9;
    vertical-align: bottom;
  }
  #plans .wrap .card .contents_plans .links_rental .link_rental:last-child {
    margin-top: 2vw;
  }
  #plans .note_common_center {
    width: 84vw;
    text-align: center;
    font-size: 3vw;
  }
  .note_common {
    margin: 0 auto;
    text-align: left;
    font-size: 3vw;
    line-height: 1.4;
  }
  #concept .sct_ttl {
    color: #4684D9;
  }
  #concept .sct_ttl::after {
    background: #4684D9;
  }
  #concept .wrap_concept {
    display: flex;
    flex-direction: column;
    padding: 6vw;
    gap: 6vw;
  }
  #concept .wrap_concept .txt_concept {
    display: block;
    text-align: center;
    font-size: 3.2vw;
  }
  #application {
    background: #4684D9;
  }
  #application .white_ttl {
    color: #fff;
  }
  #application .white_ttl::after {
    background: #fff;
  }
  #application .wrap {
    display: flex;
    flex-direction: column;
    padding: 6vw;
    gap: 6vw;
  }
  #application .wrap .txt_application {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 3.2vw;
  }
  #application .wrap .link_application {
    margin: 0 auto;
  }
  #application .wrap .link_application a {
    display: inline-block;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #application .wrap .btn_application {
    border: none;
  }
  #flow {
    background: #fff;
  }
  #flow .txt_flow {
    text-align: center;
    color: #fff;
  }
  #flow .line_flow {
    margin: 0 auto;
  }
  #flow .line_flow a {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #flow .btn_flow {
    display: block;
    width: 84vw;
    height: 14vw;
    line-height: 14vw;
    margin: 0 auto;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background: #4684D9;
    border: solid 1px #fff;
    border-radius: 30px;
    position: relative;
  }
  #note {
    background: #fff;
  }
  #note .wrap {
    display: flex;
    flex-direction: column;
    padding: 6vw;
    gap: 6vw;
  }
  #note .wrap .txt_note h3,
  #note .wrap .txt_note p {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=telasa-plan.css.map */