@charset "UTF-8";
@media screen and (min-width: 1080px) {
  body {
    width: 100%;
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  a {
    text-decoration: none;
    color: #1d6ede;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #222;
  }
  li {
    list-style: none;
  }
  p,
  ul,
  li,
  div {
    margin: 0;
    padding: 0;
  }
  img {
    display: block;
  }
  .content {
    width: 100%;
    overfeature: hidden;
  }
  .sp-only {
    display: none !important;
  }
  header {
    width: 100%;
    height: 60px;
    background: #1b4596;
  }
  header .header_nav {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header .header_nav h1 {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_nav h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_nav h1 a img {
    width: auto;
    height: 40px;
  }
  header .header_nav .header_menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  header .header_nav .header_menu .single_menu {
    height: 48px;
    padding-right: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #456aa8;
  }
  header .header_nav .header_menu .single_menu a {
    font-size: 12px;
    color: #fff;
    display: block;
  }
  header .header_nav .header_menu .open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  header .header_nav .header_menu #pop-up {
    display: none;
    /* label でコントロールするので input は非表示に */
  }
  header .header_nav .header_menu .overlay {
    display: none;
    /* input にチェックが入るまでは非表示に */
  }
  header .header_nav .header_menu #pop-up:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4392156863);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  header .header_nav .header_menu .window {
    width: 90vw;
    max-width: 380px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .header_nav .header_menu .text {
    font-size: 18px;
    margin: 0;
  }
  header .header_nav .header_menu .close {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 20px;
  }
  header .header_nav .btn_mypage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_nav .btn_mypage a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 40px;
    margin: 0 auto;
    background-color: #f03442;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
  }
  header .header_nav .btn_mypage a img {
    width: 18px;
    height: auto;
    margin-right: 4px;
  }
  .section {
    padding: 48px 0 72px 0;
  }
  h2.sct_ttl {
    margin-bottom: 48px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #18335d;
    position: relative;
  }
  h2.sct_ttl::after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    margin: 12px auto 0;
    background-color: #18335d;
  }
  #detail {
    background: #fff;
  }
  #detail .wrapper_detail {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
  }
  #detail .wrapper_detail .left {
    width: 348px;
  }
  #detail .wrapper_detail .left h2.dtl_ttl {
    font-size: 30px;
    line-height: 30px;
    color: #1a4896;
  }
  #detail .wrapper_detail .left h2.dtl_ttl span {
    display: block;
    font-size: 96px;
    line-height: 108px;
  }
  #detail .wrapper_detail .left p.txt_exp {
    margin-top: 24px;
    font-size: 18px;
    color: #1a4896;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  #detail .wrapper_detail .center {
    width: 357px;
    height: auto;
  }
  #detail .wrapper_detail .center .img_detail {
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: solid 1px #d5d5d5;
    border-radius: 9px;
  }
  #detail .wrapper_detail .center .img_detail img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
  }
  #detail .wrapper_detail .center ul.list_dtl_img {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  #detail .wrapper_detail .center ul.list_dtl_img li.single_dtl_img {
    width: 66px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: solid 1px #d5d5d5;
    border-radius: 4px;
    transition: 0.3s;
    margin-right: 3px;
  }
  #detail .wrapper_detail .center ul.list_dtl_img li.single_dtl_img:last-child {
    margin-left: 0;
  }
  #detail .wrapper_detail .center ul.list_dtl_img li.single_dtl_img img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  #detail .wrapper_detail .center ul.list_dtl_img li.single_dtl_img:hover {
    background: #e3eeff;
  }
  #detail .wrapper_detail .center .color_box {
    margin-top: 10px;
  }
  #detail .wrapper_detail .center .color_box .color_name {
    font-size: 11px;
  }
  #detail .wrapper_detail .center .color_box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #detail .wrapper_detail .center .color_box ul li {
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 26px;
    margin-left: 10px;
    width: 26px;
  }
  #detail .wrapper_detail .center .color_box ul li div {
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 14px;
    margin: 5px auto;
    width: 14px;
  }
  #detail .wrapper_detail .center .color_box ul li div span {
    display: none;
  }
  #detail .wrapper_detail .center .color_box ul li:first-child {
    margin-left: 0px;
  }
  #detail .wrapper_detail .center .color_box ul li.active {
    border: 1px solid #333;
  }
  #detail .wrapper_detail .right {
    width: 327px;
  }
  #detail .wrapper_detail .right .right_wrapper {
    margin-bottom: 24px;
  }
  #detail .wrapper_detail .right h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 20px;
    background: #e3eeff;
    border-radius: 4px;
  }
  #detail .wrapper_detail .right .label {
    display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
    color: #fff;
    background: #1a4896;
    border-radius: 4px;
  }
  #detail .wrapper_detail .right img {
    width: 100%;
  }
  #detail .wrapper_detail .right p.notes {
    padding: 12px;
    line-height: 1.3;
    font-size: 10px;
    color: #777;
    border: solid 1px #d5d5d5;
  }
  #fee {
    background: #e3eeff;
  }
  #fee table {
    width: 880px;
    margin: 0 auto 48px;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  #fee table tbody {
    padding: 0;
    margin: 0;
  }
  #fee table tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  #fee table tbody tr th {
    width: 380px;
    height: 72px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #18335d;
  }
  #fee table tbody tr td {
    width: 700px;
    font-size: 20px;
    background: #fff;
    text-align: center;
    font-weight: normal;
  }
  #fee table tbody tr .tax_incl {
    font-size: 12px;
  }
  #fee table tbody tr.tr_96 td {
    font-size: 26px;
    font-weight: bold;
    color: #222;
  }
  #fee table tbody tr.tr_96 td .large {
    font-size: 32px;
  }
  #fee table tbody tr.tr_96 td .tax_incl {
    font-size: 20px;
  }
  #fee table tbody .gigafree {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  #fee table tbody .gigafree .monthly {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #1a4896;
  }
  #fee table tbody .gigafree .monthly:nth-child(2) {
    border-left: solid 1px #d5d5d5;
  }
  #fee table tbody .gigafree .monthly p {
    font-size: 16px;
    margin-bottom: 2px;
  }
  #fee table tbody .gigafree .monthly span {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
  }
  #fee table tbody .gigafree .monthly .red {
    color: #f03442;
    font-weight: bold;
  }
  #fee table tbody .gigafree .monthly .blue {
    margin-top: 2px;
    display: inline-block;
    font-size: 24px;
    color: #1a4896;
  }
  #fee table tbody .red {
    color: #f03442;
    font-weight: bold;
  }
  #fee table tbody sup {
    vertical-align: bottom;
  }
  #fee .note {
    width: 880px;
    margin: 0 auto;
    font-size: 14px;
  }
  #spec {
    background: #fff;
  }
  #spec .spec_detail {
    width: 880px;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 30px;
  }
  #spec .spec_detail h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #spec .spec_detail .catch {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #spec .spec_detail ul {
    margin-bottom: 10px;
  }
  #spec .spec_detail ul li {
    list-style: initial;
    padding-bottom: 5px;
    margin-left: 20px;
    font-size: 12px;
  }
  #spec .spec_detail .heading {
    background: #ebebeb;
    padding: 3px 5px;
    margin-bottom: 5px;
  }
  #spec .spec_detail table.spec_talbe {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #d5d5d5;
    margin-bottom: 24px;
  }
  #spec .spec_detail table.spec_talbe tr {
    height: 36px;
  }
  #spec .spec_detail table.spec_talbe tr th,
  #spec .spec_detail table.spec_talbe tr td {
    border: solid 1px #d5d5d5;
    padding: 5px;
    font-weight: normal;
  }
  #spec .spec_detail table.spec_talbe tr th {
    background: #ebebeb;
    width: 30%;
  }
  #spec .spec_detail table.spec_talbe tr td {
    width: 70%;
  }
  #spec .spec_detail .annot {
    font-size: 12px;
  }
  #spec .spec_detail .annot p {
    padding-left: 2em;
    text-indent: -2em;
  }
  #spec .spec_detail .annot p .i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  #feature {
    background: #f5f5f5;
  }
  #feature h3 {
    margin: 0 auto 48px;
    text-align: center;
    font-size: 42px;
    color: #1a4896;
  }
  #feature .list_feature {
    width: 1080px;
    margin: 0 auto 48px;
    display: flex;
    justify-content: space-between;
  }
  #feature .list_feature .card_feature {
    width: 330px;
    border-radius: 12px;
    position: relative;
  }
  #feature .list_feature .card_feature .feature_img {
    text-align: center;
    margin-bottom: 20px;
  }
  #feature .list_feature .card_feature .feature_img img {
    width: 100%;
  }
  #feature .list_feature .card_feature .ttl_feature {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    display: inline;
  }
  #feature .list_feature .card_feature .txt_feature {
    margin-top: 12px;
    text-align: left;
    font-weight: normal;
  }
  #feature .list_feature .card_feature .txt_exp {
    margin-top: 24px;
    font-size: 12px;
  }
  #feature .list_feature .card_feature sup {
    font-size: 12px;
    vertical-align: middle;
  }
  #other {
    background: #ddd;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  #other ul.slide_other {
    width: 500px;
    margin: 0 auto;
  }
  #other ul.slide_other li.card_other {
    width: 424px !important;
    height: 424px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #other ul.slide_other li.card_other .img_other {
    width: 334px;
    height: 334px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #other ul.slide_other li.card_other .img_other img {
    width: 100%;
  }
  #other ul.slide_other li.card_other h3 {
    text-align: center;
    color: #18335d;
  }
  #other ul.slide_other .slick-list {
    height: 424px;
    overflow: visible;
  }
  #other ul.slide_other .slick-list .slick-slide {
    margin: 0 12px;
  }
  #other ul.slide_other .slick-arrow {
    z-index: 10;
  }
  #other ul.slide_other .slick-dots {
    display: none !important;
    position: relative;
    top: 80px;
  }
  #other ul.slide_other .slick-arrow:before {
    color: transparent;
  }
  #other ul.slide_other .slick-next,
  #other ul.slide_other .slick-prev {
    width: 60px;
    height: 60px;
  }
  #other ul.slide_other .slick-next:before,
  #other ul.slide_other .slick-prev:before {
    opacity: 1 !important;
    font-size: 60px;
    border-radius: 60px;
    position: relative;
  }
  #other ul.slide_other .slick-prev {
    left: -4px;
    transform: scale(1, 1) translate(0, -50%);
  }
  #other ul.slide_other .slick-prev:before {
    background: url(../../img/arrow.png) !important;
    background-size: contain !important;
  }
  #other ul.slide_other .slick-prev:hover {
    opacity: 0.8;
    transition: all 0.2s;
  }
  #other ul.slide_other .slick-next {
    right: -4px;
    transform: scale(-1, 1) translate(0, -50%);
  }
  #other ul.slide_other .slick-next:before {
    background: url(../../img/arrow.png) !important;
    background-size: contain !important;
  }
  #other ul.slide_other .slick-next:hover {
    opacity: 0.8;
    transition: all 0.2s;
  }
  #footer {
    padding: 24px 0;
    background: #222222;
  }
  #footer .fotter_comtents {
    width: 880px;
    margin: 0 auto 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ffffff;
  }
  #footer .fotter_comtents .btn_contact {
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
  }
  #footer .fotter_comtents .btn_contact a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #4684d9;
    border-radius: 24px;
    transition: 0.3s;
  }
  #footer .fotter_comtents .btn_contact a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  #footer .fotter_menu {
    width: 880px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
  }
  #footer .fotter_menu .txt_footer {
    margin: 0 24px;
  }
  #footer .fotter_menu .txt_footer a {
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
  }
  #footer .fotter_menu .txt_footer a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  #footer p {
    color: #fff;
    width: 880px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
  }
}
@media screen and (max-width: 1079px) {
  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%;
    margin-top: 16vw;
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  header {
    width: 100%;
    height: 16vw;
    background: #1b4596;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  header .header_nav {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
  }
  header .header_nav h1 {
    width: 68%;
    height: 100%;
  }
  header .header_nav h1 a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header_nav h1 a img {
    width: 80%;
    height: auto;
  }
  header .header_nav .header_menu {
    width: 16vw;
    height: auto;
    padding: 0;
    background: #fff;
  }
  header .header_nav .header_menu input.menu_check {
    display: none;
  }
  header .header_nav .header_menu label.menu_label {
    height: 100%;
    padding-bottom: 21%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1vw;
    color: #18335d;
    box-sizing: border-box;
    background-image: url("../../img/icon_menu_sp.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 50% 35%;
    transition: 0.2s;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list {
    width: 100vw;
    height: 100%;
    display: block;
    border-top: solid 1px #1a4896;
    position: fixed;
    top: 16vw;
    left: 0;
    opacity: 1;
    transition: 0.5s;
    background: rgba(34, 34, 34, 0.8);
    visibility: visible;
    pointer-events: auto;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.single_menu,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    height: 15vw;
    line-height: 15vw;
    text-align: center;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: solid 1px #1a4896;
    position: relative;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.single_menu a,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.single_menu a {
    display: block;
    font-size: 4.5vw;
    letter-spacing: 1px;
    color: #1a4896;
    font-weight: bold;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.single_menu a::after,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.single_menu a::after {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 45%;
    right: 6vw;
    border-right: solid 2px #1a4896;
    border-bottom: solid 2px #1a4896;
    transform: rotate(45deg) translate(0, -50%);
    visibility: visible;
    transition: 0.3s;
    transition-delay: 0.3s;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.to_footer,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.to_footer {
    height: 12vw;
    line-height: 12vw;
    background: rgba(34, 34, 34, 0.97);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.to_footer a,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.to_footer a {
    font-size: 4vw;
    font-weight: normal;
    color: #fff;
  }
  header .header_nav .header_menu ul.contents_menu_list ul.contents_menu_list li.to_footer a::after,
  header .header_nav .header_menu #menu_check:checked + .menu_label + div.contents_menu ul.contents_menu_list li.to_footer a::after {
    border-right: none;
    border-bottom: none;
  }
  header .header_nav .header_menu #menu_check:checked + .menu_label {
    background-image: url("../../img/icon_menu_close_sp.png");
    transition: 0.2s;
  }
  header .header_nav .header_menu ul.contents_menu_list {
    width: 100vw;
    height: 100%;
    display: block;
    border-top: solid 1px #1a4896;
    position: fixed;
    top: 16vw;
    left: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(34, 34, 34, 0.8);
    visibility: hidden;
    pointer-events: none;
  }
  header .header_nav .header_menu ul.contents_menu_list li.single_menu {
    width: 100%;
    height: 15vw;
    line-height: 15vw;
    text-align: center;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: solid 1px #1a4896;
    position: relative;
  }
  header .header_nav .header_menu ul.contents_menu_list li.single_menu a {
    display: block;
    font-size: 4.5vw;
    letter-spacing: 1px;
    color: #1a4896;
    font-weight: bold;
    position: relative;
    visibility: hidden;
    opacity: 0;
  }
  header .header_nav .header_menu ul.contents_menu_list li.single_menu a::after {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 45%;
    right: 6vw;
    border-right: solid 2px #1a4896;
    border-bottom: solid 2px #1a4896;
    transform: rotate(45deg) translate(0, -50%);
    visibility: hidden;
    transition: 0.3s;
  }
  header .header_nav .header_menu ul.contents_menu_list li.to_footer {
    height: 12vw;
    line-height: 12vw;
    background: rgba(34, 34, 34, 0.97);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  header .header_nav .header_menu ul.contents_menu_list li.to_footer a {
    font-size: 4vw;
    font-weight: normal;
    color: #fff;
  }
  header .header_nav .header_menu ul.contents_menu_list li.to_footer a::after {
    border-right: none;
    border-bottom: none;
  }
  header .header_nav .btn_mypage {
    width: 16vw;
    height: auto;
    padding: 0;
    background: #f03442;
  }
  header .header_nav .btn_mypage a {
    height: 100%;
    padding-bottom: 21%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1vw;
    color: #18335d;
    box-sizing: border-box;
    background-image: url("../../img/icon_mypage.png");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 35%;
    color: #fff;
  }
  .section {
    padding: 8vw 0;
    overflow: hidden;
  }
  h2.sct_ttl {
    margin-bottom: 6vw;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #18335d;
    position: relative;
  }
  h2.sct_ttl::after {
    content: "";
    display: block;
    width: 6vw;
    height: 1vw;
    margin: 2vw auto 0;
    background-color: #18335d;
  }
  #detail {
    background: #fff;
  }
  #detail .wrapper_detail {
    width: 94vw;
    margin: 0 auto;
    gap: 4vw;
  }
  #detail .wrapper_detail .img_detail {
    width: 100%;
    min-height: 235px;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 1vw;
  }
  #detail .wrapper_detail .img_detail img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  #detail .wrapper_detail h2.dtl_ttl {
    font-size: 6.4vw;
    line-height: 0.5vw;
    text-align: center;
    color: #1a4896;
  }
  #detail .wrapper_detail h2.dtl_ttl span {
    display: block;
    font-size: 16vw;
    line-height: 23vw;
  }
  #detail .wrapper_detail img {
    width: 100%;
  }
  #detail .wrapper_detail h3 {
    width: 100%;
    height: 6vw;
    line-height: 6vw;
    margin-bottom: 1.5vw;
    padding-left: 2vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    background: #e3eeff;
    border-radius: 1vw;
  }
  #detail .wrapper_detail .label {
    display: inline-block;
    padding: 1vw;
    font-size: 2.6vw;
    color: #fff;
    background: #1a4896;
    border-radius: 1vw;
    margin-bottom: 4vw;
  }
  #detail .wrapper_detail .spec {
    margin-bottom: 2vw;
  }
  #detail .wrapper_detail .spec img {
    width: 100%;
  }
  #detail .wrapper_detail ul.list_dtl_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 10px;
  }
  #detail .wrapper_detail ul.list_dtl_img li.single_dtl_img {
    width: 8.5vw;
    height: 8.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #d5d5d5;
    border-radius: 1vw;
    transition: 0.2s;
  }
  #detail .wrapper_detail ul.list_dtl_img li.single_dtl_img img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  #detail .wrapper_detail .color_box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #detail .wrapper_detail .color_box .color_name {
    font-size: 11px;
  }
  #detail .wrapper_detail .color_box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #detail .wrapper_detail .color_box ul li {
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 26px;
    margin-left: 10px;
    width: 26px;
  }
  #detail .wrapper_detail .color_box ul li div {
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 14px;
    margin: 5px auto;
    width: 14px;
  }
  #detail .wrapper_detail .color_box ul li div span {
    display: none;
  }
  #detail .wrapper_detail .color_box ul li:first-child {
    margin-left: 0px;
  }
  #detail .wrapper_detail .color_box ul li.active {
    border: 1px solid #333;
  }
  #detail .wrapper_detail .txt_exp {
    margin-top: 4vw;
    text-align: center;
    font-size: 5.2vw;
    line-height: 1.2;
    font-weight: bold;
    color: #1a4896;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  #detail .wrapper_detail p.notes {
    width: 100%;
    margin-top: 4vw;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 3vw;
    color: #777;
    border: solid 1px #d5d5d5;
  }
  #fee {
    background: #e3eeff;
  }
  #fee table {
    width: 90vw;
    margin: 0 auto 6vw;
    background: #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  #fee table tbody {
    padding: 0;
    margin: 0;
  }
  #fee table tbody tr {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
  }
  #fee table tbody tr th {
    width: 24vw;
    height: 12vw;
    font-size: 3vw;
    font-weight: normal;
    color: #fff;
    background: #18335d;
  }
  #fee table tbody tr td {
    font-size: 3.6vw;
    background: #fff;
    text-align: center;
    font-weight: normal;
  }
  #fee table tbody tr .tax_incl {
    font-size: 3vw;
  }
  #fee table tbody tr.tr_96 td {
    font-size: 3.2vw;
    font-weight: bold;
    color: #222;
  }
  #fee table tbody tr.tr_96 td .large {
    font-size: 6vw;
  }
  #fee table tbody tr.tr_96 td .tax_incl {
    font-size: 2vw;
  }
  #fee table tbody .gigafree {
    height: 16vw;
    color: #1a4896;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fee table tbody .gigafree .monthly {
    width: 30vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #1a4896;
  }
  #fee table tbody .gigafree .monthly:nth-child(2) {
    border-left: solid 1px #d5d5d5;
  }
  #fee table tbody .gigafree .monthly p {
    font-size: 3vw;
  }
  #fee table tbody .gigafree .monthly span {
    font-size: 2.8vw;
    line-height: 1.2;
    display: inline-block;
  }
  #fee table tbody .gigafree .monthly .blue {
    margin-top: 1vw;
    font-size: 3.6vw;
  }
  #fee table tbody .red {
    color: #f03442;
    font-weight: bold;
  }
  #fee table tbody sup {
    vertical-align: bottom;
  }
  #fee .note {
    width: 90vw;
    margin: 0 auto;
    font-size: 3vw;
  }
  #spec {
    background: #fff;
  }
  #spec .spec_detail {
    width: 90vw;
    margin: 0 auto;
    padding: 0;
    font-size: 4vw;
  }
  #spec .spec_detail h4 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  #spec .spec_detail .catch {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #spec .spec_detail ul {
    margin-bottom: 2vw;
  }
  #spec .spec_detail ul li {
    list-style: initial;
    padding-bottom: 1vw;
    margin-left: 3vw;
    font-size: 3vw;
  }
  #spec .spec_detail .heading {
    background: #ebebeb;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
  }
  #spec .spec_detail table.spec_talbe {
    width: 100%;
    font-weight: normal;
    font-size: 3vw;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #d5d5d5;
    margin-bottom: 4vw;
  }
  #spec .spec_detail table.spec_talbe tr {
    height: 6vw;
  }
  #spec .spec_detail table.spec_talbe tr th,
  #spec .spec_detail table.spec_talbe tr td {
    border: solid 1px #d5d5d5;
    padding: 1vw 0.5vw;
    font-weight: normal;
  }
  #spec .spec_detail table.spec_talbe tr th {
    background: #ebebeb;
    width: 30%;
  }
  #spec .spec_detail table.spec_talbe tr td {
    width: 70%;
    padding: 0 2vw;
  }
  #spec .spec_detail .annot {
    font-size: 12px;
  }
  #spec .spec_detail .annot p {
    padding-left: 2em;
    text-indent: -2em;
  }
  #spec .spec_detail .annot p .i {
    display: inline-block;
    width: 2em;
    text-indent: 0;
  }
  #feature {
    background: #f5f5f5;
  }
  #feature h3 {
    margin: 0 auto 9vw;
    text-align: center;
    font-size: 6vw;
    color: #1a4896;
  }
  #feature .list_feature {
    width: 90vw;
    margin: 0 auto 6vw;
    display: flex;
    flex-direction: column;
    gap: 9vw;
  }
  #feature .list_feature .card_feature {
    width: 100%;
    border-radius: 2vw;
    position: relative;
  }
  #feature .list_feature .card_feature .feature_img {
    text-align: center;
    margin-bottom: 10px;
  }
  #feature .list_feature .card_feature .feature_img img {
    width: 100%;
  }
  #feature .list_feature .card_feature .ttl_feature {
    margin: 0 auto;
    text-align: left;
    font-size: 5vw;
    font-weight: bold;
    color: #222;
  }
  #feature .list_feature .card_feature .txt_feature {
    margin-top: 3vw;
    text-align: left;
    font-weight: normal;
  }
  #feature .list_feature .card_feature sup {
    vertical-align: bottom;
    font-size: 3.2vw;
  }
  #feature .list_feature .card_feature .txt_exp {
    margin-top: 3vw;
    font-size: 3vw;
  }
  #other {
    background: #ddd;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  #other ul.slide_other {
    width: 80vw;
    margin: 0 auto;
  }
  #other ul.slide_other li.card_other {
    width: 80vw !important;
    height: 80vw;
    background: #fff;
    border-radius: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #other ul.slide_other li.card_other .img_other {
    width: 100%;
    height: 48vw;
    margin: 8vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #other ul.slide_other li.card_other .img_other img {
    width: 80%;
  }
  #other ul.slide_other li.card_other h3 {
    margin-top: 6vw;
    font-size: 5vw;
    text-align: center;
    color: #18335d;
  }
  #other ul.slide_other .slick-list {
    height: 72vw;
    overflow: visible;
  }
  #other ul.slide_other .slick-list .slick-slide {
    margin: 0 2vw;
  }
  #other ul.slide_other .slick-arrow {
    z-index: 10;
  }
  #other ul.slide_other .slick-dots {
    display: none !important;
    position: relative;
  }
  #other ul.slide_other .slick-arrow:before {
    color: transparent;
  }
  #other ul.slide_other .slick-next,
  #other ul.slide_other .slick-prev {
    width: 10vw;
    height: 10vw;
  }
  #other ul.slide_other .slick-next:before,
  #other ul.slide_other .slick-prev:before {
    opacity: 1 !important;
    font-size: 10vw;
    border-radius: 10vw;
    position: relative;
  }
  #other ul.slide_other .slick-prev {
    left: -6vw;
    transform: scale(1, 1) translate(0, 0%);
  }
  #other ul.slide_other .slick-prev:before {
    background: url(../../img/arrow.png) !important;
    background-size: contain !important;
  }
  #other ul.slide_other .slick-prev:hover {
    opacity: 0.8;
    transition: all 0.2s;
  }
  #other ul.slide_other .slick-next {
    right: -6vw;
    transform: scale(-1, 1) translate(0, 0%);
  }
  #other ul.slide_other .slick-next:before {
    background: url(../../img/arrow.png) !important;
    background-size: contain !important;
  }
  #other ul.slide_other .slick-next:hover {
    opacity: 0.8;
    transition: all 0.2s;
  }
  #footer {
    padding: 6vw 0;
    background: #222222;
    overflow: hidden;
  }
  #footer .fotter_comtents {
    width: 100%;
    padding-bottom: 6vw;
    display: block;
  }
  #footer .fotter_comtents .btn_contact {
    width: 84vw;
    height: 14vw;
    margin: 0 auto;
  }
  #footer .fotter_comtents .btn_contact a {
    width: 100%;
    height: 14vw;
    line-height: 14vw;
    display: inline-block;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    background: #4684d9;
    border-radius: 7vw;
    transition: 0.3s;
  }
  #footer .fotter_menu {
    width: 84vw;
    margin: 0 auto 6vw;
    padding-top: 6vw;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
  #footer .fotter_menu .txt_footer {
    margin-bottom: 6vw;
    text-align: center;
  }
  #footer .fotter_menu .txt_footer a {
    font-size: 3.5vw;
    color: #fff;
    transition: 0.3s;
  }
  #footer p {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 3vw;
    line-height: 1;
    font-weight: normal;
  }
}/*# sourceMappingURL=device-single.css.map */