* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  color: #333;
  letter-spacing: -0.1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  text-decoration: none;
  color: #109ad7;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:focus {
  color: #109ad7;
}
ul,
ol {
  list-style: none;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
/**
 * 共通
 */
#app {
  height: 100%;
}
.hero .header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.hero .body .content-wrapper {
  margin-top: 155px;
}
.hero .body .content-wrapper .content {
  width: 1130px;
  margin: 0 auto;
  font-size: 15px;
}
.hero .body .content-wrapper .content .page-content {
  padding: 0 13px;
}
.hero .body .content-wrapper .content .page-title {
  color: #f64e83;
  font-size: 30px;
  border-bottom: dotted 1px #d9d9d9;
  padding: 0 13px 10px;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.hero .body .content-wrapper .content .two-column-wrapper {
  display: flex;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper {
  width: 200px;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul {
  position: sticky;
  top: 180px;
  font-size: 14px;
  width: 200px;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul li {
  margin-bottom: 1px;
  padding: 0;
  cursor: pointer;
  *zoom: 1;
  line-height: 0;
  vertical-align: bottom;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul li p {
  position: relative;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul li p a {
  position: relative;
  z-index: 2;
  border-left: solid 10px #ededed;
  background-image: linear-gradient(to right, #d7d7d7 50%, #f64e83 50%);
  padding: 16px 18px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  display: block 9;
  line-height: 1.2;
  font-size: 14px;
  zoom: 1;
  width: 100%;
  background-position: 0 0;
  background-size: 200% auto;
  transition: all 0.4s ease 0s;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul li p a:hover {
  cursor: pointer;
  background-position: -100% 0;
  color: #fff;
  border-left: solid 10px #ff99b9;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul .is-active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f64e83;
  position: absolute;
  right: -10px;
  top: 15px;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul .is-active {
  position: relative;
}
.hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper ul .is-active p a {
  background: #f64e83;
  color: #fff;
  border-left: solid 10px #ff99b9;
}
.hero .body .content-wrapper .content .two-column-wrapper .page-content-wrapper {
  width: 1000px;
  margin-left: 40px;
}
.hero .body .content-wrapper .content .two-column-wrapper .page-content-wrapper .page-content {
  padding: 0 15px;
}
.loading {
  background: url("/images/loading.gif") center no-repeat;
  height: 40px;
}
.btn-warning,
.btn-default,
.btn-primary {
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 490px;
  height: 60px;
  cursor: pointer;
}
/*    -webkit-transition all 0.3s
    -moz-transition all 0.3s
    -ms-transition all 0.3s
    -o-transition all 0.3s
    transition all 0.3s*/
.btn-primary {
  background: linear-gradient(#f64e83 50%, #f64e83 0);
  border: solid 2px #f64e83;
}
.btn-default {
  background: linear-gradient(#c6c6c6 50%, #bbb 0);
  border: solid 2px #ededed;
}
.btn-warning {
  background: linear-gradient(#ff9b25 50%, #ff7400 0);
  border: solid 2px #ffb563;
}
.btn-primary:hover,
.btn-default:hover,
.btn-warning:hover {
  opacity: 0.8;
/*
    -webkit-transition all 0.3s
    -moz-transition all 0.3s
    -ms-transition all 0.3s
    -o-transition all 0.3s
    transition all 0.3s
    */
}
.btn-alert-default,
.btn-alert-primary {
  border-radius: 5px !important;
  font-size: 13px !important;
  color: #fff !important;
  font-weight: bold !important;
  cursor: pointer !important;
}
.btn-alert-default :hover,
.btn-alert-primary :hover {
  opacity: 0.8 !important;
}
.btn-alert-default {
  background: linear-gradient(#c6c6c6 50%, #bbb 0) !important;
  border: solid 2px #ededed !important;
}
.btn-alert-primary {
  background: linear-gradient(#f64e83 50%, #f60c56 0) !important;
  border: solid 2px #f7a3ad !important;
}
button:disabled {
  cursor: not-allowed;
}
button.small {
  font-size: 14px;
  width: 150px;
  height: 40px;
}
button.mini {
  font-size: 13px;
  width: 80px;
  height: 25px;
}
.medium-headline {
  background: url("/images/bg_h301.jpg") left top no-repeat;
  background-size: 100% 37px;
  padding: 0 0 0 10px;
  height: 37px;
  line-height: 37px;
  margin: 0 0 15px;
  color: #f64e83;
  font-weight: bold;
}
.mypage-content {
  margin: 0 15px;
  font-size: 15px;
}
.field:last-child {
  margin-bottom: 0;
}
.field {
  margin-bottom: 20px;
}
.field .label {
  font-size: 17px;
  border-left: solid 3px #f64e83;
  padding-left: 10px;
}
.field .confirm-label,
.field .is-show-example {
  display: block;
}
.input-text {
  width: 100%;
  height: 30px;
  padding: 5px;
  font-size: 13px;
  margin-top: 10px;
}
.input-text-area {
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 13px;
  margin-top: 10px;
}
.input-example {
  margin-top: 5px;
  color: #666;
}
.validation-error {
  color: #f00;
  margin-top: 10px;
}
dl dt,
dl dd {
  margin-bottom: 10px;
  word-wrap: break-word;
}
dl dt:last-of-type,
dl dd:last-of-type {
  margin-bottom: 0;
}
.modal-content h1 {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.modal .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .modal-footer button {
  width: 100%;
  margin-bottom: 7px;
}
.modal .modal-footer button:last-child {
  margin-bottom: 0;
}
.el-pagination button:disabled {
  cursor: auto !important;
}
.mypage-content-wrapper:last-child {
  margin-bottom: 0;
}
.mypage-content-wrapper {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 20px;
}
.mypage-content-wrapper .subtitle-row {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.mypage-content-wrapper .subtitle {
  border-left: 10px solid #f64e83;
  padding-left: 5px;
}
.description-content {
  margin-left: 10px;
}
/**
 * SP
 */
@media screen and (max-width: 896px) {
  html,
  body {
    min-width: auto;
  }
  .hero .body .content-wrapper {
    margin-top: 96px;
  }
  .hero .body .content-wrapper .content {
    width: 100%;
    font-size: 13px;
  }
  .hero .body .content-wrapper .content .page-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero .body .content-wrapper .content .two-column-wrapper .content-side-wrapper {
    display: none;
  }
  .hero .body .content-wrapper .content .two-column-wrapper .page-content-wrapper {
    margin: 0;
    width: 100%;
  }
  .btn-warning,
  .btn-default,
  .btn-primary {
    width: 100%;
  }
  .el-message-box {
    width: 80% !important;
  }
  .input-text {
    width: 100%;
  }
  .input-text-area {
    width: 100%;
    height: 150px;
  }
  .mypage-content {
    font-size: 13px;
  }
}

