@charset "UTF-8";
/* -----------------------------------------------
 * LastUpdate : 19/11/14
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/**- mediaScreen -**/
/**- font -**/
/**- width -**/
/**- SNS -**/
/**- colors -**/
/* -----------------------------------------------
 * LastUpdate : 18/11/28
----------------------------------------------- **
 * フォームスタイル ファイル
----------------------------------------------- */
/*** formReset&Setting ***/
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
textarea,
select {
  width: 100%;
  height: 3em;
}

@media screen and (min-width: 730px) {
  input[type='text'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='email'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='number'],
  input[type='file'],
  textarea,
  select {
    height: auto;
    padding: 0 0 .4em;
  }
}

input[type='image'] {
  max-width: 100%;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  height: 2em;
}

textarea {
  min-height: 2em;
  resize: vertical;
}

input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'] {
  padding-left: .4em;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  input[type='text'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='email'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='number'] {
    font-size: 16px;
  }
}

input::placeholder {
  color: #b8b8b8;
}

/* IE */
input:-ms-input-placeholder {
  color: #b8b8b8;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b8b8b8;
}

textarea {
  padding: .4em;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  textarea {
    font-size: 16px;
  }
}

textarea::placeholder {
  color: #b8b8b8;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #b8b8b8;
}

select {
  height: 3em;
  padding-left: .4em;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  /*    color: #b8b8b8;*/
  font-size: 14px;
  font-size: 1.4rem;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

@media screen and (min-width: 730px) {
  select {
    font-size: 14px;
  }
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  border: none;
  border-radius: 0;
  cursor: pointer;
}

/*-- basicStyle --*/
.formContainer .itemTitle {
  position: relative;
  display: inline-block;
  width: auto;
}

.formContainer .itemTitle .textRed {
  position: absolute;
  top: -2px;
  right: -1em;
  width: auto;
  color: #cc0033;
  font-size: 10px;
  font-size: 1.0rem;
}

/*-- inputStyle --*/
input {
  border: none;
  border-radius: 0;
}

/*-- selectStyle --*/
/**- icon -**/
.select-wrap {
  position: relative;
  overflow: hidden;
}

.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  content: "";
  line-height: 44px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 8px;
  height: 8px;
  color: #000000;
  font-size: 28px;
  pointer-events: none;
  transform: rotate(135deg);
}

.select-wrap > select {
  width: 130%;
}

/*-- radioStyle --*/
.radioGrid {
  width: 100%;
}

.radioGrid li {
  position: relative;
  width: 100%;
  font-size: 18px;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .radioGrid li {
    font-size: 18px;
  }
}

.radioGrid li label span {
  margin: 0 4px 0 0;
}

.radioGrid input[type="radio"] {
  display: none;
}

.radioGrid input[type="radio"] ~ label {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
  cursor: pointer;
}

.radioGrid input[type="radio"] ~ label::before {
  content: "";
  display: block;
  position: absolute;
/*   top: -2px; */
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 50%;
}

@media screen and (min-width: 730px) {
  .radioGrid input[type="radio"] ~ label::before {
/*     top: -1px; */
  }
}

.radioGrid input[type="radio"] ~ label::after {
  content: "";
  display: block;
  position: absolute;
/*   top: 3px; */
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

@media screen and (min-width: 730px) {
  .radioGrid input[type="radio"] ~ label::after {
/*     top: 2px; */
  }
}

.radioGrid input[type="radio"]:checked ~ label {
  color: #000000;
}

.radioGrid input[type="radio"]:checked ~ label::after {
/*   top: 3px; */
  left: 3px;
  width: 14px;
  height: 14px;
  background: #000000;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

@media screen and (min-width: 730px) {
  .radioGrid input[type="radio"]:checked ~ label::after {
/*     top: 2px; */
  }
}

.radio2c li {.formContainer .radioColumn .radioGrid li input[type="radio"] ~ label::before
  margin: 0 0 24px;
  min-height: auto;
  line-height: auto;
}

@media screen and (min-width: 730px) {
  .radio2c li {
    float: left;
    width: 305px;
    margin: 0 0 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 730px) {
  .radio2c li:nth-child(even) {
    float: right;
  }
}

.radio2c li img {
  display: block;
  margin: 0 0 4px;
}

.radio2c li .menTitle span {
  padding: 0 0 0 0.4em;
}

.radioGrid_02 {
  width: 100%;
}

.radioGrid_02 label {
  position: relative;
  cursor: pointer;
}

.radioGrid_02 .list_item .checkEffect {
  position: relative;
}

.radioGrid_02 .list_item .checkEffect:before {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  width: 8px;
  height: 4px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #000000;
  border-top-style: none;
  border-right-style: none;
}

.radioGrid_02 .list_item .checkEffect:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.radioGrid_02 .list_item .checkEffect:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #ffffff;
}

/*-- checkStyle --*/
.checkGrid {
  width: 100%;
}

.checkGrid label {
  cursor: pointer;
}

.checkGrid .list_item {
  /**- checked -**/
}

.checkGrid .list_item .checkEffect {
  position: relative;
}

.checkGrid .list_item .checkEffect:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2px;
  width: 8px;
  height: 4px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #000000;
  border-top-style: none;
  border-right-style: none;
}

.checkGrid .list_item .checkEffect:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.checkGrid .list_item .checkEffect:after {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 16px;
  height: 16px;
  content: '';
  cursor: pointer;
  border: 1px solid #000000;
  background: #ffffff;
}

.checkGrid .list_item .checkEffect_on {
  position: relative;
}

.checkGrid .list_item .checkEffect_on:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2px;
  width: 8px;
  height: 4px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border: 2px solid #000000;
  border-top-style: none;
  border-right-style: none;
}

.checkGrid .list_item .checkEffect_on:checked:before {
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
}

.checkGrid .list_item .checkEffect_on:after {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 16px;
  height: 16px;
  content: '';
  cursor: pointer;
  border: 1px solid #000000;
  background: #ffffff;
}

/*-- textareaStyle --*/
.textareaGrid textarea {
  height: 160px;
}

@media screen and (min-width: 730px) {
  .textareaGrid textarea {
    height: 160px;
  }
}

/*-- buttonStyle --*/
.mfp_buttons {
  position: relative;
}

.mfp_buttons .btnSend {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 0 0 0 6%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 730px) {
  .mfp_buttons .btnSend {
    min-height: auto;
    padding: 0 0 0 24px;
    font-size: 24px;
    line-height: 18px;
  }
}

.mfp_buttons .btnSend:hover {
  opacity: .5;
}

.mfp_buttons .btnSend span {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#mfp_overlay_inner .mfp_buttons {
  position: relative;
  margin: 24px 0 0;
  background: none;
  text-align: center;
}

#mfp_overlay_inner .mfp_buttons #mfp_button_send {
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 16px;
  background: #cc0033;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  cursor: pointer;
}

#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  display: inline-block;
  padding: 0 16px;
  background: #d5d9d8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  cursor: pointer;
}

/* -----------------------------------------------
 * LastUpdate : 19/01/28
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/**- colors -**/
/* -----------------------------------------------
 * LastUpdate : 20/10/27
----------------------------------------------- **
 * pageDesign
----------------------------------------------- */
/**- header -**/
/**- footer -**/
/**- design -**/
.wrapTitle .areaWords {
  display: none;
}

.gridTitleForm {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 2.0em 0 4%;
/*   background: #ffffff; */
}

@media screen and (min-width: 730px) {
  .gridTitleForm {
    width: 100%;
    padding: 2.0em 0 16px;
  }
}

.gridTitleForm h2 {
  max-width: 880px;
  width: 90%;
  margin: 0 auto 2%;
  padding: 0 2px 4px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 730px) {
  .gridTitleForm h2 {
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.gridTitleForm .textRed {
  color: #BE272D;
}

@media screen and (min-width: 730px) {
  .gridTitleForm .textRed {
    margin: 4px auto 0;
  }
}

.gridTitleForm p {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .gridTitleForm p {
    font-size: 16px;
  }
}

.formContainer {
  width: 100%;
  margin: 0;
  padding: 0 0 10%;
  /*  background: $gry;*/
  /** 1ColumnStyle **/
  /** 2ColumnStyle **/
  /** radioStyle **/
  /** checkStyle **/
  /** selectStyle **/
  /** inputStyle **/
}

@media screen and (min-width: 730px) {
  .formContainer {
    padding: 0 0 40px;
  }
}

.formContainer sup {
  color: #BE272D;
}

.formContainer .gridForm {
  width: 90%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media screen and (min-width: 730px) {
  .formContainer .gridForm {
    max-width: 880px;
  }
}

.formContainer .gridForm h3 {
  margin: 0 auto 1.0em;
  padding: .4rem 1.2rem;
  background: #000;
  color: #fff;
}


.formContainer .gridForm th .textRed {
  color: #BE272D;
}

.formContainer .gridForm th span {
  display: block;
}

@media screen and (min-width: 730px) {
  .formContainer .gridForm th span {
    display: inline-block;
  }
}

.formContainer .itemTitle {
  margin: 0 0 2%;
}

@media screen and (min-width: 730px) {
  .formContainer .itemTitle {
    margin: 0;
  }
}

@media screen and (min-width: 730px) {
  .formContainer .itemTitle i {
    display: block;
  }
}

.formContainer .cOne {
  position: relative;
  width: 100%;
}

.formContainer .cOne th {
  display: block;
  width: 100%;
  margin: 0 0 6%;
  line-height: 1.2;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .formContainer .cOne th {
    margin: 0 0 24px;
  }
}

.formContainer .cOne td {
  display: block;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .formContainer .cOne td {
    width: 94%;
    margin: 0 auto;
  }
}

.formContainer .cOne td .divTable {
  display: table;
  margin: 2% 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .formContainer .cOne td .divTable {
    width: 100%;
    margin: 8px 0 0;
    font-size: 14px;
  }
}

.formContainer .cOne td .divTable .posL {
  display: table-cell;
  padding: 1% 2%;
  background: #4d4d4d;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

@media screen and (min-width: 730px) {
  .formContainer .cOne td .divTable .posL {
    width: 12%;
    padding: 2px 8px;
  }
}

.formContainer .cOne td .divTable .posR {
  display: table-cell;
  padding: 1% 2%;
  vertical-align: middle;
}

@media screen and (min-width: 730px) {
  .formContainer .cOne td .divTable .posR {
    width: 88%;
    padding: 2px 8px;
  }
}

.formContainer .cTwo {
  position: relative;
  width: 100%;
}

.formContainer .cTwo th {
  display: block;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .formContainer .cTwo th {
    display: inline-block;
    width: 36%;
    vertical-align: top;
  }
}

.formContainer .cTwo th .textGrey {
  display: inline-block;
  margin: 0 0 0 1rem;
  color: #808080;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 730px) {
  .formContainer .cTwo th .textGrey {
    display: block;
    margin: 8px 0 0;
    font-size: 15px;
  }
}

.formContainer .cTwo td {
  display: block;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .formContainer .cTwo td {
    display: inline-block;
    width: 64%;
  }
}

.formContainer .radioColumn {
  margin: 0 0 40px;
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn {
    border-bottom: 1px solid #000000;
  }
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .itemTitle {
    float: left;
    width: auto;
    margin: 8px 0 0;
  }
}

.formContainer .radioColumn .radioGrid {
  padding: 0 0 6%;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .radioGrid {
    border-bottom: none;
  }
}

.formContainer .radioColumn .radioGrid li {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 2% 0 0;
  font-size: 18px;
  /*** detail ***/
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .radioGrid li {
    /*           float: left; */
    width: 100%;
    font-size: 20px;
  }
}

.formContainer .radioColumn .radioGrid li input[type="radio"] ~ label::before {
/*   top: -2px; */
  background: #ffffff;
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .radioGrid li input[type="radio"] ~ label::before {
/*     top: 6px; */
/*     top: -1px; */
  }
}

.formContainer .radioColumn .radioGrid li input[type="radio"] ~ label::after {
  /*            top: 9px;*/
/*   top: 1px; */
  background: #ffffff;
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .radioGrid li input[type="radio"] ~ label::after {
/*     top: 9px; */
/*     top: 2px; */
  }
}

.formContainer .radioColumn .radioGrid li input[type="radio"]:checked ~ label::after {
  /*            top: 7px;*/
/*   top: 1px; */
  background: #000000;
}

@media screen and (min-width: 730px) {
  .formContainer .radioColumn .radioGrid li input[type="radio"]:checked ~ label::after {
/*     top: 9px; */
/*     top: 2px; */
  }
}

.formContainer .radioColumn .radioGrid li label span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 1em;
}

.formContainer .checkColumn {
  margin: 0 0 40px;
  border-bottom: 1px solid #000000;
}

.formContainer .checkColumn .checkGrid {
  margin: 0;
}

@media screen and (min-width: 730px) {
  .formContainer .checkColumn .checkGrid {
    margin: 0;
  }
}

.formContainer .checkColumn .checkGrid li {
  margin: 0 0 24px;
}

@media screen and (min-width: 730px) {
  .formContainer .checkColumn .checkGrid li {
    font-size: 18px;
  }
}

.formContainer .checkColumn .checkGrid li .menTitle span {
  padding: 0 0 0 0.4em;
}

.formContainer .checkColumn .areaCheck {
  position: relative;
  /*
      .mfp_err {
        position: absolute;
        top: 0;
        left: 0;
      }
*/
}

.formContainer .checkGrid .list_item {
  /**- checked -**/
}

.formContainer .checkGrid .list_item .checkEffect {
  position: relative;
}

.formContainer .checkGrid .list_item .checkEffect:after {
  border: 1px solid #000000;
  border-radius: 50%;
}

.formContainer .checkGrid .list_item .checkEffect_on {
  position: relative;
}

.formContainer .checkGrid .list_item .checkEffect_on:after {
  border: 1px solid #000000;
  border-radius: 50%;
}

.formContainer .selectColumn {
  margin: 0 0 40px;
}

@media screen and (min-width: 730px) {
  .formContainer .selectColumn th {
    margin: 0 0 8px;
  }
}

@media screen and (min-width: 730px) {
  .formContainer .selectColumn td {
    width: 100%;
  }
}

.formContainer .selectColumn .subTitle {
  color: #BE272D;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .formContainer .selectColumn .subTitle {
    margin: 4px 0 0;
    line-height: 1.4;
    font-size: 14px;
  }
}

.formContainer .inputColumn {
  margin: 0 0 8%;
}

@media screen and (min-width: 730px) {
  .formContainer .inputColumn {
    margin: 0 0 40px;
  }
}

.formContainer .inputColumn .itemTitle {
  margin: 0;
}

@media screen and (min-width: 730px) {
  .formContainer .inputColumn .itemTitle {
    margin: 0 0 4px;
  }
}

.formContainer .inputColumn input {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 730px) {
  .formContainer .inputColumn .boxTop {
    margin: 0 0 8px;
  }
}

.mfp_buttons {
  max-width: 880px;
  width: 90%;
  margin: 2.0em auto 10%;
  padding: 0;
}

@media screen and (min-width: 730px) {
  .mfp_buttons {
    margin: 0 auto 40px;
    padding: 4.0em 0 56px;
  }
}

.mfp_buttons .btnSend {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  padding: 0 24px;
/*   background: #000; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 54px;
}

@media screen and (min-width: 730px) {
  .mfp_buttons .btnSend {
    width: 580px;
    min-height: 64px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 28px;
    line-height: 64px;
    letter-spacing: 1px;
  }
}

.mfp_buttons .btnSend:hover {
  opacity: .6;
  transition: .6s;
}

.mfp_buttons .btnSend .btnIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 16px;
  height: 27px;
  margin: auto;
  line-height: 27px;
}

@media screen and (min-width: 730px) {
  .mfp_buttons .btnSend .btnIcon {
    right: 40px;
    width: 16px;
    padding: 0;
  }
}

.mfp_buttons .btnSend .btnIcon .icon-iconArw01 {
  width: 16px;
  height: 27px;
  fill: #ffffff;
}

@media screen and (min-width: 730px) {
  .mfp_buttons .btnSend .btnIcon .icon-iconArw01 {
    width: 16px;
    height: 27px;
  }
}

.mfp_buttons .btnSend .btnIcon .icon-iconArw01 .svg-iconArw01 {
  fill: #ffffff;
}

#mfp_overlay_inner .mfp_buttons {
  width: 100%;
  padding: 0 0 16px;
}

@media screen and (min-width: 730px) {
  #mfp_overlay_inner .mfp_buttons {
    padding: 24px 0 16px;
  }
}

#mfp_overlay_inner .mfp_buttons #mfp_button_send {
  background: #0071CF;
}

.footInfo {
  background: #ffffff;
}

.footInfo .bgW {
  padding: 0;
}

@media screen and (min-width: 730px) {
  .footInfo .bgW {
    padding: 0;
  }
}

.footInfo .bgW .textNotes {
  border-bottom: 1px solid #000000;
}

.footInfo .textTD {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  .footInfo .textTD {
    max-width: 880px;
    padding: 0 0 24px;
    font-size: 14px;
  }
}

.footInfo .textTD h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .footInfo .textTD h3 {
    font-size: 14px;
  }
}

.footInfo .textTD span {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .footInfo .textTD span {
    margin: 0 0 2px;
    font-size: 14px;
  }
}

.footInfo .textTD span:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 900;
}

@media screen and (min-width: 730px) {
  .footInfo .textTD span:before {
    top: -2px;
    font-size: 12px;
  }
}

.footInfo .textInfo {
  display: none;
}

/**- thanks -**/
.thanks1st {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 6%;
  padding: 10% 0;
/*  border-bottom: 1px solid #000000;*/
}

@media screen and (min-width: 730px) {
  .thanks1st {
    margin: 0 auto;
    padding: 64px 0;
  }
}

.thanks1st strong {
  display: block;
  margin: 0 0 4%;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (min-width: 730px) {
  .thanks1st strong {
    margin: 0 0 24px;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

.thanks1st .boxWords {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .thanks1st .boxWords {
    line-height: 2.0;
    font-size: 23px;
  }
}

@media screen and (min-width: 730px) {
  .thanks1st .boxWords span {
    display: block;
  }
}

.gridThanks .wrapGift .txWords {
  display: block;
  margin: 0 0 8%;
  color: #BE272D;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 730px) {
  .gridThanks .wrapGift .txWords {
    margin: 0 0 16px;
    line-height: 1.4;
    font-size: 24px;
  }
}

.gridThanks .wrapGift .txWords span {
  display: block;
  margin: 0;
}

@media screen and (min-width: 730px) {
  .gridThanks .wrapGift .txWords span {
    display: inline-block;
  }
}

.gridThanks .footInfo .gridPP {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.gridThanks .footInfo .footLine {
  border: none;
}

/**- etc -**/
.radioGrid .mfp_err {
  min-width: 240px;
}

@media screen and (min-width: 730px) {
  .radioGrid .mfp_err {
    min-width: 640px;
  }
}
