@charset "UTF-8";
.p-logo__link.p-logo__link--sgh,
.p-logo__link.p-logo__link--sagawa {
  outline: none !important;
}
@media all and (-ms-high-contrast: none) {
  body {
    min-width: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .p-copyright {
    font-size: 1.0rem;
  }
}
.c-input,
.c-select__input {
  font-size: 1.6rem;
}
::placeholder {
  font-size: 1.4rem;
}
table span {
  word-break: break-all;
}
span.mailAddress {
  word-break: break-all;
}
span.mailAddress1 {
  word-break: break-all;
}
input:-webkit-autofill.is_error,
input:-webkit-autofill.is_error:hover,
input:-webkit-autofill.is_error:focus,
input:-webkit-autofill.is_error:active {
  -webkit-box-shadow: 0 0 0 30px #fed5d5 inset !important;
}
input:-webkit-autofill.is_error_alias,
input:-webkit-autofill.is_error_alias:hover,
input:-webkit-autofill.is_error_alias:focus,
input:-webkit-autofill.is_error_alias:active {
  -webkit-box-shadow: 0 0 0 30px #fed5d5 inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f7f5f7 inset !important;
}
section .p-step .p-step__item.p-step6 {
  width: 140px;
  margin-right: 25px;
}
section .p-title__hd span {
  display: inline-block;
}
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo,  "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
button {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo,  "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font: inherit;
}
input[type="radio"] {
  width: 8.2px;
}
.p-term:first-of-type {
  padding: 0px;
}
.c-section__inner.button {
  padding: 40px 16px 0;
}
.p-list--link__link:not([target='_blank'])::before {
  top: 5px;
  background-image: url(web/img/common/ico_external.svg);
}
.p-list--link__link[target='_blank']::before {
  top: 5px;
  width: 8px;
  height: 9px;
  background-image: url(web/img/common/ico_external.svg);
  background-size: 8px 9px;
}
.p-list--button__item:not(:first-child) {
  margin-top: 20px;
}
.notes.rice span,
.notes.dots span {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: initial;
}
.notes.rice span:before {
  content: '\203B';
}
.notes.dots span:before {
  content: '・';
}
.iOS12Error {
  font-size: 1.4rem;
  background-color: #ffc0cb;
  color: #b81212;
  padding: 5px 16px;
  border-radius: 2px;
  word-break: keep-all;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .p-term__txt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .p-title__hd {
    margin: 5px auto;
  }
  .u-min-height {
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .c-section__inner .p-term__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: initial;
    margin-bottom: 0px;
  }
  .p-list--button__item:not(:first-child) {
    margin-top: 20px;
  }
  
  .notes.rice.lead span,
  .notes.dots.lead span {
    margin-left: unset;
    text-indent: unset;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: initial;
  }
  .notes.rice.lead span:before {
    content: none;
  }
  .notes.dots.lead span:before {
    content: none;
  }
  .u-min-height {
    min-height: 160px;
  }
  .p-fnav__list {
    flex-direction: column;
  }
  .p-title__hd {
    word-break: keep-all;
  }
  .p-title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.horizontal-solid {
  border-style: solid;
}
h3.c-hd--03 {
  padding: 15px 0;
  border-bottom: 1px dotted #dfdfdf;
  border-top: 1px solid #dedede;
  margin-bottom: 20px;
  margin-top: 20px;
}
h3.c-hd--03:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  h3.c-hd--03 {
    font-size: 1.6rem;
  }
  .p-caution__txt {
    font-size: 1.4rem;
  }
}
.step_area {
  
}
.step_area .step-guide {
  vertical-align: top;
  width: 100px;
  text-align: center;
  height: 40px;
}
.step_area .step-number {
  display: block;
  background-color: #3b499f;
  border-radius: 1em 1em 1em 1em / 50% 50% 50% 50%;
  color: #fff;
  padding: 8px 25px 8px;
  text-align: center;
  word-break: keep-all;
  vertical-align: baseline;
}
.step_area .step-text {
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.step_area .step-arrow {
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .step_area .step-number {
    font-size: 1.4rem;
  }
  .step_area .step-text {
    padding-top: 3px;
    font-size: 1.4rem;
  }
}
