html {
  font-size: 16px
}

body {
  font-family: "arial", sans-serif;
  background-color: #eb5506;
  padding-bottom: 5rem;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

.btn-group {
  margin: auto;
  width: 100%;
  text-align: center;
}

.btn-group button {
  background-color: white;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: black;
  padding: 10px 24px;
  cursor: pointer;
  width: 45%;
  font-size: 1.1rem;
  font-weight: bold;
}

.btn-group button:not(:last-child) {
  border-right: none;
}

.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.guides {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.guides .header {
  text-align: center;
  padding: 40px 0;
  color: white;
}

.guides .header .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.guides .header .top img {
  height: 15px;
}

.guides .header .top span {
  margin-left: 3px;
}

.guides .header .bottom {
  font-size: 1.4rem;
  font-weight: bold;
}

.guides .detail {
  padding: 0 24px;
  box-sizing: border-box;
}

.guides .divider {
  margin: 15px 0px;
  padding: 10px;
  border-bottom: 5px solid white;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.guides .app-cell {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.guides .app-cell .content {
  height: 96px;
}

.guides .app-cell .banner {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.guides .app-cell .app-icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px #f4f4f4;
}

.guides .app-cell .details {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  height: 96px;
  vertical-align: top;
  width: calc(100% - 116px);
}

.guides .app-cell .details .app-title {
  display: flex;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1px;
}

.guides .app-cell .details .app-desc {
  width: 100%;
  font-size: 0.9rem
}

.guides .app-cell .details .download-btn {
  position: absolute;
  bottom: 0;
  font-size: 0.8rem;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background-color: #424242;
  border-radius: 5px;
  color: white;
}

.guides .service-description {
  margin-bottom: 10px;
  padding: 0 5px 10px 5px;
  font-weight: bold;
  color: white;
}

.guides .service-cell {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.guides .service-cell .description {
    padding: 5px;
    margin: 0 20px;
    font-size: 0.9rem;
    color: black;
}

.guides .service-cell .details {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.guides .service-cell .details .app-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1px;
}

.guides .service-cell .details .app-desc {
  font-size: 0.9rem;
  margin: 15px 0px;
}

.guides .service-cell .details .download-btn {
  font-size: 0.8rem;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0px;
  text-align: center;
  background-color: #424242;
  border-radius: 5px;
  color: white;
}

.guides .service-cell .banner {
  display: block;
  border-radius: 3px;
  margin: 15px auto;
  max-height: 80px;
  max-width: 70%;
}

.guides .service-cell .big-banner {
  display: block;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 100%;
}

.guides .service-cell .app-icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px #f4f4f4;
}

.guides .detail .service-cell .provider-banner {
    width: 100%;
    table-layout: fixed;
}

.guides .detail .service-cell .provider-banner .au {
    text-align: center;
    color: white;
    background-color: #EB5506;
    padding: 3px;
}

.guides .detail .service-cell .provider-banner .uq {
    text-align: center;
    color: white;
    background-color: #E4027F;
    padding: 3px;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  right: 16px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-image: url("../img/pagetop/ic_jump.png");
  background-repeat: no-repeat;
  background-position: 50% 65%;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
}

.top-triangle {
  position: fixed;
  z-index: -1;
  top: 0 !important;
  left: 0 !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 10vw;
  border-right-width: 50vw;
  border-left-width: 0;
  border-bottom-width: 0;
  border-color: #f18650 transparent transparent transparent;
}

/* 追加項目用css */
.word {
  white-space: nowrap;
}

.detail .attention-all-text .divider {
  margin: 15px 0 0 0;
  border-bottom: 1px solid rgb(196, 68, 8);
}
.detail .attention-all-text {
  margin: 10px 0 60px 0;
  line-height: 150%;
  font-size: 0.9rem;
}
.detail .attention-all-text .service {
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: bold;
}
.detail .attention-all-text .service.common {
  margin-top: 30px;
}
.detail .attention-all-text .condition {
  font-size: 0.9rem;
}
.detail .attention-all-text .description {
  margin: 0 0 0.5em 1em;
}
.detail .attention-all-text ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
.detail .attention-all-text ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.detail .attention-all-text ul li::before {
  content: "※"
}
.detail .attention-all-text .copyright {
  margin-top: 30px;
  margin-left: -1em;
}
.detail .attention-all-text .copyright ul li {
  margin-bottom: 1em;
}
.detail .attention-all-text .copyright ul li::before {
  content: "◎"
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 14px;
  background-color: #ff2c2c;
  color: white;
  font-size: 12px
}

.modal-body {
  padding: 2px 14px;
  font-size: 14px;
}

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
