@charset "UTF-8";

#step-sp{
  display: flex;
  padding: 3% 5px;
}

#step-sp p{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 40px;
  font-size: 125%;
  border-top: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
}

#step-sp p:last-child{
  width: auto;
  border-right: 2px solid #c3c3c3;
}

#step-sp p:not(:last-child){
  position: relative;
  margin-right: 13px;
  flex-grow: 1;
}

#step-sp p:not(:last-child)::before,
#step-sp p:not(:last-child)::after{
  position: absolute;
  right: -7px;
  content: "";
  display: block;
  height: 20px;
  width: 13px;
  border-right: 2px solid #c3c3c3;
  border-left: transparent;
  border-top: transparent;
}
#step-sp p:not(:last-child)::before{
  top: -2px;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
}
#step-sp p:not(:last-child)::after{
  bottom: -2px;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
}


#step-sp p.current{
  color: white;
  border-top: 2px solid #008d48;
  border-bottom: 2px solid #008d48;
  border-left: 2px solid #008d48;
  background-color: #008d48;
}

#step-sp p.current:not(:last-child)::before,
#step-sp p.current:not(:last-child)::after{
  border-right: 2px solid #008d48;
  background-color: #008d48;
}

#step-sp p.current:last-child{
  border-right: 2px solid #008d48;
}

#step-sp p.done{
  border-top: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  border-left: 2px solid #dbdbdb;
  background-color: #dbdbdb;
}

#step-sp p.done:not(:last-child)::before,
#step-sp p.done:not(:last-child)::after{
  border-right: 2px solid #dbdbdb;
  background-color: #dbdbdb;
}


@charset "UTF-8";

body {
  position: relative;
  font-size: 12px;
}

.only-pc {
  display: none;
}

img[src^="//dsp.advg.jp/"] {
  position: absolute;
  bottom: 0;
  left: 0;
}

/******
プレースホルダー
*******/
/* default */
*::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
/* Firefox 18- */
*:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
/* Firefox 19+ */
*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
/* IE 10+ */
*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

h1 {
  background-color: #098749;
  color: white;
  font-size: 133.4%;
  line-height: 1.4;
  padding: 14px 10px;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 14px;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

input, textarea, select{
  width: 100%;
}

input:invalid,
textarea:invalid,
select {
  background: white;
}

#global-header a {
  display: block;
  padding: 2.8% 0 2.8% 0;
}

#global-header a img {
  display: block;
  margin: 0 auto;
  max-width: 86px;
}

.global-footer {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.231;
}

.global-footer.hasBottomCompleteInfo {
  margin-bottom: 68px;
}

.global-footer *{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.global-footer a {
  color: #333;
  text-decoration: none;
}

.global-footer .g_ftnav {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 10px;
}

.global-footer .g_ftnav li {
  float: left;
  width: 50%;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
}

.global-footer .g_ftnav li:not(:last-child) {
  border-right: 1px solid #c2c1bc;
}

.global-footer .g_ftnav:after {
  display: block;
  clear: both;
  content: "";
}

.global-footer .copyright {
  background-color: #098749;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.global-footer .copyright small {
  font-size: 85%;
}

#step {
  padding: 3% 4% 6% 4%;
}
#step img {
  width: 100%;
}

.visibleForm {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5%;
}

.privacypolicy {
  text-align: center;
  margin-bottom: 20px;
}
.privacypolicy a {
  display: inline-block;
  font-size: 110%;
  color: #4d4d4d;
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  width: 85%;
}
.privacypolicy a:not(:first-child) {
  margin-top: 20px;
}

.visibleFormNotice{
  border: 2px solid #00a66d;
  padding: 10px;
  margin-bottom: 20px;
}

.end-wording {
  padding: 0 3%;
  margin-bottom: 30px;
}

.end-wording p {
  font-size: 110%;
}

.end-wording span {
  color: #00e;
  text-decoration: underline;
}

.bottomCompleteInfo {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 110%;
  z-index: 100;
  min-height: 72px;
}
.bottomCompleteInfo .completeMessage,
.bottomCompleteInfo .inCompleteAgreement {
  display: none;
}
.bottomCompleteInfo.is-complete .completeMessage,
.bottomCompleteInfo.is-inCompleteAgreement .inCompleteAgreement {
  display: block;
}
.bottomCompleteInfo.is-complete .inCompleteMessage,
.bottomCompleteInfo.is-inCompleteAgreement .inCompleteMessage {
  display: none;
}
.textColorWarnig {
  color: #f22e3c;
}
.textColorNotice {
  color: #fccb00;
}
.marginTop0em {
  margin-top: 0em !important;
}
.marginTop1em {
  margin-top: 1em !important;
}
.marginTop2em {
  margin-top: 2em !important;
}
.marginTop3em {
  margin-top: 3em !important;
}
.marginBottom0em {
  margin-bottom: 0em !important;
}
.marginBottom1em {
  margin-bottom: 1em !important;
}
.marginBottom2em {
  margin-bottom: 2em !important;
}
.marginBottom3em {
  margin-bottom: 3em !important;
}

/***************************************************
 サブミット関連 start
***************************************************/
.submitWrapper {
  margin-bottom: 30px;
  position: relative;
}
.submitBtn {
  background-color: #128c4b;
  border: 0;
  border-radius: 50px;
  width: 90%;
  height: 65px;
  cursor: pointer;
  margin: 0 auto;
  line-height: 1;
  color: white;
  display: block;
  position: relative;
}
.submitBtn.is-complete {
  background-color: #fccb00;
  color: black;
}
.submitBtn .completeMessage {
  display: none;
  font-size: 140%;
  position: relative;
}
.submitBtn.is-complete .completeMessage {
  display: block;
}
.submitBtn.is-complete:before {
  position: absolute;
  top: 39%;
  right: 7%;
  display: block;
  margin-top: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.submitBtn .inCompleteMessage {
  font-size: 110%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 2%;
  width: 100%;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  text-align: center;
}
.submitBtn.is-complete .inCompleteMessage {
  display: none;
}
.submitBtn .inCompleteCount,
.bottomCompleteInfo .inCompleteCount {
  font-size: 160%;
  margin: 0 3%;
}

.submitBtn .inCompleteAgreement {
  display: none;
  font-size: 110%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  text-align: center;
}
.submitBtn.is-inCompleteAgreement .inCompleteAgreement {
  display: block;
}
.submitBtn.is-inCompleteAgreement .inCompleteMessage {
  display: none;
}
#formContent .submitBtn {
  height: 74px;
}
#formContent .staticSubmitBtn .submitBtn {
  margin-bottom: 30px;
}
.submitBtn.is-back .backMessage ,
.submitBtn.is-complete .completeMessage {
  display: block;
  width: 100%;
  height: 100%;
}
/***************************************************
 サブミット関連 end
***************************************************/

/***************************************************
 inputXXXX start
***************************************************/
.inputWrapper {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid white;
  margin-top: -1px;
  z-index: 0;
}
.inputWrapper.is-error {
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  /*background-color: #fff3f3;*/
  z-index: 1;
}
.inputWrapper .inputName {
  position: relative;
  font-size: 140%;
  font-weight: bold;
  background-color: #f8f8f7;
  padding: 3% 65px 3% 3%;
}
/*.inputWrapper.is-error .inputName{
  color: #F22E3C;
  background-color: #fff3f3;
}*/
.inputWrapper .inputName:before {
  display: block;
  content: "任意";
  color: white;
  background-color: #7b7b7b;
  width: 50px;
  text-align: center;
  float: left;
  font-size: 80%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  right: 10px;
  padding: 1% 0;
}
.inputWrapper.is-must .inputName:before {
  content: "必須";
  background-color: #f22e3c;
}
.inputWrapper.is-success .inputName:before {
  content: "OK";
  background-color: #0070c0;
}

.inputWrapper .inputArea {
  padding: 4% 1% 4% 3%;
  overflow: hidden;
}

.inputWrapper .inputElementWrapper {
  width: 100%;
  display: inline-flex;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
}
.inputWrapper .inputError + .inputElementWrapper {
  margin-top: 5%;
}
.inputWrapper .inputElement {
  display: inline-block;
  line-height: 1;
  width: 100%;
  padding-right: 2%;
}
.inputWrapper .inputText,
.inputWrapper .inputElement {
  margin: 2% 0;
}
.inputWrapper .inputText {
  display: block;
  width: 100%;
}
.inputWrapper p.inputText,
.inputWrapper .inputText p {
  font-size: 120%
}

.inputWrapper .inputElement.inputElementCol1 {
  width: 100%;
}
.inputWrapper .inputElement.inputElementCol2 {
  width: 50%;
}
.inputWrapper .inputElement.inputElementCol3 {
  width: 33.3%;
}
.inputWrapper .inputElement.inputElementCol4 {
  width: 25%;
}
.inputWrapper .inputElement.inputElementCol1sp {
  width: 100%;
}
.inputWrapper .inputElement.inputElementCol2sp {
  width: 50%;
}
.inputWrapper .inputElement.inputElementCol3sp {
  width: 33.3%;
}
.inputWrapper .inputElement.inputElementCol4sp {
  width: 25%;
}

.inputWrapper .inputElement label {
  display: block;
  font-size: 120%;
  margin-bottom: 1vh;
}


.inputWrapper .inputElement input,
.inputWrapper .inputElement select,
.inputWrapper .inputElement textarea {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #A9A9A9;
  border-image: initial;
  background-color: rgb(255, 255, 255);
}
.inputWrapper .inputElement input {
  padding-left: 5%;
  line-height: 2.7;
  height: 45px;
  font-size: 126%;
}
.inputWrapper .inputElement select {
  font-size: 120%;
}
.inputWrapper .inputElement textarea {
  font-size: 130%;
  padding: 2%;
  min-height: 130px;
}
.inputWrapper .inputElement input[type="radio"],
.inputWrapper .inputElement input[type="checkbox"] {
  display: none;
}
.inputWrapper .inputElement .radioWrapper {
  border-top: 1px solid #274296;
  border-left: 1px solid #274296;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.inputWrapper .inputElement input[type="radio"] + label {
  width: 50%;
  border-right: 1px solid #274296;
  border-bottom: 1px solid #274296;
  margin: 0;
  padding: 4% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputWrapper .inputElement input[type="radio"]:checked + label {
  background-color: #274296;
  color: white;
}

.inputWrapper .inputElement input[type="checkbox"] + label {
  background: url(/srs/sj/common/img/img_disabledcheckbox.jpg) no-repeat left 5px
    center;
  background-size: contain;
  padding: 6.5px 5px 6.5px 50px;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
}
.inputWrapper .inputElement input[type="checkbox"]:checked + label {
  background: url(/srs/sj/common/img/img_enabledcheckbox.jpg) no-repeat left 5px center;
  background-size: contain;
}
.inputWrapper .inputElement .clickBtn {
  line-height: 45px;
  width: 100%;
  height: 45px;
  color: white;
  display: block;
  padding-top: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #128c4b;
  font-size: 120%;
}
.inputWrapper .inputElement .clickBtn:hover {
  text-decoration: underline;
}

.inputWrapper:not(.is-error) .inputElement input.is-error,
.inputWrapper:not(.is-error) .inputElement select.is-error,
.inputWrapper:not(.is-error) .inputElement textarea.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
.inputWrapper .inputError {
  color: #f22e3c;
}

.inputWrapper .radioWrapper.is-error,
.inputWrapper .sfcOwner.is-error .radioWrapper,
.inputWrapper .nameRecord.is-error .radioWrapper,
.inputWrapper .nameRecordAt.is-error .radioWrapper {
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

.inputWrapper .radioWrapper.is-error input[type="radio"] + label,
.inputWrapper .sfcOwner.is-error .radioWrapper input[type="radio"] + label,
.inputWrapper .nameRecord.is-error .radioWrapper input[type="radio"] + label,
.inputWrapper .nameRecordAt.is-error .radioWrapper input[type="radio"] + label {
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  background-color: #fff3f3;
}

.inputWrapper .checkboxWrapper {
  display: inline-block;
  padding-top: 2%;
  border: 1px solid transparent;
}
.inputWrapper .checkboxWrapper.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
.inputWrapper
  .inputArea
  .checkboxWrapper
  input[type="checkbox"]
  + label:last-child {
  margin-right: 0;
}
/***************************************************
 inputXXXX end
***************************************************/

/***************************************************
 個人情報の利用同意 start
***************************************************/
.visibleForm {
  border-bottom: none;
}
#agreementCheck.inputWrapper {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  padding: 20px 10px 0px 10px;
  text-align: center;
}
#agreementCheck.inputWrapper .inputArea {
  padding-bottom: 0;
}
#agreementCheck.inputWrapper .checkboxWrapper {
  width: 180px;
  display: inline-block;
  padding-top: 2%;
  padding-bottom: 2%;
  border: 1px solid transparent;
}
#agreementCheck.inputWrapper .checkboxWrapper.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
#agreementCheck.inputWrapper
  .inputArea
  .checkboxWrapper
  input[type="checkbox"]
  + label:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#agreementCheck.inputWrapper .inputError {
  text-align: left;
}
#agreementCheck.inputWrapper a {
  color: #222;
}
#agreementCheck.inputWrapper .agreementCheckNote {
  font-size: 14.5px;
}
#agreementCheck .agreementCheckNote1,
#agreementCheck .agreementCheckNote2,
#agreementCheck .agreementCheckNote3 {
  font-size: 140%;
}
#agreementCheck .agreementCheckNote1,
#agreementCheck .agreementCheckNote2,
#agreementCheck .agreementCheckNote3 {
  text-align: left;
}
#agreementCheck .agreementCheckNote2 {
  margin-top: 25px;
}
#agreementCheck .agreementCheckNote3 {
  margin-top: 10px;
}
/***************************************************
 個人情報の利用同意 end
***************************************************/

/***************************************************
 確認画面 start
***************************************************/
#confirmContent .incompleteRead {
  border: 1px solid #008d49;
  padding: 5%;
  width: 95%;
  display: block;
  margin: 0 auto 3% auto;
  text-align: center;
}
#confirmContent .incompleteReadMain {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 4%;
  line-height: 1;
}
#confirmContent .incompleteReadSub {
  font-size: 120%;
  line-height: 1.5;
}
#confirmContent h2 {
  margin-bottom: 10px;
}
#confirmContent .form {
  margin-bottom: 40px;
}
#confirmContent .confirmList {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
#confirmContent .confirmWrapper {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
#confirmContent .confirmName,
#confirmContent .confirmArea {
  vertical-align: middle;
}
#confirmContent .confirmName {
  font-weight: bold;
  box-sizing: border-box;
  background-color: #f8f8f7;
  padding: 3%;
  line-height: 1.4;
  font-size: 140%;
}
#confirmContent .confirmArea {
  padding: 4% 3% 6% 3%;
  font-size: 130%;
}

#confirmContent .btnWrapper:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
}
#confirmContent .submitBtn {
  width: 90%;
  text-decoration: none;
  color: black;
  text-align: center;
}
#confirmContent .submitBtn .completeMessage,
#confirmContent .submitBtn .backMessage {
  font-size: 135%;
  vertical-align: middle;
}
#confirmContent .submitBtn.is-complete {
  margin-bottom: 8%;
}
#confirmContent .submitBtn.is-back {
  background-color: #ebebeb;
}
#confirmContent .submitBtn .backMessage {
  position: relative;
}
#confirmContent .submitBtn .completeMessage:before {
  right: 20px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
}
#confirmContent .submitBtn.is-back:before {
  position: absolute;
  top: 39%;
  left: 7%;
  display: block;
  margin-top: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  border-top: 2px solid black;
  border-left: 2px solid black;
}
#confirmContent .confirmAreaFragmentBody span {
  display: inline-block;
}
#confirmContent .confirmAreaFragmentBody .familynameWrapper,
#confirmContent .confirmAreaFragmentBody .familynamekanaWrapper {
  margin-right: 3px;
}

#confirmContent .confirmAreaFragmentBody .zip1Wrapper,
#confirmContent .confirmAreaFragmentBody .zipHyphen,
#confirmContent .confirmAreaFragmentBody .zip2Wrapper,
#confirmContent .confirmAreaFragmentBody .addressWrapper {
  margin-top: 3px;
}
#confirmContent .confirmAreaFragmentBody .zipHyphen,
#confirmContent .confirmAreaFragmentBody .telHyphen {
  vertical-align: 2px;
}
#confirmContent .confirmAreaFragmentBody .namerecordWrapper,
#confirmContent .confirmAreaFragmentBody .inprogressWrapper {
  margin-right: 2px;
}
#confirmContent .confirmAreaFragmentBody .officenameWrapper,
#confirmContent .confirmAreaFragmentBody .houseinfoWrapper,
#confirmContent .confirmAreaFragmentBody .familymembersWrapper,
#confirmContent .confirmAreaFragmentBody .familykidstotalWrapper,
#confirmContent .confirmAreaFragmentBody .occupationWrapper {
  margin-right: 2px;
}

#confirmContent .confirmAreaFragmentBody .constructionlandownWrapper,
#confirmContent .confirmAreaFragmentBody .constructionlandsearchWrapper,
#confirmContent .confirmAreaFragmentBody .constructionlandareaWrapper {
  margin-top: 10px;
  margin-right: 5px;
}
#confirmBody .global-footer.hasBottomCompleteInfo {
  margin-bottom: 0;
}
/***************************************************
 確認画面 end
***************************************************/

/***************************************************
 完了画面 start
***************************************************/
#thanksContent .thanksInner {
  border: 2px solid #e6e6e6;
  margin: 0 3px 25px 3px;
  padding: 25px 20px;
}
#thanksContent #thanksRead {
  /* background-color: #fcfcfb; */
  /* padding: 5%; */
  text-align: center;
  margin-bottom: 20px;
}
#thanksContent .thanksReadMain {
  font-size: 146%;
  font-weight: bold;
  margin-bottom: 23px;
}
#thanksContent .thanksReadSub {
  line-height: 1.7;
  font-size: 125%;
}
#thanksContent .thanksReadSub:not(:last-child) {
  margin-bottom: 1em;
}
#thanksContent .submitBtn.is-complete {
  display: block;
  padding: 24px 0;
  width: 85%;
  margin: 0 auto 60px auto;
  color: black;
  text-decoration: none;
  text-align: center;
  position: relative;
}
#thanksContent .submitBtn .completeMessage {
  padding: 0 35px;
}
#thanksContent .submitBtn .completeMessage:before {
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}
#thanksContent h2 {
  text-align: center;
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 5%;
  padding: 0 5%;
}
#thanksContent .linkList {
  overflow: hidden;
  margin-bottom: 25px;
}
#thanksContent .linkWrapper {
  width: 95%;
  margin: 0 auto 5% auto;
}
#thanksContent .linkWrapper a {
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  position: relative;
  padding-right: 36px;
  font-size: 0;
}
#thanksContent .linkWrapper a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -6px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #008d49;
  border-left: 2px solid #008d49;
}
#thanksContent .linkImg {
  box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  max-width: 145px;
  border-right: 1px solid #d0d0d0;
  margin-right: -1px;
}
#thanksContent .linkImg img {
  max-width: 100%;
  max-height: 100%;
}
#thanksContent .linkInfoArea {
  box-sizing: border-box;
  border-left: 1px solid #d0d0d0;
  height: 30%;
  padding: 2% 0 3% 3%;
  display: inline-block;
  width: 70%;
  text-align: left;
  vertical-align: top;
}
#thanksContent .linkTitle {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 3%;
}
#thanksContent .linkText {
  font-size: 12px;
  line-height: 1.5;
}
#thanksBody .global-footer.hasBottomCompleteInfo {
  margin-bottom: 0;
}

#thanksContent .accountWrapper {
  font-weight: bold;
  line-height: 1;
  width: 225px;
  margin: 0 auto;
}
#thanksContent .accountWrapper .accountItem {
  display: flex;
  align-items: center;
  padding-left: 25px;
  color: #008d49;
}
#thanksContent .accountWrapper .accountItem:not(:first-child) {
  margin-top: 4px;
}
#thanksContent .accountWrapper .accountId .accountItemTitle,
#thanksContent .accountWrapper .accountPw .accountItemTitle,
#thanksContent .accountWrapper .accountId .accountItemBody,
#thanksContent .accountWrapper .accountPw .accountItemBody {
  display: block;
}
#thanksContent .accountWrapper .accountId .accountItemTitle,
#thanksContent .accountWrapper .accountId .accountItemBody,
#thanksContent .accountWrapper .accountPw .accountItemBody {
  font-family: Consolas, Menlo, Monaco, Osaka, monospace;
  font-size: 155%;
}
#thanksContent .accountWrapper .accountId .accountItemTitle {
  width: 78px;
  text-align: center;
}
#thanksContent .accountWrapper .accountPw .accountItemTitle {
  font-size: 130%;
  width: 90px;
}

#thanksContent .accountNoteWrapper {
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: left;
  font-size: 117%;
}
#thanksContent .accountNoteWrapper .accountNoteTitle {
  color: #ff0000;
  font-weight: bold;
}
#thanksContent .accountNoteWrapper .accountNoteList {
  padding-left: 22px;
}
#thanksContent .accountNoteWrapper .accountNoteItem {
  list-style: disc;
}
#thanksContent .accountNoteWrapper .accountNoteItemLink {
  color: #1874ff;
}
/***************************************************
 完了画面 end
***************************************************/
