@charset "UTF-8";

.top-title {
  height: 58px;
  margin-bottom: 15px;
  background-color: #098749;
  font-family: "NotoSansCJKjp";
}
.top-title > div {
  width: 920px;
  margin: auto;
}
.top-title h1 {
  float: left;
  color: #ffffff;
  font-size: 1.3em;
  margin-top: 12px;
  line-height: inherit;
  font-weight: normal;
}
#step {
  float: right;
  line-height: 34px;
  margin-top: 11px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
#step p {
  display: inline-block;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
}
#step p:first-child {
  padding: 0 25px 0 25px;
  margin-right: 8px;
  border-top: 1px solid #78bf9a;
  border-bottom: 1px solid #78bf9a;
  border-left: 1px solid #78bf9a;
}
#step p:first-child::before {
  display: block;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: -33px;
  height: 18px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -ms-transform: skew(40deg);
  border-right: 1px solid #78bf9a;
  border-left: transparent;
  border-top: transparent;
}
#step p:first-child::after {
  position: relative;
  display: block;
  margin-top: -17px;
  margin-left: auto;
  margin-right: -33px;
  height: 17px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  border-right: 1px solid #78bf9a;
  border-left: transparent;
  border-bottom: transparent;
}
#step p:last-of-type {
  width: 93px;
  border-right: 1px solid #78bf9a;
}
#step p:last-of-type::before {
  width: 100px;
  border-right: none;
}
#step p:last-of-type::after {
  width: 100px;
  border-right: none;
}
#step p::before {
  position: relative;
  display: block;
  margin-bottom: -18px;
  height: 18px;
  width: 92.5px;
  content: " ";
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -ms-transform: skew(40deg);
  border-left: 1px solid #78bf9a;
  border-right: 1px solid #78bf9a;
  border-top: 1px solid #78bf9a;
}
#step p::after {
  position: relative;
  display: block;
  margin-top: -17px;
  height: 17px;
  width: 92.5px;
  content: " ";
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  border-left: 1px solid #78bf9a;
  border-right: 1px solid #78bf9a;
  border-bottom: 1px solid #78bf9a;
}

#step p.current {
  color: #ffffff;
}
#step p.current:first-child {
  background-color: #9bc11d;
  border: transparent;
}
#step p.current:last-of-type {
  width: 94px;
  border-right: none;
}
#step p.current:last-of-type::before {
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-top: 18px solid #9bc11d;
  background-color: inherit;
  width: 102px;
  height: 0;
  left: -8px;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
}
#step p.current:last-of-type::after {
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 18px solid #9bc11d;
  background-color: inherit;
  width: 102px;
  height: 0;
  left: -8px;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
}
#step p.current::after {
  border-left: 1px solid #9bc11d;
  border-right: 1px solid #9bc11d;
  border-bottom: 1px solid #9bc11d;
  background-color: #9bc11d;
  z-index: -1;
}
#step p.current::before {
  border-left: 1px solid #9bc11d;
  border-right: 1px solid #9bc11d;
  border-top: 1px solid #9bc11d;
  background-color: #9bc11d;
  z-index: -1;
}

/******
プレースホルダー
*******/
::placeholder {
  opacity: 0.6;
}
::-webkit-input-placeholder {
  opacity: 0.6;
}
:-moz-placeholder {
  opacity: 0.6;
}
::-moz-placeholder {
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}

/***************************************************
 共通 start
***************************************************/
body {
  position: relative;
}
h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
h2:last-child {
  margin-bottom: 20px;
}
.only-sp {
  display: none;
}
#maincontents {
  width: 920px;
  margin: 0 auto;
  padding-bottom: 129px;
}
.visibleForm {
  margin-bottom: 60px;
}
.visibleFormTop {
}
.privacypolicy {
  /* overflow: hidden; */
  margin-bottom: 35px;
  text-align: right;
  margin-bottom: 20px;
}
.privacypolicy:not(:first-child) {
  margin-top: -27px;
}
.privacypolicy a {
  width: 178px;
  box-sizing: border-box;
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: underline;
  /* padding: 10px 10px; */
  /* float: right; */
  /* border: 1px solid #e5e5e5; */
}
.privacypolicy a:hover {
  text-decoration: none;
}
.privacypolicy a:not(:first-child) {
  margin-left: 41px;
  margin-right: 11px;
}

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

.jumpScrollTopBtn {
  position: absolute;
  z-index: 100;
  right: 15px;
  bottom: 59px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #008d54;
  cursor: pointer;
}
.jumpScrollTopBtn::before {
  position: absolute;
  top: 21px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.jumpScrollTopBtn.fixed {
  bottom: 9px;
  position: fixed;
}
.clearfix{
  display:block;
  min-height:1%;
}
.clearfix:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.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;
}
/***************************************************
 共通 end
***************************************************/

/***************************************************
 サブミットボタン start
***************************************************/
.submitWrapper {
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  margin: auto;
  height: 129px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.submitWrapper.fixed {
  bottom: 0;
  position: fixed;
}
.submitBtn{
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  line-height: 1;
  color: black;
  background-color: #fccb00;
}
#formContent .submitBtn {
  width: 520px;
  height: 88px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
  background-color: #128c4b;
  line-height: 1.2;
}
.submitBtn .completeMessage {
  display: none;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.submitBtn.is-complete:before {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  margin-top: -6px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  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: 18px;
  margin-bottom: 10px;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  text-align: center;
}
.submitBtn .inCompleteMessage:before {
  content: url(/srs/sj/common/img/img_incomplete_caution.png);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
}
.submitBtn .inCompleteMessage .inCompleteCount {
  font-size: 28px;
  margin: 0 8px;
  vertical-align: -2px;
}
.submitBtn .inCompleteAgreement {
  display: none;
  padding: 0 10px 0 45px;
  font-size: 18px;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}
.submitBtn .inCompleteAgreement:before {
  content: url(/srs/sj/common/img/img_incomplete_caution.png);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 15px;
}
.submitBtn.is-inCompleteAgreement .inCompleteAgreement {
  display: block;
}
.submitBtn.is-inCompleteAgreement .inCompleteMessage {
  display: none;
}

#formContent .submitBtn.is-complete {
  background-color: #fccb00;
  color: black;
}
#formContent .visibleForm {
  margin-bottom: 40px;
}
#formContent .visibleForm .submitBtn {
  position: static;
  margin-top: 40px;
}
#formContent .staticSubmitBtn .submitBtn {
  position: static;
  margin-bottom: 60px;
}
.submitBtn.is-back .backMessage ,
.submitBtn.is-complete .completeMessage {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: relative;
}
.submitBtn.is-complete .inCompleteMessage {
  display: none;
}
/***************************************************
 サブミットボタン end
***************************************************/

/***************************************************
 .sideCompleteInfo start
***************************************************/
.sideCompleteInfo {
  position: fixed;
  top: 20%;
  right: 0;
  width: 190px;
  font-size: 14px;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  background-color: #fff3f3;
  padding: 5px 10px;
  text-align: left;
  z-index: 2;
  box-sizing: initial;
}
.sideCompleteInfo.is-complete {
  background-color: #4081c4;
  border: 0;
}
.sideCompleteInfo .completeMessage {
  color: white;
  display: none;
}
.sideCompleteInfo .completeMessage span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.sideCompleteInfo.is-complete .completeMessage {
  display: block;
}
.sideCompleteInfo .inCompleteMessage {
  color: #f02d3d;
}
.sideCompleteInfo.is-complete .inCompleteMessage,
.sideCompleteInfo.is-inCompleteAgreement .inCompleteMessage {
  display: none;
}
.sideCompleteInfo .inCompleteMessage .inCompleteCount {
  font-size: 20px;
  margin: 0 5px;
}
.sideCompleteInfo .inCompleteAgreement {
  color: #f02d3d;
  display: none;
}
.sideCompleteInfo.is-inCompleteAgreement .inCompleteAgreement {
  display: block;
}
@media screen and (max-width: 980px) {
  .sideCompleteInfo {
    display: none;
  }
}
/***************************************************
 .sideCompleteInfo end
***************************************************/

/***************************************************
 通常エラー start
***************************************************/
.inputError p {
  font-size: 14px;
  color: #f22e3c;
}
/***************************************************
 通常エラー end
***************************************************/
/***************************************************
 吹き出しエラー start
***************************************************/
.formError .formErrorContent {
  background: black;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  font-size: 13px;
  line-height: 2.3;
}
.formError .formErrorArrow div {
  background: black;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
}
/***************************************************
 吹き出しエラー end
***************************************************/

/***************************************************
 .inputWrapper 共通 start
***************************************************/
.inputWrapper {
  position: relative;
  overflow: hidden;
  padding: 9px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  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:before {
  display: block;
  content: "任意";
  color: white;
  background-color: #7b7b7b;
  width: 50px;
  margin: 0 10px;
  text-align: center;
  float: left;
  font-size: 13px;
}

.inputWrapper.is-must:before {
  content: "必須";
  background-color: #f22e3c;
}

.inputWrapper .inputName {
  float: left;
  width: 206px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
  padding-right: 30px;
  font-weight: bold;
}

.inputWrapper .inputArea {
  float: left;
  text-align: left;
}

.inputWrapper .inputArea {
  width: 578px;
}

.inputWrapper.is-must:after {
  display: block;
  float: left;
  margin: -13px 21px 0 21px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/srs/sj/common/img/img_emptycheck.jpg);
  width: 26px;
  height: 26px;
  border-radius: 20px;
}

.inputWrapper.is-must.is-success:after {
  content: url(/srs/sj/common/img/img_successcheck.png);
}

.inputWrapper label {
  display: block;
  margin-bottom: 0.5em;
}

.inputWrapper .inputElementWrapper {
  width: 400px;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
}
.inputWrapper .inputError + .inputElementWrapper {
  margin-top: 1em;
}
.inputWrapper .inputElement {
  display: inline-block;
  line-height: 1;
  width: 100%;
  padding-right: 2%;
}
.inputWrapper .inputText {
  display: block;
  width: 100%;
}
.inputWrapper .inputText,
.inputWrapper .inputElement {
  margin: 0.5em 0;
}
.inputWrapper .inputElement.inputElementCol1 {
  width: 100%;
}
.inputWrapper .inputElement.inputElementCol2 {
  width: 50%;
}
.inputWrapper .inputElement.inputElementCol3 {
  width: 33.3%;
}
.inputWrapper .inputElement.inputElementCol4 {
  width: 25%;
}

.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 textarea {
  resize: vertical;
  box-sizing: border-box;
}
.inputWrapper .inputElement select {
  height: 40px;
  padding-left: 10px;
}
.inputWrapper .inputElement input {
  line-height: 2.3;
  height: 40px;
  padding: 0 0 0 10px;
}
.inputWrapper .inputElement input[type="radio"],
.inputWrapper .inputElement input[type="checkbox"] {
  display: none;
}
.inputWrapper .inputElement input[type="radio"] + label {
  background: url(/srs/sj/common/img/img_emptyradio.png) no-repeat left 5px center;
  background-size: 19px;
  padding: 2px 5px 2px 30px;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  box-sizing: content-box;
  line-height: 16px;
}
.inputWrapper .inputElement input[type="radio"]:checked + label {
  background: url(/srs/sj/common/img/img_checkedradio.png) no-repeat left 5px center;
}
.inputWrapper .inputElement input[type="checkbox"] + label {
  background: url(/srs/sj/common/img/img_disabledcheckbox.jpg) no-repeat left 5px
    center;
  background-size: 20px;
  padding: 2px 5px 2px 30px;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 10px;
}
.inputWrapper .inputElement input[type="checkbox"]:checked + label {
  background: url(/srs/sj/common/img/img_enabledcheckbox.jpg) no-repeat left 5px center;
}

.inputWrapper .inputElement input.is-error,
.inputWrapper .inputElement select.is-error,
.inputWrapper .inputElement textarea.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
.inputWrapper .inputElement input[type="radio"].is-error + label,
.inputWrapper .inputElement input[type="checkbox"].is-error + label {
  border: 1px solid #f22e3c;
  background-color: #fff3f3;
}
.inputWrapper .inputElement .clickBtn {
  line-height: 40px;
  width: 100%;
  height: 40px;
  color: white;
  display: block;
  padding-top: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #128c4b;
}
.inputWrapper .inputElement .clickBtn:hover {
  text-decoration: underline;
}
.inputWrapper .groupWrap {
  width: auto;
}
.inputWrapper .radioWrapper,
.inputWrapper .checkboxWrapper {
  padding-top: 10px;
  border: 1px solid transparent;
}
.inputWrapper .radioWrapper.is-error,
.inputWrapper .checkboxWrapper.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
.inputWrapper .inputArea .radioWrapper input[type="radio"] + label:last-child,
.inputWrapper
  .inputArea
  .checkboxWrapper
  input[type="checkbox"]
  + label:last-child {
  margin-right: 0;
}
/***************************************************
 .inputWrapper 共通 end
***************************************************/
/***************************************************
 個人情報の利用同意 start
***************************************************/
#agreementCheck.inputWrapper {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px;
  text-align: center;
}
#agreementCheck.inputWrapper.is-must:before,
#agreementCheck.inputWrapper.is-must:after {
  display: none;
}
#agreementCheck.inputWrapper .inputArea {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
#agreementCheck.inputWrapper .inputElement {
  width: 200px;
  text-align: center;
}
#agreementCheck.inputWrapper
  .inputArea
  .checkboxWrapper
  input[type="checkbox"]
  + label:last-child {
  margin-right: 0;
}
#agreementCheck.inputWrapper .checkboxWrapper {
  padding-top: 10px;
  border: 1px solid transparent;
}
#agreementCheck.inputWrapper .checkboxWrapper.is-error {
  border: 1px solid #a9a9a9;
  background-color: #fff3f3;
}
#agreementCheck.inputWrapper a {
  color: #4d4d4d;
  text-decoration: underline;
}
#agreementCheck.inputWrapper a:hover {
  text-decoration: none;
}
#agreementCheck .agreementCheckNote1,
#agreementCheck .agreementCheckNote2 {
  text-align: left;
}
#agreementCheck .agreementCheckNote2 {
  margin-top: 25px;
}
#agreementCheck .agreementCheckNote3 {
  margin-top: 25px;
}
/***************************************************
 個人情報の利用同意 end
***************************************************/

/***************************************************
 確認画面 start
***************************************************/
#confirmContent .incompleteRead {
  border: 1px solid #008d49;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
}
#confirmContent .incompleteReadMain,
#confirmContent .incompleteReadSub {
  line-height: 1;
}
#confirmContent .incompleteReadMain {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#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;
  padding: 20px;
  /*inline-block横並び時の隙間対策*/
  font-size: 0;
}
#confirmContent .confirmName,
#confirmContent .confirmArea {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#confirmContent .confirmName {
  width: 38%;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 110px;
  vertical-align: top;
}
#confirmContent .confirmArea {
  width: 62%;
}

#confirmContent .btnWrapper {
  margin-bottom: 60px;
  /*inline-block横並び時の隙間対策*/
  font-size: 0;
}
#confirmContent .submitBtn {
  height: 70px;
}
#confirmContent .submitBtn .completeMessage,
#confirmContent .submitBtn .backMessage {
  font-size: 20px;
}
#confirmContent .submitBtn.is-complete {
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
#confirmContent .submitBtn.is-back {
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ebebeb;
  position: relative;
}
#confirmContent .submitBtn .backMessage {
  position: relative;
}
#confirmContent .submitBtn.is-back:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  margin-top: -6px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  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;
}

/***************************************************
 確認画面 end
***************************************************/

/***************************************************
 完了画面 start
***************************************************/
#thanksContent .thanksInner {
  text-align: center;
  border: 2px solid #e6e6e6;
  margin-bottom: 25px;
  padding: 50px 60px;
}
#thanksContent #thanksRead {
  /* background-color: #fcfcfb;
  padding-top: 50px;
  padding-bottom: 50px; */
  margin-bottom: 0px;
}
#thanksContent .thanksReadMain {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: -1px;
}
#thanksContent .thanksReadSub {
  line-height: 1.7;
  font-size: 18px;
}
#thanksContent .thanksReadSub:not(:last-child) {
  margin-bottom: 1em;
}
#thanksContent .submitBtn.is-complete {
  display: block;
  padding: 24px 0;
  width: 55%;
  margin: 0 auto 60px auto;
  color: black;
  text-decoration: none;
  position: relative;
}
#thanksContent h2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
#thanksContent .linkList {
  overflow: hidden;
  margin-bottom: 60px;
}
#thanksContent .linkWrapper {
  float: left;
  width: 49%;
  height: 127px;
}
#thanksContent .linkWrapper:not(:last-child) {
  margin-right: 2%;
}
#thanksContent .linkWrapper a {
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  padding-right: 36px;
}
#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 {
  float: left;
  box-sizing: border-box;
  width: 145px;
  height: 100%;
  position: relative;
}
#thanksContent .linkImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
}
#thanksContent .linkInfoArea {
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #d0d0d0;
  width: 267px;
  height: 100%;
  padding: 20px 0 20px 20px;
}
#thanksContent .linkTitle {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
#thanksContent .linkText {
  font-size: 15px;
  line-height: 1.5;
}
#thanksContent .linkText {
  font-size: 15px;
  line-height: 1.5;
}
#thanksContent .bannerPcWrapper .bannerArea li {
  width: 49%;
}
/***************************************************
 完了画面 end
***************************************************/
