@charset "UTF-8";
@media screen and (min-width: 769px) {
  .l-form-container {
    padding: 70px 0 105px;
  }
}

@media screen and (max-width: 768px) {
  .l-form-container {
    padding: 0 0 75px;
  }
}

@media screen and (min-width: 769px) {
  .l-form-container__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-form-header {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-form-header {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .l-shop-form-header {
    margin: 70px 0 30px;
    padding-top: 60px;
    border-top: 1px dotted #efefef;
  }
}

@media screen and (max-width: 768px) {
  .l-shop-form-header {
    margin: 45px 0 35px;
    padding: 45px 2.5% 0;
    border-top: 1px dotted #efefef;
  }
}

@media screen and (min-width: 769px) {
  .l-exception {
    margin: 40px 0 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-exception {
    margin: 30px 2.5%;
  }
}

.l-admin-message {
  background-color: #efefef;
}

@media screen and (min-width: 769px) {
  .l-admin-message {
    margin: 40px 0;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-admin-message {
    margin: 30px 2.5%;
    padding: 20px 2.5%;
  }
}

.l-form-attention {
  background-color: #efefef;
}

@media screen and (min-width: 769px) {
  .l-form-attention {
    margin: 40px 0;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-form-attention {
    margin: 30px 2.5%;
    padding: 20px 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-entry-form {
    margin: 70px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .l-shop-add-button {
    margin: 25px 0;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .l-shop-add-button {
    margin: 0 2.5%;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .l-policy-section {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-policy-section {
    margin: 40px 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-agree-section {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-agree-section {
    margin: 30px 2.5%;
  }
}

.l-submit-section {
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .l-submit-section {
    overflow: hidden;
    width: 815px;
    margin: 90px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-submit-section {
    margin: 40px 2.5% 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-cushion-section {
    padding: 0 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-pledge-wrapper {
    padding: 45px 60px;
    background-color: #fff;
  }
}

.form-attention__lead {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-attention__lead {
    font-size: 14px;
  }
}

.form-attention__lead strong {
  color: #dc3545;
}

.form-attention__list {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 14px;
}

.form-attention__list strong {
  color: #dc3545;
}

.form-attention__item + .form-attention__item {
  margin-top: 0.5em;
}

.input-form {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .input-form {
    border-top: 1px solid #e0e1e1;
    border-left: 1px solid #e0e1e1;
  }
}

@media screen and (min-width: 769px) {
  .input-form th {
    font-size: 15px;
    width: 265px;
    padding: 20px 0 20px 25px;
    border-bottom: 1px solid #e0e1e1;
    border-right: 1px solid #e0e1e1;
    background-color: #efefef;
  }
}

@media screen and (max-width: 768px) {
  .input-form th {
    display: block;
    font-size: 15px;
    padding: 8px 2.5%;
    background-color: #efefef;
  }
}

@media screen and (min-width: 769px) {
  .input-form td {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #e0e1e1;
    border-right: 1px solid #e0e1e1;
  }
}

@media screen and (max-width: 768px) {
  .input-form td {
    display: block;
    font-size: 15px;
    padding: 15px 2.5% 20px;
  }
}

.input-form__require {
  font-size: 10px;
  color: #dc3545;
  vertical-align: super;
}

.select_require select{
background-color: #FFEBEB!important;
}

.textarea_require textarea{
background-color: #FFEBEB!important;
}

.input-form__note {
  font-size: 14px;
  margin: 10px 0 0;
  color: #aaaaaa;
}

@media screen and (min-width: 769px) {
  .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .form-inline--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .form-inline__item {
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  .form-inline__item--text {
    font-size: 14px;
    color: #aaaaaa;
  }
}

@media screen and (max-width: 768px) {
  .form-inline__item--text {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .form-inline__item--name {
    width: 30px;
    font-size: 14px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .form-inline__item--name {
    width: 30px;
    font-size: 14px;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .form-inline__item--radio {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .form-inline__item--radio {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .form-inline__item--radio:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-inline--seimei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .form-inline--seimei__item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-inline--seimei__item--text {
    display: block;
    font-size: 14px;
    color: #aaaaaa;
  }
}

@media screen and (max-width: 768px) {
  .form-inline--seimei__item--name {
    width: 30px;
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .form-input--xlarge {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .form-input--xlarge {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .form-input--large {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .form-input--large {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .form-input--medium {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .form-input--medium {
    width: 100px;
  }
}

.form-input input[type="text"],
.form-input input[type="number"],
.form-input input[type="email"],
.form-input input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: .3em .5em;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
}

.form-input input[type="text"][readonly],
.form-input input[type="number"][readonly],
.form-input input[type="email"][readonly],
.form-input input[type="password"][readonly] {
  background-color: #f8f9fa;
}

.form-input input[type="text"].is-empty,
.form-input input[type="number"].is-empty,
.form-input input[type="email"].is-empty,
.form-input input[type="password"].is-empty {
  background-color: #FFEBEB;
}

.form-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 4em;
  padding: .3em .5em;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  resize: none;
}

.form-select {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .form-select--xlarge {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .form-select--xlarge {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .form-select--large {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .form-select--large {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .form-select--medium {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .form-select--medium {
    width: 100%;
  }
}

.form-select:before, .form-select:after {
  display: block;
  position: absolute;
  top: 50%;
  right: .8em;
  font-size: 10px;
  pointer-events: none;
}

.form-select:before {
  content: '▼';
  margin-top: -2px;
}

.form-select:after {
  content: '▲';
  margin-top: -12px;
}

.form-select select {
  width: 100%;
  padding: .3em .5em;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select select.is-empty {
  background-color: #FFEBEB;
}

.form-radio input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.form-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 30px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-radio label {
    font-size: 14px;
  }
}

.form-radio label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  background-color: #adb5bd;
}

.form-radio label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e1e1;
  border-radius: 50%;
  content: '';
}

.form-radio input[type="radio"]:focus + label:after {
  -webkit-box-shadow: 0 0 4px #004AA1;
  box-shadow: 0 0 4px #004AA1;
}

.form-radio input[type="radio"].is-empty + label:after {
  background-color: #FFEBEB;
}

.form-radio input[type="radio"]:checked + label:before {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .form-button {
    font-size: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .form-button--seimei {
    width: 100%;
    margin-top: 15px;
  }
}

.form-button button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .form-button button {
    padding: 5px 30px 5px 15px;
    border: none;
    font-weight: bold;
    background-color: #e5e5e5;
  }
}

@media screen and (max-width: 768px) {
  .form-button button {
    padding: 10px 35px;
    border: 1px solid #e0e1e1;
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .form-button button:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 769px) {
  .form-button button:after {
    display: block;
    position: absolute;
    right: .8em;
    top: 50%;
    content: "▶";
    font-size: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .form-button__arrow {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 8px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .exception-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .exception-buttons__item {
    display: block;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .exception-buttons__item:nth-last-child(1) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .exception-buttons__item:nth-last-child(1) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .exception-buttons__item:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 769px) {
  .exception-buttons__note {
    margin: 0 0 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .exception-buttons__note {
    margin: 1em 0 0;
  }
}

.exception-buttons__note__strong {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: #efefef;
}

@media screen and (max-width: 768px) {
  .exception-buttons__note__strong {
    font-size: 14px;
  }
}

.policy-list {
  margin: 0;
  padding-left: 1.5em;
}

.policy-item {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .policy-item {
    font-size: 14px;
  }
}

.policy-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .form-agree {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .form-agree {
    text-align: center;
  }
}

.form-agree input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.form-agree label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 55px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form-agree label {
    font-size: 14px;
    text-align: left;
  }
}

.form-agree label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -9px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #adb5bd;
  border-bottom: 3px solid #adb5bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-agree label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  border: 2px solid #e0e1e1;
  content: '';
}

.form-agree input[type="checkbox"]:focus + label:after {
  -webkit-box-shadow: 0 0 4px #004AA1;
  box-shadow: 0 0 4px #004AA1;
}

.form-agree input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.formend-message-box {
  background-color: #e9ecef;
}

@media screen and (min-width: 769px) {
  .formend-message-box {
    padding: 120px 40px;
  }
}

@media screen and (max-width: 768px) {
  .formend-message-box {
    margin: 25px 2.5% 0;
    padding: 60px 2.5px;
    text-align: center;
  }
}

.formend-message {
  margin: 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .formend-message {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .formend-message {
    font-size: 16px;
  }
}

.pledge-check__note {
  margin: 0 0 1.5em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .pledge-check__note {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .pledge-check__title {
    margin: 0 0 1em;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .pledge-check__title {
    margin: 0 3% 1em;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .pledge-check__board {
    padding: 35px 25px;
    background-color: #eeeeee;
  }
}

@media screen and (max-width: 768px) {
  .pledge-check__board {
    margin: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .pledge-check__board__note {
    margin: 0 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .pledge-check__board__note {
    margin: 0 0 1em;
    font-size: 15px;
  }
}

.pledge-check__board__scroller {
  overflow-y: auto;
}

@media screen and (min-width: 769px) {
  .pledge-check__board__scroller {
    max-height: 300px;
    padding: 20px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .pledge-check__board__scroller {
    max-height: 250px;
    padding: 20px 20px 20px 10px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
  }
}

.pledge-check__board__list {
  margin: 0;
  padding: 0 0 0 2em;
}

@media screen and (max-width: 768px) {
  .pledge-check__board__list {
    font-size: 15px;
  }
}

.pledge-check__board__item {
  line-height: 1.8;
}

.pledge-check__board__item + .pledge-check__board__item {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .download-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .download-links {
    margin: 30px 0;
  }
}

.download-links__button {
  display: block;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .download-links__button {
    width: 255px;
    line-height: 1.4;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .download-links__button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .download-links__button:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.download-links__button--essential {
  position: relative;
  background-color: #f1c0c0;
}

.download-links__button--essential:before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/pc/entry_agree_icon.png) no-repeat left top;
  background-size: 7px auto;
}

.download-links__button--essential__feature {
  color: #097c25;
}

@media screen and (min-width: 769px) {
  .download-links__button--essential__feature {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .download-links__button--essential__feature {
    font-size: 18px;
  }
}

.download-links__button--entry {
  position: relative;
  background-color: #c2dae6;
}

.download-links__button--entry:before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/pc/entry_agree_icon.png) no-repeat left top;
  background-size: 7px auto;
}

.download-links__button--entry__feature {
  color: #1f7092;
}

@media screen and (min-width: 769px) {
  .download-links__button--entry__feature {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .download-links__button--entry__feature {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .download-links__button__title {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .download-links__button + .download-links__button {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .download-links__button + .download-links__button {
    margin-top: 20px;
  }
}

.form-title {
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}

@media screen and (min-width: 769px) {
  .form-title {
    font-size: 25px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .form-title {
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .shop-title {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .shop-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .exception-note {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .exception-note {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.admin-message {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .admin-message {
    font-size: 15px;
  }
}

.entry-form-note {
  color: #dc3545;
}

@media screen and (max-width: 768px) {
  .entry-form-note {
    font-size: 15px;
    padding: 0 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .form-confirm-text {
    margin: 0 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .form-confirm-text {
    margin: 1em 2.5%;
  }
}

.entry-common-button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .entry-common-button {
    padding: 5px 30px 5px 15px;
    border: none;
    font-weight: bold;
    background-color: #e5e5e5;
  }
}

@media screen and (max-width: 768px) {
  .entry-common-button {
    left: 50%;
    margin-top: 15px;
    padding: 10px 25px;
    border: 1px solid #e0e1e1;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) {
  .entry-common-button:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 769px) {
  .entry-common-button:after {
    display: block;
    position: absolute;
    right: .8em;
    top: 50%;
    content: "▶";
    font-size: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .entry-common-button__arrow {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 8px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .shop-add-button {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    background-color: #e5e5e5;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .shop-add-button {
    width: 54.5px;
    height: 86.5px;
    text-indent: -10000px;
    border: none;
    background: url(../images/entry/sp/shop_add_button.png) no-repeat left top;
    background-size: 54.5px auto;
  }
}

@media screen and (min-width: 769px) {
  .shop-add-button:hover {
    opacity: .7;
  }
}

.policy-title {
  font-size: 17px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .policy-title {
    text-align: center;
  }
}

.submit-button,
.historyback-button {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background-color: none;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .submit-button,
  .historyback-button {
    display: inline-block;
    width: 395px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .submit-button,
  .historyback-button {
    display: block;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .submit-button:hover,
  .historyback-button:hover {
    opacity: .7;
  }
}

.submit-button:disabled,
.historyback-button:disabled {
  opacity: .5;
  cursor: default;
}

.submit-button {
  color: #a40035;
  background-color: #f1c0c0;
}

.submit-button:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/pc/entry_agree_icon.png) no-repeat left top;
  background-size: 10px auto;
}

@media screen and (min-width: 769px) {
  .submit-button--reverse {
    float: right;
    margin-left: 25px;
  }
}

.historyback-button {
  color: #1b1b1b;
  background-color: #e5e5e5;
}

.historyback-button:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/pc/entry_disagree_icon.png) no-repeat left top;
  background-size: 10px auto;
}

@media screen and (min-width: 769px) {
  .historyback-button--reverse {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .historyback-button--reverse {
    margin-top: 20px;
  }
}

.entry-pdf-button {
  display: block;
  margin: 0 auto;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background-color: #c2dae6;
}

@media screen and (min-width: 769px) {
  .entry-pdf-button {
    width: 395px;
    line-height: 1.4;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .entry-pdf-button {
    max-width: 400px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .entry-pdf-button:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.entry-pdf-button__title {
  display: block;
}

.entry-pdf-button__feature {
  color: #1f7092;
}

@media screen and (min-width: 769px) {
  .entry-pdf-button__feature {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .entry-pdf-button__feature {
    font-size: 18px;
  }
}

.input-form.t_list_disabled th{opacity: 0.3;}
.input-form.t_list_disabled th:before {
    content:'\e14b'; margin-right:6px; vertical-align: middle;
	font-size:22px; line-height: 22px; margin-left: -5px; margin-top: -2px!important;
    font-family: "Material Icons";
}
.input-form.t_list_disabled td{opacity: 0.4;}
