@charset 'UTF-8';
a {
	color: #1e1e1e;
	text-decoration: none;
}
a:link {
	color: #1e1e1e;
	text-decoration: none;
}
a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}
a:visited {
	color: #1e1e1e;
	text-decoration: none;
}
.btnArea {
    position: relative;
    top: -70px;
    right: 20px;
}
.baseBtn-1 {
    float: right;
    text-align: center;
    width: 90px;
    height: 22px;
    padding-bottom: 8px;
    border-left: solid 1px #787878;
    border-right: solid 1px #787878;
}
.baseBtn-2 {
    float: right;
    text-align: center;
    width: 90px;
    height: 22px;
    padding-bottom: 8px;
    border-right: solid 1px #787878;
}
.baseBtn-1 a,
.baseBtn-2 a {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 12px;
    vertical-align: top;
}
.baseBtn-1 a:link,
.baseBtn-2 a:link {
    text-decoration: none;
    color: #1e1e1e;
}
.baseBtn-1 a:hover,
.baseBtn-2 a:hover {
    text-decoration: none;
    color: #b71254;
}
.question {
    margin: 0px auto 80px;
    max-width: 780px;
}
.question_box {
    margin: 10px auto;
    width: 330px;
    text-align: center;
}
.question__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 35.41667%;
}
.howtoListBox .howtoListItem {
    float: none;
    font-size: 13px;
    width: 90%;
    margin-left: 1.2em;
    padding: 0;
    line-height: 1.5;
    text-indent: -1.2em;
}
.howtoListBox .howtoListItem::before {
    content: "●";
    margin-right: 2px;
}
.howtoListBox .howtoListItem.annotationTxt {
    font-size: 11px;
}
.howtoListBox .note {
    display: block;
    font-size: 12px;
    width: 100%;
    float: none;
    padding: 0;
    line-height: 1.5;
}

/* ----------------------------------------
  ボタン：アンケート
---------------------------------------- */
.btn-question {
  padding: 14px 15px;
  border: solid 1px #787878;
  display: block;
  position: relative;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.15385;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: border-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: border-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn-question:link, .btn-question:visited, .btn-question:active {
  color: #1e1e1e;
  text-decoration: none;
}

.btn-question:hover {
  border-color: #b71254;
  color: #fff;
  background-color: #b71254;
}

.btn-question::after {
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transition: border-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: border-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-top: solid 1px #787878;
  border-right: solid 1px #787878;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-question:hover::after {
  border-color: #fff;
}

.btn-question[target="_blank"]::before, .btn-question[target="_blank"]::after {
  content: "";
  margin-top: 0;
  border: none;
  width: 7px;
  height: 6px;
  background-repreat: no-repeat;
  background-position: 0 0;
  background-size: 7px auto;
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 3px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn-question[target="_blank"]::before {
  background-image: url("/common/room/images/icon-blank.svg");
}

.btn-question[target="_blank"]::after {
  background-image: url("/common/room/images/icon-blank-white.svg");
  opacity: 0;
}

.btn-question[target="_blank"]:hover::before {
  opacity: 0;
}

.btn-question[target="_blank"]:hover::after {
  opacity: 1;
}

@media all and (min-width: 767px), print {
  .btn-question {
    padding: 19px 15px;
    font-size: 14px;
  }
  .btn-question--s {
    padding: 13px 15px;
  }
  .btn-question::after {
    right: 14px;
  }
}

@media screen and (max-width: 766px) {
.btnArea {
    position: relative;
    top: -60px;
    right: 20px;
}
.baseBtn-2,
.baseBtn-1 {
    width: 60px;
}

.baseBtn-2 a,
.baseBtn-1 a {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 10px;
    vertical-align: top;
}

.baseBtn-2 a:link,
.baseBtn-1 a:link {
}

.baseBtn-2 a:hover,
.baseBtn-1 a:hover {
    }
}