@charset "UTF-8";

/* --------------------
common
-------------------- */

body {
  overflow-x: hidden;
}

.area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.lead {
  font-size: 16px;
  text-align: center;
}


@media (max-width: 599px) {
  .lead {
    text-align: left;
    font-size: 16px;
  }

  .lead br {
    display: none;
  }
}

.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 0 20px;
}

.btn-back a {
  color: #fff;
  width: 60%;
  background: #2c95bb;
  font-size: 16px;
  border-radius: 2px;
  padding: 20px 5px;
}

.btn-back .fa {
  margin-left: 10px;
}

.btn-back:hover {
  opacity: 0.7;
}

@media (max-width: 599px) {
  .btn-back a {
    width: 90%;
    font-size: 12px;
  }
}

.notes {
  padding: 30px;
  text-align: center;
  font-size: 16px;
}

.notes .area {
  background: #2C95BB;
  border-radius: 5px;
  padding: 40px;
  margin: 40px auto;
  width: auto;
  max-width: calc(960px - 80px);
}

.notes .area .headline {
  margin: 0 0 20px 0;
  padding: 0;
}

.notes .area .headline .text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.notes .area .headline .text::before {
  content: none;
}

.notes .area .ul-list {
  text-align: left;
  color: #fff;
}

.notes .area .ul-list li {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 16px;
  text-indent: -1rem;
}

.notes .area .ul-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
  .notes .area {
    width: auto;
    max-width: calc(60vw - 5vw);
    padding: 1.75vw 2.5vw;
    margin-bottom: 2.5vw;
    border-radius: 0.5vw;
  }

  .notes .area .headline .text {
    font-size: 1.5vw;
  }

  .notes .area .ul-list li {
    font-size: 1vw;
    line-height: 1.5;
    text-indent: -1;
    margin-bottom: 1vw;
  }
}

@media (max-width: 599px) {
  .notes {
    padding: 10px;
  }

  .notes .area {
    padding: 20px;
  }

  .notes .area .ul-list li {
    font-size: 14px;
    text-indent: 0;
  }
}

/*
 フィルター選択
*/

.filter-selection-wrap {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  display: flex;
  margin-bottom: 3rem;
  margin-top: 2.6rem;
}

.filter-head {
  text-align: center;
}

.filter-selection {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.filter-selection-item {
  color: #929395;
  font-size: 0.9rem;
  margin: 0 0.3rem 1rem;
}

.filter-selection-item button {
  background-color: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 1rem;
  color: #444;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2;
  outline: none;
  padding: 0 1rem;
}

.filter-selection-item button:hover {
  background-color: #fff;
  border-color: #5596c8;
  color: #5596c8;
}

.filter-selection-item button.selected {
  background-color: #2c95bb;
  color: #fff;
}

.filter-selection-item button.selected:hover {
  border-color: #e2e6ec;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .filter-selection-wrap {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .filter-head {
    margin: 1rem;
  }

  .filter-selection {
    padding: 1.4rem 0.5rem 0.4rem;
    margin: 0 1rem 1rem;
  }
  .device-carriers-block {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .device-carriers-title {
    margin: 5px 0;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .filter-selection-wrap {
    align-items: center;
  }

  .filter-head {
    flex-basis: 7rem;
  }

  .filter-body {
    flex-basis: 62rem;
  }

  .filter-selection {
    margin: 1rem 1rem 1rem 0;
    padding: 1.4rem 1rem 0.4rem;
  }
}

/* --------------------
 devices
-------------------- */

.devices-not-found {
  padding: 1.35rem 0;
  text-align: center;
}

.section-device {
  border-top: 4px solid #23B8EF;
  margin-top: 32px;
  transition: border-color 0.4s;
  background-color: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.section-device.open {
  border-color: #23B8EF;
}

.device-upper {
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.device-upper .device-logo-area {
  width: 200px;
}

.device-upper .device-relation-content-area {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.device-upper .device-logo {
  background-color: #fff;
  text-align: center;
}

.device-logo img {
  vertical-align: middle;
}

.device-lower {
  display: flex;
}

/* --------------------
.list
-------------------- */

.list {
  padding-bottom: 80px;
}

.list .device-name {
  color: #0e2c3a;
  font-size: 1.7rem;
  text-align: left;
  margin: 0;
  padding: 10px 0;
  background: none;
  display: block;
  line-height: 2rem;
}

.device-carriers-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.device-carriers-block .lead {
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding-top: 20px;
}

.device-carriers-title {
  margin-right: 0.8rem;
}

.device-carriers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}

.device-carrier {
  background-color: #999;
  color: white;
  padding: 0.2rem 0.5rem;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.device-carrier:last-child {
  margin-right: 0;
}

.device-relation {
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
}

.device-relation dt {
  width: 7rem;
  background-color: #f0f0f0;
  padding: 5px 20px;
}

.device-relation dd {
  width: 7rem;
  padding: 5px 10px;
}

.device-relation-content span.category {
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 15px 4px;
  background: #ee7155;
  border-radius: 2px;
}

.device-relation-content:not(:last-child) {
  margin-bottom: 0.5rem;
}

.device-appeal-wrap {
  height: auto;
  overflow-y: hidden;
  transition: all 0.4s;
}

.device-appeal {
  padding-bottom: 0;
}

.device-appeal p {
  font-size: 0.8rem;
  padding-bottom: 22px;
  line-height: 2;
}

.device-profile {
  font-style: normal;
  width: 46rem;
  margin-left: 1.8rem;
}

.device-profile dt {
  float: left;
  width: 4rem;
}

.device-profile dd {
  margin: 0 0 0.5rem 4rem;
}

.device-profile a {
  color: inherit;
}

.device-profile a:hover {
  text-decoration: underline;
}

.device-profile a::after {
  content: '\f08e'; /* external-link */
  font-family: FontAwesome, sans-serif;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  vertical-align: bottom;
}

.device-profile .text-in-link {
  text-decoration: underline;
  color: #88b5d8;
}

.device-profile .text-in-link::after {
  display: none;
}


.toggle-accordion-wrap {
  text-align: center;
}

.toggle-accordion {
  background-color: #fff;
  border: none;
  color: #23B8EF;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 0 1.6rem;
  outline: none;
}

.toggle-accordion:hover {
  color: #88b5d8;
}

.toggle-accordion::after {
  content: '\f107';
  font-family: FontAwesome, sans-serif;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.open .toggle-accordion::after {
  content: '\f106';
}

/* パートナーズブロックのアニメーション */
.fade {
  animation: fadeInUp 500ms ease-in-out;
}

.loading {
  line-height: 1;
  text-align: center;
  padding-top: 4rem;
}

.loading i,
.loading span {
  vertical-align: middle;
  display: inline-block;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1600px) {
  .hero.lower .area {
    width: auto;
    max-width: 60vw;
  }

  .list .area {
    width: auto;
    max-width: 60vw;
  }

  .device-upper .device-logo-area {
    width: 12.5vw;
  }

  .device-upper .device-logo img {
    width: 80%;
  }

  .device-upper .device-relation-content-area {
    width: calc(100% - 12.5vw);
    padding-left: 0;
  }

  .device-relation-content span.category {
    font-size: 0.75vw;
    padding: 0.25vw;
    margin-bottom: 0.5vw;
  }

  .list .device-name {
    font-size: 1.7vw;
    padding: 1vw 0;
  }

  .device-carriers-block {
    font-size: 0.85vw;
  }

  .device-carriers-block .lead {
    font-size: 0.85vw;
  }

  .device-relation dt {
    width: calc(100% - 40px);
    font-size: 0.75vw;
  }

  .device-relation dd {
    font-size: 0.75vw;
  }

  .device-lower {
    width: 100%;
  }

  .device-appeal-wrap {
    width: 100%;
  }

  .device-appeal {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .device-relation-content-area .device-relation-content:not(:last-child) {
    width: auto;
  }

  .device-relation-content:not(:last-child) {
    width: calc(20% - 1vw);
    margin: 0 auto;
  }

  .device-profile {
    width: calc(80% - 1.5vw);
    margin-left: 1.5vw;
  }

  .device-profile dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .device-profile dt {
    width: 12%;
    font-size: 0.75vw;
    margin-bottom: 0.5vw;
  }

  .device-profile dd {
    width: 88%;
    margin: 0;
    font-size: 0.75vw;
    margin-bottom: 0.5vw;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (max-width: 1600px) {
  .device-upper {
    min-height: 100px; /* ロゴ画像の高さ */
    padding-left: 0;
    position: relative;
  }

  .device-logo {
    left: 29px;
    position: relative;
    top: 1.5rem;
    min-height: 100px;
    line-height: 100px;
    width: 174px;
  }

  .device-appeal-wrap {
    margin: 21px 46px;
  }

  .device-appeal {
    display: flex;
  }
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .section-device {
    margin: 0 auto 40px auto;
    padding: 1rem;
  }

  .device-upper {
    flex-direction: column;
    padding-bottom: 0;
    padding: 0;
    min-height: auto;
  }

  .device-upper .device-relation-content-area {
    width: 100%;
    padding-left: 0;
  }

  .device-upper .device-logo-area {
    width: auto;
  }

  .device-upper .device-logo {
    padding: 0;
    position: static;
  }

  .device-logo img {
    height: auto;
    max-width: 100%;
  }

  .device-appeal {
    flex-direction: column;
  }

  .device-appeal-wrap {
    margin: 1rem 0 0 0;
    width: 100%;
    height: auto;
  }

  .device-relation dt {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 5px 0;
  }

  .device-relation dd {
    width: 100%;
    padding: 5px 10px;
  }

  .device-profile {
    margin-left: 0;
    width: 100%;
  }

  .device-profile dt {
    float: none;
  }

  .device-profile dd {
    margin: 0 0 0.5rem 0;
  }
}