@charset "UTF-8";
@media screen and (max-width: 440px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 440px) {
  .sponly {
    display: block !important;
  }
  br.sponly,
  img.sponly,
  span.sponly {
    display: inline !important;
  }
  tr.sponly {
    display: table-row !important;
  }
  th.sponly,
  td.sponly {
    display: table-cell !important;
  }
}

.tab_below {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab_below {
    display: block;
  }
}

/* ----------------------------------------------
	enlargeModal
---------------------------------------------- */
.enlargeModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.enlargeModal__bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.enlargeModal__content {
  background: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.enlargeModal__content img {
  margin: 0;
  border: none;
  width: auto;
  max-height: 725px;
}

.enlargeModal__close {
  background: #88C7E8;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 2.2rem;
  position: absolute;
  top: -17px;
  right: -17px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.enlargeModal__close:before {
  content: "×";
  display: block;
  text-indent: 0;
  box-sizing: border-box;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 440px) {
  .enlargeModal__bg, .enlargeModal {
    height: 100%;
  }
  .first_step .enlargeModal__content {
    width: 90%;
  }
  .enlargeModal__content {
    width: 75%;
  }
  .enlargeModal__content img {
    width: 100%;
    max-height: 100%;
  }
}
.setting {
  background: #F7FAFC;
}
.setting ._notice {
  color: #E60012;
}
.setting-section {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .setting-section {
    max-width: inherit;
    padding: 0 4%;
  }
}
.setting-inner {
  padding: 150px 0 80px;
}
@media screen and (max-width: 440px) {
  .setting-inner {
    padding: 100px 0 40px;
  }
}
.setting-head {
  color: #0D308E;
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 440px) {
  .setting-head {
    margin-bottom: 30px;
  }
}
.setting-head span {
  display: block;
  font-size: 24px;
}
.setting-appDownload {
  margin-bottom: 40px;
}
.setting-appDownload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 20px 15px;
}
@media screen and (max-width: 440px) {
  .setting-appDownload-inner {
    flex-direction: column;
  }
}
.setting-appDownload-inner p {
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 440px) {
  .setting-appDownload-inner p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.setting-appDownload-inner a {
  display: block;
  width: 150px;
  transition: all 0.3s;
}
@media screen and (max-width: 440px) {
  .setting-appDownload-inner a {
    width: 180px;
  }
}
.setting-appDownload-inner a:hover {
  opacity: 0.8;
}
.setting-appDownload-inner a img {
  width: 100%;
  height: auto;
}
.setting-check {
  margin-bottom: 40px;
}
.setting-check-title {
  display: inline-block;
  background: #5C6373;
  color: #FFF;
  border-radius: 4px;
  padding: 8px 20px;
  margin-bottom: 20px;
}
.setting-check-item {
  list-style: inside;
  padding-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.setting-need {
  margin-bottom: 80px;
}
.setting-need-inner {
  background: #FFF;
  border-radius: 20px;
  padding: 40px 7%;
}
@media screen and (max-width: 768px) {
  .setting-need-inner {
    padding: 25px 10px;
  }
}
.setting-need-heading {
  font-size: 28px;
  text-align: center;
  color: #0D308E;
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .setting-need-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.setting-need-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  .setting-need-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.setting-need-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 30px 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media screen and (max-width: 440px) {
  .setting-need-item {
    flex-direction: row;
    border-radius: 5px;
    padding: 10px 8px;
  }
}
.setting-need-item figure {
  width: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 440px) {
  .setting-need-item figure {
    margin: 0 5px 0 0;
    width: 40px;
  }
}
.setting-need-item figure img {
  width: 100%;
  height: auto;
}
.setting-need-item ._textbox {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .setting-need-item ._textbox {
    width: calc(100% - 40px);
    text-align: left;
  }
}
.setting-need-item ._textbox h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 440px) {
  .setting-need-item ._textbox h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.setting-need-item ._textbox p {
  font-size: 14px;
}
.setting-need-item ._textbox p span {
  font-size: 12px;
}
.setting-need-note p {
  font-size: 13px;
}
.setting-step-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .setting-step-content {
    max-width: inherit;
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .setting-step-content {
    margin-bottom: 60px;
  }
}
.setting-step-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .setting-step-heading {
    margin-bottom: 30px;
  }
}
.setting-step-heading .square {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: #28ACEB;
  color: white;
  font-size: 23px;
  text-align: center;
  line-height: 70px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .setting-step-heading .square {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.setting-step-heading h2 {
  color: #145676;
  font-size: 24px;
  width: calc(100% - 70px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .setting-step-heading h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  .setting-step-heading h2 {
    font-size: 18px;
    margin-left: 10px;
  }
}
.setting-step-detail {
  display: flex;
  align-items: flex-start;
  height: 540px;
}
@media screen and (max-width: 768px) {
  .setting-step-detail {
    height: auto;
    display: block;
  }
}
.setting-step-detail._height-l {
  height: 640px;
}
@media screen and (max-width: 768px) {
  .setting-step-detail._height-l {
    height: auto;
  }
}
.setting-step-detail.last {
  height: auto;
}
.setting-step-detail .border {
  margin-left: 35px;
  width: 3px;
  height: 100%;
  background-color: #CDD5D3;
}
@media screen and (max-width: 768px) {
  .setting-step-detail .border {
    background: transparent;
  }
}
.setting-step-detail .border.last {
  background-color: transparent;
}
.setting-step-box {
  padding: 30px 0 30px 50px;
  width: calc(100% - 5px);
}
@media screen and (max-width: 768px) {
  .setting-step-box {
    padding: 0;
    width: 100%;
  }
}
.setting-step-box .gridArea {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media screen and (max-width: 768px) {
  .setting-step-box .gridArea {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  .setting-step-box .gridArea {
    padding: 20px;
  }
}
.setting-step-box .gridArea figure {
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
@media screen and (max-width: 1024px) {
  .setting-step-box .gridArea figure {
    width: 150px;
    margin-bottom: 20px;
  }
}
.setting-step-box .gridArea figure img {
  width: 100%;
  height: auto;
}
.setting-step-box .gridArea ul {
  margin-left: 40px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .setting-step-box .gridArea ul {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
}
.setting-step-box .gridArea ul li {
  list-style: inside;
  padding-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.setting-step-box .gridArea ul li ._emphasis {
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  background: #FEF0F1;
  text-indent: 0;
  margin-top: 10px;
  border-radius: 5px;
}
.setting-step-box .textArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .setting-step-box .textArea {
    margin-left: 1.3em;
  }
}
@media screen and (max-width: 440px) {
  .setting-step-box .textArea ul {
    font-size: 14px;
  }
}
.setting-step-box .textArea ul._decimal li {
  list-style: decimal;
  padding-left: 1.3em;
  margin-left: 1.5em;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .setting-step-box .textArea ul._decimal li {
    padding-left: 0;
    text-indent: inherit;
  }
}
.setting-step-box .textArea ul li {
  padding-bottom: 10px;
}
.setting-step-box .imageArea {
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  display: inline-flex;
}
@media screen and (max-width: 440px) {
  .setting-step-box .imageArea {
    display: block;
  }
}
.setting-step-box .imageArea-item:nth-child(n+2) {
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .setting-step-box .imageArea-item:nth-child(n+2) {
    margin-top: 75px;
    margin-left: 0;
  }
}
.setting-step-box .imageArea-item:nth-child(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 17px;
  border-color: transparent transparent transparent #28ACEB;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  margin-top: -6px;
}
@media screen and (max-width: 440px) {
  .setting-step-box .imageArea-item:nth-child(n+2)::before {
    border-width: 15px 0 15px 17px;
    top: -50px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%) rotate(90deg);
  }
}
.setting-step-box .imageArea img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 440px) {
  .setting-step-box .imageArea img {
    width: 100%;
  }
}
.setting-install {
  margin-bottom: 120px;
}
@media screen and (max-width: 440px) {
  .setting-install {
    margin-bottom: 60px;
  }
}
.setting-editHead {
  background: #0D308E;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 60px;
}
.setting-editHead h2 {
  display: inline-block;
  position: relative;
  font-size: 34px;
}
@media screen and (max-width: 440px) {
  .setting-editHead h2 {
    font-size: 24px;
  }
}
.setting-editHead h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/worldesim/setting/setting-step-heading-icon.svg) no-repeat center/contain;
  margin-right: 15px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .setting-editHead h2::before {
    display: none;
  }
}
.setting-edit-detail {
  display: flex;
  align-items: flex-start;
  height: 380px;
}
.setting-additional {
  max-width: 980px;
  margin: 50px auto 0;
  padding: 15px;
  background: #FFF;
  border-radius: 5px;
}
.setting-additional ._title {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #5C6373;
  color: #FFF;
}
.setting-version-tab {
  margin-bottom: 80px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .setting-version-tab {
    margin-bottom: 40px;
  }
}
.setting-version-tab-list {
  display: flex;
  justify-content: center;
}
.setting-version-tab-list li {
  width: 350px;
  padding: 20px 10px;
  border-radius: 50px;
  background-color: #EEE;
  border: 2px solid #EEE;
  color: #999;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .setting-version-tab-list li {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .setting-version-tab-list li {
    font-size: 14px;
    padding: 15px 5px;
  }
}
.setting-version-tab-list li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .setting-version-tab-list li:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  .setting-version-tab-list li:first-child {
    margin-right: 10px;
  }
}
.setting-version-tab-list li:hover {
  background: rgba(40, 172, 235, 0.1);
}
.setting-version-tab-list li.active {
  background: rgba(40, 172, 235, 0.1);
  border: 2px solid #28ACEB;
  color: #28ACEB;
}
.setting-version-tab-content {
  display: none;
}
.setting-version-tab-content.active {
  display: block;
}