* {
  box-sizing: border-box;
  outline: none;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: calc(10em / 1000);
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
#header {
  height: 50px;
  border-top: 6px solid #296bc1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
  background-color: #fff;
}
#header .header__inner {
  padding: 0 5.4vw;
  max-width: 1200px;
}
#header #logo img {
  width: auto;
  height: 40px;
}
#footer {
  margin-top: 50px;
  height: 140px;
  background-color: #878787;
}
#footer .footer__inner {
  padding: 10px 5.4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer__col {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
#footer .footer__col .text--right {
  text-align: right;
}
#footer .footer__col .text-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  line-height: 1;
}
#footer .footer__col .arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  left: -20px;
}
@media screen and (min-width: 769px) {
  #footer {
    height: 100px;
  }
  #footer .footer__inner {
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    height: 100px;
    align-items: center;
  }
  #footer .footer__col {
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .footer__col .text--right {
    text-align: right;
  }
  #footer .footer__col .text-link {
    opacity: 1;
    transition: opacity 0.3s;
  }
  #footer .footer__col .text-link:hover {
    opacity: 0.5;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert__inner {
  display: flex;
}
.alert__icon {
  width: 20%;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #155724;
}
@media screen and (min-width: 769px) {
  .alert__icon {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .alert__content {
    width: calc(100% - 120px);
  }
}
.lang__btn__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 5.3vw;
  text-align: right;
}
.lang__btn__list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
h1.main__title {
  font-size: 26px;
  padding: 0 5.3vw;
  margin: 30px auto;
}
.content__wrapper {
  padding: 0 5.3vw;
  margin-bottom: 40px;
}
.content__wrapper .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 5.3vw;
}
.content__wrapper .content__title {
  color: #3193c9;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #3193c9;
  margin-bottom: 20px;
  width: 100%;
}
.sep {
  text-align: center;
  position: relative;
}
.sep:before,
.sep:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000;
  top: 50%;
  z-index: 1;
  width: 35%;
}
.sep:before {
  left: 0;
}
.sep:after {
  right: 0;
}
.content__body ul {
  padding-left: 1.5em;
  margin: 20px 0;
}
.content__body ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lang__btn__wrapper {
    padding: 0 80px;
    margin: 20px auto;
    max-width: 1300px;
    text-align: right;
  }
  h1.main__title {
    font-size: 32px;
    padding: 0 80px;
    max-width: 1300px;
    margin: 30px auto;
  }
  .content__wrapper {
    padding: 0 80px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1300px;
  }
  .content__wrapper .content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 80px;
  }
  .content__wrapper .content__title {
    color: #3193c9;
    font-size: 24px;
  }
  .sep:before,
  .sep:after {
    width: 43%;
  }
}
#results .results__badge__image {
  margin-bottom: 20px;
  text-align: center;
}
#results .results__badge__image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#results .results__badge__name {
  color: #3193c9;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
#results .results__badge__meta {
  align-items: center;
  margin: 30px 0 60px;
}
#results .results__badge__meta dl {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#results .results__badge__meta dl dt {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  width: 40%;
  text-align: center;
  margin-bottom: 20px;
}
#results .results__badge__meta dl dd {
  text-align: center;
  font-size: 16px;
  margin-left: 0;
  width: 60%;
  margin-bottom: 20px;
}
#results .results__value__image {
  margin: 0;
}
#results .results__value__image img {
  max-width: 280px;
  width: 80%;
  height: auto;
  vertical-align: bottom;
}
#results .results__value__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#results .results__value__list dt {
  width: 100px;
  font-weight: bold;
  margin-bottom: 10px;
}
#results .results__value__list dd {
  width: calc(100% - 100px);
  margin-bottom: 10px;
  margin-left: 0;
}
#results .description__value {
  width: 100%;
}
#results .results__value__all {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
}
#results .description__value__expand,
#results .results__value__all__expand {
  margin-top: 40px;
}
#results .description__value__expand .btn,
#results .results__value__all__expand .btn {
  margin: 0 0 0 auto;
}
#results .description__wrapper {
  position: relative;
  height: 150px;
  overflow: hidden;
}
#results .description__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
}
#results .results__value__all__wrapper {
  position: relative;
  height: 200px;
}
#results .description__wrapper.active::after {
  height: 0;
}
#results .results__content {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 5.3vw;
}
#results .results__content .results__title {
  color: #3193c9;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #3193c9;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #results .results__badge__image img {
    max-width: 330px;
    max-height: 330px;
    width: 100%;
    height: auto;
  }
  #results .results__badge__name {
    width: 75%;
    margin: 0 auto;
  }
  #results .results__badge__meta dl {
    display: flex;
    flex-direction: row;
    margin: 0 25px;
  }
  #results .results__badge__meta dl dt {
    width: auto;
    margin: 0 20px;
  }
  #results .results__badge__meta dl dd {
    width: auto;
    margin: 0 20px;
  }
  #results .results__other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #results .results__other .results__content {
    width: 48%;
    padding: 40px;
  }
  #results .results__other .content__full {
    width: 100%;
  }
  #results .results__value__expand .btn {
    margin: 0 0 0 auto;
  }
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input[type="text"],
textarea,
input[type="submit"],
input[type="file"],
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"],
textarea,
input[type="file"],
select {
  border-radius: 0;
}
input[type="file"] {
  color: #000;
}
::placeholder {
  color: #ccc;
}
textarea{
  resize: none;  
}
.form__description p {
  font-size: 16px;
  line-height: 1.6875;
}
.form__group {
  margin: 40px 0;
}
.control__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
}
.form__control__wrapper {
  margin: 20px 0;
}
.form__control {
  width: 100%;
  border: 1px solid #ccc;
  height: 36px;
  font-size: 16px;
  padding: 4px 10px;
}
.form__control__info {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6875;
}
.input__add__wrapper {
  margin-top: 20px;
}
.input__add__wrapper .btn--add {
  margin-left: auto;
}
.btn__wrapper {
  position: relative;
}
.btn__wrapper span {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 246px;
}
.btn__wrapper span::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: calc(50% - 7px);
  right: 26px;
  z-index: 1;
  width: 8px;
  height: 14px;
  display: block;
}
.btn__wrapper .btn--submit {
  margin: 0 auto;
  line-height: 1;
}
.icon_clear_button {
  display: none;
}
.file__dnd__wrapper {
  position: relative;
}
#preview__field {
  display: none;
}
#preview__field img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#drop__area {
  display: none;
}
#icon__clear__button {
  display: none;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 24px;
  height: 24px;
  border: 1px solid #777;
  border-radius: 50%;
  cursor: pointer;
}
.icon__clear__button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 20px;
  line-height: 1;
}
.identifier__type__error,
.identifier__value__error {
  display: block;
  font-size: 14px;
  color: red;
  padding: 10px 5px;
}
.profile__data {
  display: none;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #3193c9;
}
.profile__data__title {
  color: #3193c9;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.profile__data__list__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile__data__list .profile__key {
  width: 100%;
  color: #3193c9;
  font-weight: bold;
  font-size: 16px;
}
.profile__data__list .profile__value {
  width: 100%;
}
.profile__data__list .profile__remove {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .form__group {
    display: flex;
  }
  .control__label {
    width: 32%;
  }
  .form__control__wrapper {
    width: 68%;
    margin: 0;
    position: relative;
  }
  .form__control__wrapper.col--32 {
    width: 32%;
  }
  .form__control__wrapper.col--68 .form__control {
    width: calc(100% - 100px);
  }
  .form__control {
    padding: 4px 15px;
  }
  .identifier__type {
    width: 180px;
  }
  .input__add__wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .input__add__wrapper .btn--add {
    margin-left: auto;
    height: 36px;
  }
  .btn__wrapper {
    margin-top: 10px;
  }
  .btn__wrapper span {
    width: 300px;
  }
  .btn__wrapper span::before {
    content: "";
    background-size: cover;
    position: absolute;
    top: calc(50% - 7px);
    right: 26px;
    z-index: 1;
    width: 8px;
    height: 14px;
    display: block;
  }
  .btn__wrapper .btn--submit {
    width: 100%;
  }
  .file__dnd__wrapper {
    position: relative;
    width: 100%;
    height: 230px;
  }
  #preview__field {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 230px;
    height: 230px;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #preview__field img {
    max-width: 500px;
    max-height: 230px;
    width: 100%;
    height: 100%;
  }
  #drop__area {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.3s;
    opacity: 1;
  }
  #drop__area:hover {
    opacity: 0.5;
  }
  #drop__area .drop__area__text--top {
    font-weight: bold;
    font-size: 16px;
  }
  #drop__area .drop__area__text--middle {
    font-size: 16px;
    margin: 10px 0;
  }
  #drop__area .drop__area__text--bottom {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
  }
  #icon__clear__button {
    display: none;
    position: absolute;
    top: -4px;
    right: -8px;
    width: 24px;
    height: 24px;
    border: 1px solid #777;
    border-radius: 50%;
    cursor: pointer;
  }
  .icon__clear__button__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    line-height: 1;
  }
  #input__file {
    display: none;
  }
  .profile__data {
    display: none;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #3193c9;
  }
  .profile__data__title {
    color: #3193c9;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .profile__data__list {
    display: flex;
    flex-wrap: wrap;
  }
  .profile__data__list .profile__key {
    width: 200px;
    color: #3193c9;
    font-weight: bold;
    font-size: 16px;
  }
  .profile__data__list .profile__value {
    width: calc(100% - 200px - 100px);
  }
  .profile__data__list #remove__value {
    width: 100px;
  }
}
.btn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 300ms;
}
.btn:hover {
  opacity: 0.5;
}
.btn--default {
  width: 120px;
  height: 32px;
  color: #707070;
}
.btn--add {
  width: 100px;
  height: 32px;
  background-color: #f1860b;
}
.btn--expand {
  width: 215px;
  height: 40px;
  background-color: #f1860b;
}
.btn--submit {
  background-color: #f1860b;
  width: 246px;
  height: 46px;
  border-radius: 46px;
}
.btn--remove {
  width: 60px;
  height: 32px;
  background-color: #ccc;
}
.btn--lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  font-size: 14px;
  text-decoration: none;
  color: #707070;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 1;
  transition: opacity 0.3s;
}
.btn--lang:hover {
  opacity: 0.5;
}
.btn--lang.active {
  background-color: #e6e6e6;
  pointer-events: none;
}
.btn--lang.active:hover {
  opacity: 1;
}
.btn--ja {
  border-radius: 4px 0 0 4px;
}
.btn--en {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
