@charset "UTF-8";

/* ====================================================================== */
/* 共通＆汎用系 */
/* ====================================================================== */
html, body {
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
	line-height: 1.8;
	background-color: #000;
}
body #form-eng{
  font-family: Helvetica Neue,helvetica,arial,sans-serif;
}
/* スマホサイズ
@media only screen and (max-width: 640px) {
	html, body {
		font-size: 18px;
	}
} */

body {
  width: 100%;
  height: 100%;
  background: #fff url(../img/bg01.jpg) left top;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

/* ===== リンク ===== */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



/* ====================================================================== */
/* スクエニヘッダ */
/* ====================================================================== */
#sqex-header {
	height: 38px;
	line-height: 1.0;
	background-color: #000;
	border-bottom:1px solid #838383;
}
	#sqex-header div {
		margin-right: auto;
		margin-left: auto;
		width: 1000px;
	}
	#sqex-header a {
		position: relative;
		top: 14px;
		left: 10px;
	}
/* スマホサイズ */
@media only screen and (max-width: 640px) {
#sqex-header {
	line-height: 1.0;
	background-color: #000;
	border-bottom:1px solid #7e7e7e;
	width: 100vw;
	height: auto !important;
}
	#sqex-header div {
		margin-right: auto;
		margin-left: auto;
		width: 100vw;
	}
	#sqex-header a {
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
	#sqex-header img {
		width: 50vw;
		display: block;
		margin: 0 auto;
		padding: 8px 0 6px;
		position: relative;
	}
}








/* ====================================================================== */
/* ヘッダ */
/* ====================================================================== */
#header {
	background: url(../img/header-bg01.png) center -38px no-repeat;
	background-size: cover;
	padding-top: 170px;
}

/* ===== キャッチエリア ===== */
#header-logo {
	margin: 0 auto 40px;
	text-align: center;
	width: 500px;
}
#header-logo img {
  width: 100%;
  height: auto;
}

.contents-title {
  margin-bottom: 10px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.1em;
}


/* ====================================================================== */
/* コンテンツメインエリア */
/* ====================================================================== */
#wrapper {
	background: url(../img/footer-bg01.png) center bottom no-repeat;
	background-size: 100% auto;
}
#main {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
	width: 1000px;
}
.complete {
  height: 100vh;
}

.question {
  margin-bottom: 15px;
  padding: 0.2em 0.6em;
  background-color: rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.notice {
	color: #a01717;
	font-size: 0.8em;
}
.error {
	color: #a01717;
}
.question .notice {
  padding-left: 1em;
  color: #fff;
}
/* add 20210519 */
span.require{
  display: inline-block;
  background: #a01717;
  padding: 0 5px;
  text-align: center;
  vertical-align: 2px;
  margin-left: 3px;
}
span.require:before {
  content: '必須';
  font-size: 0.78rem;
  font-weight: bold;
  color: #fff;
}
#form-tw span.require:before,
#form-cn span.require:before,
#form-ko span.require:before {
  content: '';
}
#form-tw span.require,
#form-cn span.require,
#form-ko span.require {
  padding: 0px 22px;
  display: inline;
  vertical-align: 0;
  margin-left: 5px;
}
#form-tw span.require{
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/tw/icon_required_tw.png)
    no-repeat center / contain;
}
#form-cn span.require{
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/cn/icon_required_cn.png)
    no-repeat center / contain;
}
#form-ko span.require{
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/ko/icon_required_ko.png)
    no-repeat center / contain;
}
#form-eng span.require:before {
  content: 'Required';
  font-size: 0.78rem;
}
h5 span.require{
  display: inline-flex;
  vertical-align: 0;
}
#form-tw .question img,
#form-cn .question img,
#form-ko .question img {
  vertical-align: middle;
}
#form-tw .choices-r img,
#form-tw .choices img,
#form-tw .choices-child-r img,
#form-cn .choices-r img,
#form-cn .choices img,
#form-cn .choices-child-r img,
#form-ko .choices-r img,
#form-ko .choices img,
#form-ko .choices-child-r img {
  vertical-align: top;
}
/* add 20210519 */
.contents-head {
  margin-bottom: 50px;
  line-height: 1.4;
}
.text-lead {
  margin-bottom: 30px;
  text-align: center;
}
.text-lead + .notice {
  margin-top: -20px;
}

.question-area {
  margin-bottom: 30px;
}
.choices-sub {
}
.question-sub-head {
  position: relative;
  margin-bottom: 15px;
  padding-left: 8px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.question-sub-head:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 3px;
  height: 1.2em;
  background-color: #000;
}
.question-sub-head .notice,
.question-sub-child .notice {
  padding-left: 0.6em;
  font-weight: bold;
}
#form-eng .question-sub-head .notice {
  letter-spacing: -0.01rem;
}
.choices {
  padding-bottom: 20px;
}
.choices .choices-radio {
}
.choices-sub-child {
  margin-bottom: 30px;
}
.choices-child-r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.choices-child-r .choices-head{
  margin-bottom: 0;
  font-weight: bold;
}
.choices-child-r .choices-radio{
  margin-bottom: 0;
}
#form-tw .question-sub-child,
#form-cn .question-sub-child,
#form-ko .question-sub-child {
  margin-bottom: 12px;
}
.question-sub-child img{
  vertical-align: middle;
}
.choices-r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.choices-r .choices-radio, .choices-child-r .choices-radio {
  margin-right: 2em;
}
.choices-confirm {
  padding-bottom: 20px;
}
.choices-head {
  margin-bottom: 10px;
  width: 6em;
}
#form-eng .choices-head {
  width: 9em;
}
.choices-radio {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.choices-radio input {
  margin-right: 0.3em;
}
.input-textarea {
  padding: 0.5em;
  width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  box-sizing: border-box;
}

.button-box {
  text-align: center;
  padding-top: 20px;
}
.button-box li {
  display: inline-block;
}
.button-box li a {
  display: block;
  background-color: #a01717;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
  cursor: pointer;
}
.button-box li a:hover {
  opacity: 0.6;
}
#form-cn .button-box li a {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/cn/button_ReviewResponses_cn.png) no-repeat center / contain;
}
#form-tw .button-box li a {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/tw/button_ReviewResponses_tw.png) no-repeat center / contain;
}
#form-ko .button-box li a {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/ko/button_ReviewResponses_ko.png) no-repeat center / contain;
}
#form-cn .button-box li .modify {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/cn/button_Back_cn.png) no-repeat center / contain;
}
#form-tw .button-box li .modify {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/tw/button_Back_tw.png) no-repeat center / contain;
}
#form-ko .button-box li .modify {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/ko/button_Back_ko.png) no-repeat center / contain;
}
#form-cn .button-box li .submit {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/cn/button_Send_cn.png) no-repeat center / contain;
}
#form-tw .button-box li .submit {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/tw/button_Send_tw.png) no-repeat center / contain;
}
#form-ko .button-box li .submit {
  background: url(https://www.jp.square-enix.com/_cache/origin/form/img/ko/button_Send_ko.png) no-repeat center / contain;
}
.button-box li span {
  display: block;
  background-color: #a01717;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.button-box li span:hover {
  opacity: 0.6;
}
.button-box li input[type="submit"]{
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0.5em 6.5em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.button-box li input[type="submit"]:hover{
  opacity: 0.6;
}
#form-jp .button-box li input[type="submit"],
#form-en .button-box li input[type="submit"]{
  background-color: #a01717;
}
#form-tw .button-box li input[type="submit"],
#form-cn .button-box li input[type="submit"],
#form-ko .button-box li input[type="submit"]{
  background-color: none;
}
.complete .button-box li a{
  padding: 0.5em 3em;
}

@media only screen and (max-width: 640px) {
  #main {
    width: auto;
  }
}




.pc-only {
}
/* スマホサイズ */
@media only screen and (max-width: 640px) {
	.pc-only {
		display: none;
	}
}
@media only screen and (min-width: 641px) {
	.sp-only {
		display: none;
	}
}




/* スマホサイズ */
@media only screen and (max-width: 640px) {

  /* ====================================================================== */
  /* ヘッダ */
  /* ====================================================================== */
  #header {
  	padding-top: 22.666666vw;
  	background-position: center top;
  	background-size: contain;
  }

  /* ===== キャッチエリア ===== */
  #header-logo {
  	margin: 0 auto 10.666666vw;
  	width: 80vw;
  }
  #header-logo img {
  }

  .contents-title {
    margin-bottom: 2.666666vw;
    font-size: 8.333333vw;
  }


  /* ====================================================================== */
  /* コンテンツメインエリア */
  /* ====================================================================== */
  #wrapper {
  }
  #main {
    margin: 0 5.333333vw;
  	padding-bottom: 13.333333vw;
  	width: auto;
  }
  .complete {
    height: 100vh;
  }

  .question {
    margin-bottom: 4vw;
  	font-size: 4.8vw;
  }

  .notice {
  }
  .error {
  }

  .question .notice {
  }

  .contents-head {
    margin-bottom: 13.333333vw;
  }
  .text-lead {
    margin-bottom: 8vw;
  }
  .text-lead + .notice {
    margin-top: -5.333333vw;
  }

  .question-area {
    margin-bottom: 8vw;
  }
  .choices-sub {
  }
  .question-sub-head {
    padding-left: 2.666666vw;
  }
  .question-sub-head:before {
  }
  .question-sub-head .notice {
  }
  .choices {

  }
  .choices .choices-radio {
  }
  .choices-sub-child {
    margin-bottom: 8vw;
  }
  .choices-child-r {
  }
  .choices-child-r .choices-head{
  }
  .choices-child-r .choices-radio{
  }
  .choices-r {
    padding-bottom: 5.333333vw;
  }
  .choices-r .choices-radio, .choices-child-r .choices-radio {
  }
  .choices-confirm {
    padding-bottom: 5.333333vw;
  }
  .choices-head {
    margin-bottom: 2.666666vw;

  }
  .choices-radio {
    margin-bottom: 2.666666vw;
    font-size: 3.733333vw;
  }
  .choices-radio input {
  }
  .input-textarea {
  }

  .button-box {
    text-align: center;
  }
  .button-box li {
    display: inline-block;
  }
  .button-box li a {
  }
  .button-box li a:hover {
  }
  .button-box li input[type="submit"] {
    -webkit-appearance: none;
  }
}
