@charset "UTF-8";

#confirmed_operation_device {
  container-type: inline-size;
  width: 100%;
}

#confirmed_operation_device .device_select_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 16px;
  box-sizing: border-box;
  align-items: center;
}

#confirmed_operation_device .device_select_box section {
  width: 100%;
  display: flex;
  gap: 32px;
  max-width: 670px;
  justify-content: space-between;
}

#confirmed_operation_device .device_select_box h2 {
  font-size: 20px;
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

#confirmed_operation_device .device_select_box label {
  width: 60%;
  position: relative;
}

#confirmed_operation_device .device_select_box label::after {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  color: #a3a3a3;
  font-family: "FontAwesome";
  transform: rotate(90deg);
  content: "\f105";
  pointer-events: none;
  font-size: 28px;
}

#confirmed_operation_device .device_select_box select {
  width: 100%;
  padding: 16px 20px;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#confirmed_operation_device #smartphoneList {
  width: 100%;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  background: var(--background-blue);
  box-sizing: border-box;
}

#confirmed_operation_device #smartphoneList a {
  color: var(--primary);
  font-weight: bold;
}

#confirmed_operation_device #smartphoneList .brand-section {
  width: 100%;
  max-width: 670px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

#confirmed_operation_device #smartphoneList h2.brand-title {
  width: 100%;
  font-size: 24px;
  margin-bottom: 16px;
  color: rgba(56, 56, 56, 0.5568627451);
}

#confirmed_operation_device #smartphoneList .carrier-section {
  display: block;
  width: 100%;
  padding: 40px 48px;
  border-radius: 16px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  background: var(--white);
  line-height: 1.5;
  box-sizing: border-box;
}

#confirmed_operation_device #smartphoneList .carrier-section .annotation {
  margin-top: 24px;
}

#confirmed_operation_device #smartphoneList h3.carrier-title {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-bottom: solid 2px #e8e8e8;
  padding-bottom: 24px;
}

#confirmed_operation_device #smartphoneList h3.carrier-title::after {
  content: "TONE for Androidプラン";
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #529f00;
  background: #ebffc2;
}

#confirmed_operation_device #smartphoneList h3.carrier-title.iphone::after {
  content: "TONE for iPhoneプラン";
  background: #ddf4ff;
  color: #0088EB;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  gap: 4px;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item {
  font-weight: bold;
  position: relative;
  padding: 12px 32px;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item:nth-child(2n) {
  width: 100%;
  background: #fafafa;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item::before {
  content: "・";
  position: absolute;
  left: 12px;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item span {
  margin: 0 0 0 16px;
  color: #468800;
  font-weight: normal;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list.many li.smartphone-list-item span {
  display: block;
  margin: 6px 0 8px;
}

#confirmed_operation_device #smartphoneList ul.smartphone-list .no-match-message p {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
}

@container (max-width: 600px) {
  #confirmed_operation_device .device_select_box {
    padding: 8px 0 40px;
    gap: 24px;
  }

  #confirmed_operation_device .device_select_box section {
    gap: 8px;
  }

  #confirmed_operation_device .device_select_box h2 {
    flex: 1;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
  }

  #confirmed_operation_device .device_select_box h2 span {
    font-size: 12px;
  }

  #confirmed_operation_device .device_select_box label {
    flex: 3;
  }

  #confirmed_operation_device .device_select_box h2, #confirmed_operation_device .device_select_box label {
    width: 100%;
    font-size: 16px;
  }

  #confirmed_operation_device .device_select_box select {
    padding: 12px 16px;
    font-size: 14px;
  }

  #confirmed_operation_device #smartphoneList {
    padding: 32px 0;
    gap: 24px;
  }

  #confirmed_operation_device #smartphoneList .brand-section {
    gap: 16px;
  }

  #confirmed_operation_device #smartphoneList h2.brand-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  #confirmed_operation_device #smartphoneList h3.carrier-title {
    margin: 0 0 8px;
    padding: 4px 0 20px;
    font-size: 18px;
    flex-direction: column-reverse;
  }

  #confirmed_operation_device #smartphoneList h3.carrier-title::after {
    padding: 8px 10px;
    font-size: 12px;
    background: none;
    display: none;
  }

  #confirmed_operation_device #smartphoneList h3.carrier-title.iphone::after {
    background: none;
  }


  #confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item {
    padding: 12px 16px 12px 28px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }

  #confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item::before {
    left: 8px;
  }

  #confirmed_operation_device #smartphoneList ul.smartphone-list li.smartphone-list-item span {
    margin: 0;
  }

  #confirmed_operation_device #smartphoneList ul.smartphone-list.many li.smartphone-list-item span {
    margin: 0;
  }

  #confirmed_operation_device #smartphoneList .carrier-section {
    padding: 24px;
    border-radius: 8px;
    box-shadow: none;
  }

  #confirmed_operation_device #smartphoneList .carrier-title::after {
    padding: 10px 12px;
    align-items: center;
    font-size: 10px;
  }
}

@container (max-width: 400px) {
  #confirmed_operation_device #smartphoneList .carrier-section {
    padding: 20px 16px 16px;
  }
}
