@charset "UTF-8";

body {
  background: #F2F2F2;
  color: #424242;
  font-size: 14px;
  line-height: 160%;
}

.groupT {
  padding: 0 16px;
  margin: 14px 0 14px 0;
}

.groupT:nth-child(1) {
  margin: 20px 0 14px 0 !important;
}

.faq {
  padding: 16px;
  background: #fff;
  margin: 0 0 4px 0;
}

.faq .question {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  position: relative;
  min-height: 24px;
}

.faq .question::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/question.png) no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  left: 0px;
}

.faq .answer {
  font-size: 14px;
  padding: 0 0 0 40px;
  position: relative;
  min-height: 24px;
}

.faq .answer::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/answer.png) no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  left: 0px;
}

.faq--step,
.faq--step li {
  list-style: decimal outside none !important;
}

.faq--step {
  padding: 1.2rem 0 1.2rem 1.1rem;
}

.faq--step li {
  margin: 0 0 1rem 0;
}

.faq--step li:last-child {
  margin: 0;
}

#header {
  background: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  height: 56px;
  z-index: 99;
  border-bottom: 1px solid #F2F2F2;
}

#header p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.info {
  margin-bottom: 2px;
}

section > .info:last-of-type {
  margin-bottom: 0;
}

.info_main {
  width: 100%;
  background: #fff;
  padding: 20px 16px;
  position: relative;
}

.info_main_head {
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
}

.icon_category {
  font-size: 12px;
  height: 32px;
  color: #0E367D;
  padding: 4px 8px;
  border: 1px solid #0E367D;
  border-radius: 16px;
  margin: 0 8px 0 0;
}

.info_main .date {
  font-size: 11px;
  height: 100%;
  color: #727272;
  display: inline-block;
}

.info_main .info_title {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
  display: block;
  padding: 0 30px 0 0;
}

.info_main .more {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.info_main .more a {
  width: 24px;
  height: 24px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}

.info_detail {
  padding: 0 16px 0 16px;
  background: #fff;
  height: auto;
  height: 0px;
  overflow: hidden;
}

.info_detail p {
  padding: 0 30px 0 10px;
  border-left: 2px solid #E2E2E2;
}

.info_detail button {
  margin: 20px 0 16px 0;
  position: relative;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 8px 30px;
  border-radius: 6px;
  border-style: none;
  background: #fff;
  border: 1px solid #E2E2E2;
}

.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.openClose {
  overflow: initial;
  height: auto;
}

.more_container {
  padding: 24px;
}

.more_button {
  width: 100%;
  padding: 16px 0;
  border-radius: 8px;
  border: #e0e0e0 1px solid;
  background: #fff;
  color: #0e367D;
  font-size: 16px;
  text-align: center;
}

.more_head_container {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
}

.more_head {
  font-weight:bold;
  font-size: 16px;
  color: #5d5d5d;
}

.more_prev {
  border: none;
  color: #0e367D;
  font-size: 16px;
}

#install_main {
  margin-top: 57px;
  text-align: center;
  padding: 20px;
}

#install_main .app_icon {
  padding: 0 0 14px 0;
}

#install_main .app_icon p {
  font-size: 16px;
  margin: 4px 0 0 0;
  line-height: 140%;
}

#install_main .install_ss {
  width: 100%;
  margin: 0 auto;
  background: url(../img/ss_01.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#store_btn {
  position: fixed;
  bottom: 0px;
  display: block;
  padding: 14px;
  width: 100%;
  text-align: center;
  background: #fff;
}

#store_btn li {
  display: inline-block;
  margin-left: -2px;
}

#store_btn li img {
  height: 52px;
}

#store_btn li:nth-child(2) {
  margin: 0 0 0 14px;
}

/* for width of devices less than 361px, for example iPhone 5, SE.  */
@media screen and (max-width: 361px) {
  #store_btn li img {
    height: 42px;
  }
}

/* iphoneX、iphoneXs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #store_btn {
    padding: 14px 0px 30px;
  }
}

/* iphone Xs Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #store_btn {
    padding: 14px 0px 30px;
  }
}

/* iphone XR */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #store_btn {
    padding: 14px 0px 30px;
  }
}

/* dark */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #111111;
    color: #e4e4e4;
  }

  img {
    filter: grayscale(30%);
  }

  #header {
    background: #2a2a2a;
    border-bottom: 1px solid #111111;
  }

  .info_main {
    background: rgba(255, 255, 255, 0.16);
  }

  .icon_category {
    color: #00BBFF;
    border: 1px solid #00BBFF;
  }

  .info_main .date {
    color: #afafaf;
  }

  .info_main .more a {
    background: url(../img/arrow_dark.svg) no-repeat;
  }

  .faq {
    background: rgba(255, 255, 255, 0.16);
  }

  .info_detail {
    background: rgba(255, 255, 255, 0.16);
  }

  .info_detail button {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #e4e4e4;
  }

  .info_detail p {
    border-left: 2px solid rgba(255, 255, 255, 0.16);
  }

  #store_btn {
    background: #424242;
  }

  .more_button {
    border: #373737 1px solid;
    background: #2b2b2b;
    color: #00bbff;
  }
  
  .more_head_container {
    border-top: 1px solid #505050;
  }
  
  .more_head {
    color: #cccccc;
  }
  
  .more_prev {
    color: #00bbff;
  }
}