@charset "UTF-8";
@font-face {
  font-family: "NotoSerifSC";
  font-weight: 400;
  src: local("NotoSerifSC-Regular"), url("/static/amazarashi/fonts/NotoSerifSC-Regular.otf") format("opentype");
}

body {
  background-color: #f5f5f5;
  font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
  color: #b20000;
}

a:hover {
  color: #ff0000;
}

.btn--main {
  font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #000;
  color: #f5f5f5;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}

.btn--main:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.btn--sub {
  font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background: t ransparent;
  color: #000;
}

.btn--sub:hover {
  color: #fff;
  background: #000;
}

.detail__btn a::before {
  border-color: #000;
}

.btn--chevron {
  color: #000;
}

.btn--chevron::after {
  border-color: #000;
}

.btn--chevron:hover {
  color: #000;
}

.btn--chevron:hover::after {
  border-color: #000;
}

.btn--chevron-left {
  color: #000;
}

.btn--chevron-left::after {
  border-color: #000;
}

.btn--chevron-left:hover {
  color: #000;
}

.btn--chevron-left:hover::after {
  border-color: #000;
}

header {
  padding: 2em 5% 0;
}

header h1 {
  width: 220px;
  margin: 20px auto 40px;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
  padding: 0 0 150px;
}

.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}

.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.5em;
}

.list--menu .list--notes li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  padding: 0;
  text-indent: 0;
}

.list--menu .list--notes li a::after {
  display: none;
}

/* long-holiday */
.block--holiday {
  border: 1px solid #000;
  padding: 25px;
  margin: 30px auto;
  border-radius: 5px;
}

/* SP VIEW */
@media screen and (max-width: 757px) {
  .block--holiday {
    padding: 25px 3%;
    margin: 20px auto;
  }
}

.section--cooperate .form--post dd {
  position: relative;
}

.section--cooperate .form--post dd .fa {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section--cooperate .form--post dd.item--readonly {
  font-size: 18px;
}

.section--cooperate .form--post dd.mail.form__checkbox {
  margin-top: 2em;
}

.section--cooperate .form--post dd.mail.form__checkbox label {
  cursor: pointer;
  font-size: 14px;
}

.section--cooperate .form--post dd.mail.form__checkbox label p:after {
  top: 47%;
}

.section--cooperate.done [class^="block--"] {
  margin-bottom: 50px;
}

.section--cooperate.done [class^="block--"] .block-tit {
  font-size: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}

.section--cooperate.done .form--confirm {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.section--cooperate.done .form--confirm dd {
  padding: 1em 2% 1em 2%;
  background: #eaeaea;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.section--cooperate.done .btn {
  margin-top: 30px;
}

body.mypage .block--attention {
  border: 1px solid #b20000;
  padding: 3.5%;
}

body.mypage .block--attention .btn {
  margin: 1em 0 0;
}

body.mypage .block--attention .rule {
  font-weight: bold;
  color: #b20000;
}

body.mypage .block--attention .btn--chevron {
  color: #b20000;
}

body.mypage .block--attention .btn--chevron::after {
  border-color: #b20000;
}

.svg-parts, .svg-symbol {
  display: none !important;
}

.block--card .mark {
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block--card .block--logo {
  width: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block--card .block--logo .apologies {
  margin-bottom: 5px;
}

.block--card .block--logo .sub {
  font-size: 10px;
  letter-spacing: .35em;
  font-family: "NotoSerifSC", serif;
}

.block--card .status {
  font-family: "NotoSerifSC", serif;
  position: absolute;
  bottom: 4%;
}

.block--notes {
  font-size: 13px;
  margin-bottom: 50px;
}

.block--notes dl {
  margin-bottom: 10px;
}

.block--notes dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.block--notes dd {
  padding-left: 1em;
}

.block--card {
  width: 367px;
  height: 231px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
  margin: -40px auto 30px;
  position: relative;
  overflow: hidden;
  text-align: right;
  background: #b9b9b9;
}

.block--card::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat url(/static/amazarashi/common/bg_spots.png);
  background-size: 110%;
}

.block--card .inner {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.block--card .inner .card {
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* footer */
footer .copyright {
  margin-bottom: 20px;
}

footer .txt span {
  display: inline-block;
  padding: 0 5px;
}

footer .txt span.icon {
  width: 60px;
  position: relative;
  top: 2px;
}

footer .txt a {
  font-size: 10px;
  color: #000;
}

footer .txt a::after {
  content: none !important;
}

/* PC VIEW */
@media screen and (min-width: 961px) {
  footer .txt span {
    border-right: 1px solid #000;
  }
  footer .txt span:last-child {
    border-right: 0;
  }
  footer .txt a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  footer .txt a:hover {
    opacity: .5;
  }
}

/* SP VIEW */
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 0 200px;
  }
  .block--card {
    width: 70%;
    height: 29.25vw;
  }
  footer .txt span {
    line-height: 1.8;
    display: block;
  }
  footer .txt span.icon {
    display: block;
    width: 16vw;
    margin: 0 auto;
    top: 0;
  }
}
/*# sourceMappingURL=mypage-service.css.map */