@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;
  }
  .content {
    width: 100%;
    overflow: 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;
  }
  .device_list {
    margin: 0;
    background: #EBEBEB;
  }
  .device_list ul.list_device {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .device_list ul.list_device li.single_device {
    width: 375px;
    height: auto;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
  }
  .device_list ul.list_device li.single_device h3.ttl_device {
    margin-bottom: 12px;
    text-align: center;
    font-size: 26px;
    color: #1A4896;
  }
  .device_list ul.list_device li.single_device .label_device {
    width: 110px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #fff;
    background: #f03442;
    border-radius: 4px;
    letter-spacing: 1px;
  }
  .device_list ul.list_device li.single_device .img_device {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .device_list ul.list_device li.single_device .img_device img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .device_list ul.list_device li.single_device .label_spec {
    text-align: center;
    margin-bottom: 12px;
  }
  .device_list ul.list_device li.single_device .label_spec .label {
    display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
    color: #fff;
    background: #1A4896;
    border-radius: 4px;
  }
  .device_list ul.list_device li.single_device .img_spec {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 12px;
  }
  .device_list ul.list_device li.single_device .txt_device {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    color: #1A4896;
    font-weight: bold;
  }
  .device_list ul.list_device li.single_device .details p {
    font-size: 14px;
  }
  .device_list ul.list_device::after {
    content: "";
    display: block;
    width: calc(34.5% - 0px);
  }
  #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: 6vw 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;
  }
  .device_list {
    background: #EBEBEB;
  }
  .device_list ul.list_device {
    width: 100vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 6vw;
    flex-wrap: wrap;
  }
  .device_list ul.list_device li.single_device {
    width: 94vw;
    height: auto;
    background: #fff;
    border-radius: 2vw;
  }
  .device_list ul.list_device li.single_device a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4vw 6vw;
    box-sizing: border-box;
  }
  .device_list ul.list_device li.single_device h3.ttl_device {
    margin-bottom: 6vw;
    text-align: center;
    font-size: 6vw;
    color: #1A4896;
  }
  .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;
  }
  .device_list ul.list_device li.single_device .img_device {
    width: 100%;
    height: auto;
  }
  .device_list ul.list_device li.single_device .img_device img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .device_list ul.list_device li.single_device .label_spec {
    display: flex;
    justify-content: center;
    gap: 2vw;
  }
  .device_list ul.list_device li.single_device .label_spec .label {
    display: inline-block;
    height: 6vw;
    line-height: 6vw;
    padding: 0 2vw;
    box-sizing: border-box;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    background: #1A4896;
    border-radius: 1vw;
  }
  .device_list ul.list_device li.single_device .img_spec {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .device_list ul.list_device li.single_device .txt_device {
    margin-top: 4vw;
    text-align: center;
    font-size: 4.2vw;
    color: #1A4896;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .device_list ul.list_device li.single_device .details {
    margin-top: 4vw;
  }
  .device_list ul.list_device li.single_device .details p {
    font-size: 3.6vw;
    font-feature-settings: "palt";
  }
  #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-list.css.map */