﻿@charset "UTF-8";
/*共通*/
body {
  width: 100%;
  height: 100%;
}

/* a {
  text-decoration-line: none;
}

a:hover {
  text-decoration-line: underline;
} */

p, li, label {
  word-wrap: break-word;
}

p:lang(ja), li:lang(ja), label:lang(ja)  {
  word-break: break-all;
}

@media screen and (min-width: 641px) {
  .wrap {
    width: 750px;
    margin: 0 auto;
  }
}

#mv {
  background-color: #000;
  position: relative;
  text-align: center;
}

#mv img {
  height: 160px;
  width: auto;
  vertical-align: bottom;  
}

@media screen and (min-width: 641px) {
  .header_bgc {
    background-color: #000;
    height: 160px;
    min-width: 1190px;
    position: absolute;
    left: 0;
  }
}

.inner {
  color: #656565;
  text-align: center;
  margin: 0 auto;
  padding: 2em 15px 3.5em;
}

.inner P {
  margin-bottom: 1em;
  line-height: 1.5;
}

.inner li {
  line-height: 1.5;
}

.inner dt {
  margin-bottom: 1em;
  line-height: 1.5;
}

.inner img {
  vertical-align: bottom;
}

.inner .message-box {
  margin-bottom: 1em;
}

.inner .message-box.service-box {
  border-top: 1px solid #ececec;
  padding: 1em;
  margin-bottom: 0;
}

.inner .message-box.service-box .btn-box {
  width: 30%;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.inner .message-box.service-box .btn-blue {
  width: 100%;
  /* 20230302 change */
  /*padding: 0.7em 0;*/
  padding: 0.3em 0;
}

.inner .message-box.service-box .flex-container .btn-box {
  margin-left: 0.8em;
  /* 20230302 change */
  /*margin-top: 0.5em;*/
  margin-top: 0em; 
  margin-bottom: 0.35em;
  width: 50%;
}

.inner .message-box.service-box .flex-container .btn-box span {
  padding-right: 0.5em;
}

.inner .message-box.select-device-box {
  margin-bottom: 2em;
}

.inner .message-box.select-country-box {
  margin-bottom: 2em;
}

.inner form input {
  box-sizing: border-box;
  border: 1px solid #656565;
  margin-bottom: 2em;
  height: 3em;
}

@media screen and (min-width: 641px) {
  .inner {
    /*width: 750px;*/
    padding: 2em 0 3.5em;
  }
}

/*20230302 change*/
.select_country_area_message {
  display: none;
  font-size: 1.2em;
}

.terms-box {
  display: none;
}

.acctive {
  display: block;
}

#ex1 {
  width: 100%;
  border-radius: 0;
  padding: 2em;
  text-align: center;
}

.message {
  font-size: 1.2em;
}

.select_language_message {
  display: none; 
  font-size: 1.2em;
}

.select_language_message.acctive {
  display: inline-block;
}

.txt-blue {
  color: #01498e;
}

.btn-blue {
  color: #fff;
  background-color: #2d75c7;
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  text-decoration: none;
}

.btn-blue:hover {
  text-decoration: underline;
}

.btn-blue::before {
  position: relative;
  right: 1em;
}

.btn-gray {
  color: #fff;
  background-color: #757575;
  width: 100%;
  display: inline-block;
  padding: 1em 0;
}

.btn-gray:hover {
  text-decoration: none;
}

.btn-gray::before {
  position: relative;
  right: 1em;
}

@media screen and (min-width: 641px) {
  .btn-container {
    width: 340px;
    margin: 0 auto;
  }
}

.btn-box {
  /*width: 85%;*/
  margin: 0 auto;
  padding: 0 10px;
}

.btn-box span {
  padding-right: 0.8em;
}

.btn-label {
  display: none; 
}

.btn-label.acctive {
  display: inline;
}

.fa-caret-up::before, .fa-caret-down::before {
  position: relative;
  left: 0.5em;
}

.input_area {
  padding: 1em 0;
}

/*select_language*/
.terms_area {
  overflow: scroll;
  height: 300px;
  margin-bottom: 2em;
  border: 1px solid #ececec;
  padding: 1em;
}

.terms_area .confirm_container {
  padding: 1em 0;
  background-color: #ececec;
}

.radio-btn {
  display: none;
}

.radio-btn + label {
  padding: 0 0 0 42px;
  position: relative;
}

.radio-btn + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  margin-top: 11px;
  width: 18px;
  height: 18px;
  background-color: #2d75c7;
  opacity: 0;
  border-radius: 50%;
}

.radio-btn + label::after {
  content: "";
  display: block;
  position: absolute;
  /*left: 8px;*/
  margin-top: -33px;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.radio-btn:checked + label::before {
  opacity: 1;
}

.radio-btn:checked + label::after {
  color: #2d75c7;
}

.radio-btn + label:hover::after {
  border-color: #2d75c7;
}

.radio_container {
  margin-bottom: 2em;
}

.radio_container + div {
  border-top: 1px solid #ececec;
  padding-top: 2em;
}

.radio_container + div:last-child {
  border-bottom: 1px solid #ececec;
}

.radio_container div div {
  /* width: 25%; */
  margin: 0;
  margin-left: calc(50% - 50px);
  text-align: left;
}

.radio_container div:last-child div {
  /* width: 25%; */
  margin: 0;
  margin-left: calc(50% - 50px);
}

.terms_text {
  text-align: left;
}

.text_bold {
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .radio_container div:last-child div {
    /* width: 20%; */
    margin-left: calc(50% - 50px);
  }
}

.radio_container div label {
  line-height: 40px;
  text-align: left;
}

.confirm_container #checkbox {
  display: none;
}

.service-container {
  text-align: left;
  width: 20%;
}

.servicer-icon {
  width: 3em;
  width: 55px;
}

.flex-container {
  display: flex;
}

/*enter_code*/
#code_area {
  width: 100%;
}

.content_wc {
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  #code_area {
    width: 320px;
  }
}

.hide {
  display: none;
}

input[type="button"] {
  background-color: #dadada;
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 641px) {
  input[type="button"]:hover {
    /* マウスが載ったとき */
    background-color: #b3b3b3;
    cursor: pointer;
  }
}
input[type="button"]:hover {
  /* マウスが載ったとき */
  background-color: #dadada;
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

input[type="button"]:disabled {
  opacity: 0.6;
  background-color: #dadada;
  cursor: default;
}




/*trial_code*/
#copy_area {
  width: 70%;
  border: solid 1px;
  border-color: #4d4d4d;
  text-align: center;
}

#how-to-use{
  text-align: left;
}


.margin-left-text {
  text-align: left;
  padding: 0 7%;
}

/*select*/
.message-box.select-device-box {
  display: flex;
}

.message-box.select-country-box {
  display: flex;
}

.message-box.select-device-box #device {
  vertical-align: top;
  height: 3em;
  width: calc(100% - 3em);
  background-color: #dadada;
  flex: 2;
  border: solid 1px;
  border-color: #4d4d4d;
}

.message-box.select-country-box #country {
  vertical-align: top;
  height: 3em;
  width: calc(100% - 3em);
  background-color: #dadada;
  flex: 2;
  border: solid 1px;
  border-color: #4d4d4d;
}

.sel-lang {
  vertical-align: top;
  height: 3em;
  width: 100%;
  background-color: #dadada;
  flex: 2;
  border-color: #4d4d4d;
}

#search {
    width: 80%;
    height: 3em;
    background-image: url(../images/search.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 1em;
}

#select-music-text {
  display: none;
}

#modal-select {
  width: 100%;
  border-radius: 0;
  padding: 2em;
  text-align: center;
}

#modal-select .modal a.close-modal {
  display: none;
}

#modal-select img {
  display: block;
  /* 20230302 change */
  /* margin: 1.5em auto; */
  margin: 0em auto;
}

#modal-select .btn-box {
  padding: 0;
}

.servucer-url {
  height: 100%;
  display:block;
}

.servucer-url:hover {
  opacity: 0.6;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .servucer-url:hover {
    opacity: 1;
  }
}

.service-text {
  color: #2e75c7;
  display: inline-block;
  margin: auto 0.2em 0.8em;
  font-size: 103%;
  text-decoration: underline;
  max-width: 90px;
  overflow: hidden;
  vertical-align:middle;
}
@media screen and (min-width: 641px) {
  .service-text {
    color: #2e75c7;
    display: inline-block;
    margin: auto 0.2em 0.8em;
    font-size: 103%;
    text-decoration: underline;
    max-width: 97px;
    overflow: hidden;
    vertical-align:middle;
  }
}


.inner .arrow-icon {
  vertical-align: middle;
  margin-bottom: 1.2em;
  margin-left: 15px;
}

#select-error-message {
  display: none;
}

@media screen and (min-width: 641px) {
  #ajax-box {
    overflow-x: hidden;
    width: 800px;
    position: relative;
    left: 35px;
  }
  .margin-left-text {
    text-align: left;
    padding: 0 10%;
  }
}

#ajax-box .message-box.service-box {
  border-top: 1px solid #ececec;
  padding: 0.5em 0%;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

@media screen and (min-width: 641px) {
  #ajax-box .message-box.service-box {
  border-top: 1px solid #ececec;
  padding: 1em;
  margin-bottom: 0;
  width: 300px;
  height: 88px;
  float: left;
  }
}

.clear {
  overflow: hidden;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.modal-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}