@charset "UTF-8";
/* -------------------------------------


  Responsive Design.
  for Multi-device.


---------------------------------------- */
/* ------------------------------------------------------

  project theme

--------------------------------------------------------- */
/* ------------------------------------------------------
  layout frame
--------------------------------------------------------- */

.frame-wrapper {
  background-color: #fff;
}
.frame-wrapper .frame-header {
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}
.frame-wrapper .frame-main .frame-body {
  background-color: #f7f7f4;
}
.frame-wrapper .frame-main .frame-body.is-border-top {
  border-top: 2px solid #ea0001;
}
.frame-wrapper .frame-footer {
  margin-top: 10px;
  border-top: 1px solid #f1f0ec;
}

@media print, screen and (min-width: 769px) {
  .frame-wrapper {
    min-width: 1024px;
  }
  .frame-wrapper .frame-main .frame-body {
    margin: 0 10px;
  }
  .frame-wrapper .frame-main .frame-body .frame-body__inr {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 30px 70px;
  }
  .frame-wrapper .frame-footer {
    padding: 23px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .frame-wrapper {
    overflow: hidden;
    min-width: 320px;
  }
  .frame-wrapper .frame-main .frame-body .frame-body__inr {
    padding: 20px 0 38px;
  }
  .frame-wrapper .frame-footer {
    padding: 17px 20px 90px;
  }
}
/* ------------------------------------------------------
  theme module - top
--------------------------------------------------------- */
.mod-top-notice li {
  border-bottom: 1px dashed #aaa;
}
.mod-top-notice li:first-child {
  padding-top: 0;
}
.mod-top-notice h2, .mod-top-notice a {
  font-weight: 700;
}
.mod-top-notice .mod-top-notice__trg {
  text-decoration: none;
}
.mod-top-notice .mod-top-notice__txt {
  padding-top: 4px;
  color: #444;
}

@media only screen and (max-width: 768px) {
  .mod-top-notice {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 26px 17px 20px;
    border-top: 2px solid #f3f3f3;
  }
  .mod-top-notice li {
    padding: 12px;
    line-height: 1.6;
  }
  .mod-top-notice .mod-top-notice__trg {
    display: block;
    position: relative;
    padding-right: 30px;
    line-height: 1.6;
  }
  .mod-top-notice .mod-icon-display {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-top-notice {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 54px 45px 38px 89px;
    border: 4px solid #f3f3f3;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mod-top-notice li {
    padding: 10px;
    line-height: 1.4;
  }
  .mod-top-notice .mod-top-notice__ttl {
    width: 12.3%;
    min-width: 90px;
  }
  .mod-top-notice .mod-top-notice__list {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .mod-top-notice .mod-top-notice__trg:hover {
    text-decoration: underline;
  }
}

/* ------------------------------------------------------
  theme module - global
--------------------------------------------------------- */

/* header content */
.mod-header .mod-header__logo {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ea0001;
  text-decoration: none;
}
.mod-header .mod-header__logo a {
  display: inline-block;
}
.mod-header .mod-header__logo__text {
  line-height: 1.4;
  vertical-align: middle;
}
.mod-header .mod-header__menu-pc {
  background-color: #f7f7f4;
  font-size: 13px;
  font-size: 1.3rem;
}
.mod-header .mod-header__menu-pc a {
  color: #444;
}
.mod-header .mod-header__pre {
  white-space: pre-wrap;
}

/* footer content */
.mod-footer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.mod-footer .mod-footer__contact {
  margin-right: 20px;
}
.mod-footer .mod-footer__terms {
  margin-right: 20px;
}

/* smp headmenu */
.mod-menu-smp {
  display: none;
}
.mod-header .mod-menu-smp__navGroupName{
  display: none;
}

@media only screen and (max-width: 768px) {
  /* header content */
  .mod-header {
    position: relative;
  }
  .mod-header .mod-header__logo {
    padding: 18px 0 5px 19px;
  }
  .mod-header .mod-header__logo__text {
    display: block;
    padding-right: 10px;
    text-align: right;
  }
  .mod-header .mod-header__menu-pc {
    display: none;
  }
  .mod-header .mod-header__menu-pcGroupName {
    display: none;
  }
  .mod-header .mod-header__menu-btn-smp {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 4;
    width: 56px;
    height: 46px;
    margin-right: 0 !important;
    padding: 31px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Roboto";
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    line-height: 1;
  }
  .mod-header .mod-header__menu-btn-smp .mod-header__menu-btn-smp__line {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 13px;
    width: 30px;
    height: 2px;
    background-color: #444;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .mod-header .mod-header__menu-btn-smp .mod-header__menu-btn-smp__line:before, .mod-header .mod-header__menu-btn-smp .mod-header__menu-btn-smp__line:after {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #444;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mod-header .mod-header__menu-btn-smp .mod-header__menu-btn-smp__line:before {
    top: -8px;
  }
  .mod-header .mod-header__menu-btn-smp .mod-header__menu-btn-smp__line:after {
    top: 8px;
  }
  .mod-header .mod-header__menu-btn-smp.is-on .mod-header__menu-btn-smp__line {
    width: 0;
    height: 0;
  }
  .mod-header .mod-header__menu-btn-smp.is-on .mod-header__menu-btn-smp__line:before, .mod-header .mod-header__menu-btn-smp.is-on .mod-header__menu-btn-smp__line:after {
    top: 0;
    left: 0;
    width: 30px;
  }
  .mod-header .mod-header__menu-btn-smp.is-on .mod-header__menu-btn-smp__line:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mod-header .mod-header__menu-btn-smp.is-on .mod-header__menu-btn-smp__line:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* footer content */
  .mod-footer {
    text-align: center;
  }
  .mod-footer .mod-footer__copy {
    margin-bottom: 5px;
  }

  /* smp headmenu */
  .mod-menu-smp {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 57px 2px 20px;
    background: #ea0001;
  }
  .mod-header .mod-menu-smp__navGroupName {
    display: block;
    padding: 0 10px 5px 0;
    font-weight: 500; 
    text-align: right;
  }
  .mod-menu-smp .mod-menu-smp__nav li {
    margin-bottom: 2px;
    background-color: #fff;
  }
  .mod-menu-smp .mod-menu-smp__nav a {
    display: block;
    position: relative;
    padding-left: 30px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 80px;
    text-decoration: none;
  }
  .mod-menu-smp .mod-menu-smp__nav a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 17px;
    height: 17px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 769px) {
  /* header content */
  .mod-header {
    max-width: 1280px;
    margin: 0 auto;
  }
  .mod-header:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-header .mod-header__logo {
    float: left;
    margin: 20px 0 20px 14px;
  }
  .mod-header .mod-header__logo a {
    margin-right: 21px;
    vertical-align: middle;
  }
  .mod-header .mod-header__logo__text {
    display: inline-block;
  }
  .mod-header .mod-header__menu-pc {
    float: right;
    padding: 0 40px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
    line-height: 45px;
  }
  .mod-header .mod-header__menu-pc:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-header .mod-header__menu-pc li {
    float: left;
  }
  .mod-header .mod-header__menu-pc li:not(:first-child) {
    margin-left: 30px;
  }
  .mod-header .mod-header__menu-pcGroupName{
    font-size: 30px; 
    font-weight: 500; 
    text-align: right;
    padding: 45px 10px 0 0;
  }
  .mod-header .mod-header__menu-btn-smp {
    display: none;
  }

  /* footer content */
  .mod-footer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .mod-footer:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-footer .mod-footer__copy {
    float: right;
  }
  .mod-footer .mod-footer__contact,
  .mod-footer .mod-footer__terms {
    float: left;
  }

  /* smp headmenu */
  .mod-menu-smp {
    display: none !important;
  }
}
/* ------------------------------------------------------
  theme module - 2nd grobal
--------------------------------------------------------- */
/* general */
.mod-base-table {
  line-height: 1.4;
  /* required */
}
.mod-base-table th {
  font-weight: 500;
}
.mod-base-table td {
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-base-table th.is-required, .mod-base-table td.is-required {
  position: relative;
}
.mod-base-table th.is-required:after, .mod-base-table td.is-required:after {
  content: "必須";
  display: inline-block;
  min-width: 43px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  background-color: #ea0001;
  color: #fff;
}

/* txt */
.mod-head-txt-strong {
  color: #ea0001;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.mod-head-txt-strong:not(:last-child) {
  margin-bottom: 20px;
}

.mod-login {
  background-color: #ea0001;
  background-image: radial-gradient(#f15758 7%, rgba(0, 0, 0, 0) 14%), radial-gradient(#f15758 7%, rgba(0, 0, 0, 0) 14%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
}
.mod-login.is-webview {
  background-color:white;
  background-image:none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mod-login .mod-login__lead {
  color: #fff;
  font-weight: 700;
}
.mod-login .mod-login__lead a {
  color: #fff;
}
.mod-login .mod-login__lead a::after {
  background-image: url("../images/icon_arrow_white_r.svg");
}
.mod-login .mod-login__box {
  background-color: #fff;
}
.mod-login .mod-login__form-title {
  margin-bottom: 15px;
  color: #ea0001;
  font-weight: 500;
}
.mod-login .mod-login__input .mod-login__label {
  font-weight: 500;
}
.mod-login .mod-login__input input {
  width: 100%;
}
.mod-login__error {
  padding: 7px;
  border: 1px solid #ea0001;
  background-color: #fff2f2;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ea0001;
  font-weight: 500;
  line-height: 1.45;
}
.mod-login input.is-error {
  background-color: #fff2f2;
  border-color: #ea0001;
}
@media only screen and (max-width: 768px) {
  .mod-login {
    padding: 15px 10px 10px;
  }
  .mod-login .mod-login__lead {
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 1.7;
  }
  .mod-login .mod-login__box {
    padding: 25px 15px 20px;
  }
  .mod-login .mod-login__logo {
    display: none;
  }
  .mod-login .mod-login__input {
    margin-bottom: 25px;
  }
  .mod-login .mod-login__input li {
    margin-bottom: 15px;
  }
  .mod-login .mod-login__input .mod-login__label {
    margin-bottom: 7px;
  }
  .mod-login .mod-login__social {
    margin: 20px 0 25px;
    text-align: center;
  }
  .mod-login .mod-login__social li {
    margin-bottom: 10px;
  }
  .mod-login .mod-login__link li {
    margin-top: 10px;
  }
  .mod-login__error {
    margin: -14px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-login {
    padding: 35px 20px 40px;
  }
  .mod-login .mod-login__inr {
    max-width: 800px;
    margin: 0 auto;
  }
  .mod-login .mod-login__lead {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.85;
  }
  .mod-login .mod-login__lead a {
    margin-left: 10px;
  }
  .mod-login .mod-login__box {
    padding: 10px;
  }
  .mod-login .mod-login__logo {
    float: left;
    padding-top: 125px;
    width: 240px;
    text-align: center;
  }
  .mod-login .mod-login__box-inr {
    overflow: hidden;
    background-color: #f7f7f4;
    padding: 35px 25px 15px;
  }
  .mod-login form {
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d7cd;
    padding: 0 0 25px 15px;
  }
  .mod-login .mod-login__input {
    margin-bottom: 15px;
  }
  .mod-login .mod-login__input  li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .mod-login .mod-login__input input {
    border-color: #ddd;
  }
  .mod-login .mod-login__input .mod-login__label {
    width: 110px;
    flex-shrink: 0;
  }
  .mod-login .mod-login__social {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .mod-login .mod-login__link li {
    margin-top: 5px;
  }
  .mod-login__error {
    margin: -8px 0 15px;
  }
}

.mod-signup-link {
  background-color: #f7f7f4;
}
.mod-signup-link .mod-signup-link__label {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .mod-signup-link {
    padding: 25px 10px;
    text-align: center;
  }
  .mod-signup-link .mod-signup-link__label {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-signup-link {
    margin: 10px;
    padding: 22px 20px;
  }
  .mod-signup-link .mod-signup-link__inr {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mod-signup-link .mod-signup-link__label {
    font-size: 1.8rem;
  }
}

.mod-top-info {
  font-size: 1.4rem;
  line-height: 1.4;
}
.mod-top-info .mod-top-info__section {
  border-bottom: 1px dashed #aaa;
}
.mod-top-info .mod-top-info__news li + li {
  border-top: 1px dashed #aaa;
}
.mod-top-info .mod-top-info__news li.is-new {
  position: relative;
}
.mod-top-info .mod-top-info__news li.is-new::before {
  content: "新着";
  position: absolute;
  top: 12px;
  left: -48px;
  border-radius: 12px;
  background-color: #ea0001;
  color: #fff;
  font-weight: 700;
}
.mod-top-info .mod-top-info__news a {
  font-weight: 700;
}
.mod-top-info .mod-top-info__ttl {
  font-weight: 700;
}
.mod-top-info .mod-top-info__trg {
  text-decoration: none;
}
.mod-top-info .mod-top-info__txt {
  padding-top: 4px;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .mod-top-info {
    padding: 26px 17px 20px;
    border-top: 2px solid #f3f3f3;
  }
  .mod-top-info .mod-top-info__section {
    padding: 10px 0;
  }
  .mod-top-info .mod-top-info__news {
    padding-left: 48px;
  }
  .mod-top-info .mod-top-info__news li {
    padding: 12px 34px 12px 4px;
  }
  .mod-top-info .mod-top-info__news li.is-new::before {
    padding: 3px 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .mod-top-info .mod-top-info__ttl {
    font-size: 1.5rem;
  }
  .mod-top-info .mod-top-info__trg {
    display: block;
    position: relative;
  }
  .mod-top-info .mod-icon-display {
    position: absolute;
    top: 0;
    right: -34px;
  }
  .mod-top-info .mod-top-info__link-list li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-top-info {
    margin: 50px 20px;
  }
  .mod-top-info .mod-top-info__section {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
  .mod-top-info .mod-top-info__news {
    padding: 5px 0;
  }
  .mod-top-info .mod-top-info__news li {
    padding: 10px;
  }
  .mod-top-info .mod-top-info__news li.is-new::before {
    padding: 4px 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-top-info .mod-top-info__ttl {
    width: 20%;
    padding: 17px 0;
  }
  .mod-top-info .mod-top-info__content {
    width: 80%;
  }
  .mod-top-info .mod-top-info__trg:hover {
    text-decoration: underline;
  }
  .mod-top-info .mod-top-info__link-list {
    padding: 17px 0;
  }
  .mod-top-info .mod-top-info__link-list li {
    display: inline-block;
    margin-right: 30px;
  }
}

/* main content */

.mod-signup-head {
  position: relative;
  background: url(../images/pre_signup_bg.png) no-repeat;
}
.mod-signup-head .mod-signup-head__ttl {
  background: url(../images/pre_icon_singup.svg) no-repeat;
  color: #ea0001;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.mod-signup-head .mod-signup-head__lead {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
}
.mod-signup-head .mod-signup-head__unavailable {
  color: #ea0001;
  font-size: 1.4rem;
}
.mod-signup-head .mod-signup-head__step {
  position: relative;
  display: inline-block;
  border: 1px solid #ea0001;
  border-radius: 50%;
  text-align: center;
  color: #ea0001;
}
.mod-signup-head .mod-signup-head__step.is-current {
  color: #fff;
}
.mod-signup-head .mod-signup-head__step.is-current::before {
  content: "";
  position: absolute;
  background: url(../images/pre_step_bg.svg) no-repeat 0 0;
  background-size: contain;
}
.mod-signup-head .mod-signup-head__step.is-current > * {
  position: relative;
}
.mod-signup-head .mod-signup-head__step-num {
  font-weight: 700;
}
.mod-signup-head .mod-signup-head__step-ttl {
  letter-spacing: 0.1em;
}
.mod-signup-head .mod-signup-head__step li {
  display: inline-block;
  font-weight: 500;
}
.mod-signup-head .mod-signup-head__step li + li {
  position: relative;
  margin-left: 20px;
}
.mod-signup-head .mod-signup-head__step li + li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ea0001;
  border-right: 1px solid #ea0001;
  transform: rotate(45deg);
}
.mod-signup-head .mod-signup-head__step.is-current li + li::before {
  border-color: #fff;
}
.mod-signup-head .mod-signup-head__step li.is-current {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.mod-tab-box .mod-tab-box__radio {
  display: none;
}
.mod-tab-box .mod-tab-box__tab {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f7f4;
  padding: 10px;
  color: #ea0001;
  font-weight:  700;
  transition: all 0.5s;
  cursor: pointer;
}
.mod-tab-box .mod-tab-box__tab:hover {
  opacity: 0.6;
}
.mod-tab-box .mod-tab-box__radio:checked + .mod-tab-box__tab {
  background-color: #ea0001;
  color: #fff;
  opacity: 1;
}
.mod-tab-box .mod-tab-box__radio:checked + .mod-tab-box__tab::after {
  content: "";
  position: absolute;
  right: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.mod-tab-box .mod-tab-box__body {
  clear: both;
}
.mod-tab-box .mod-tab-box__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.mod-tab-box #tab1:checked ~ .mod-tab-box__body #tab-content1,
.mod-tab-box #tab2:checked ~ .mod-tab-box__body #tab-content2 {
  height: auto;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .mod-tab-box .mod-tab-box__tab {
    width: 50%;
    height: 70px;
    font-size: 1.4rem;
  }
  .mod-tab-box .mod-tab-box__radio:checked + .mod-tab-box__tab::after {
    bottom: 3px;
  }
  .mod-tab-box .mod-tab-box__body {
    border: 3px solid #ea0001;
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-tab-box .mod-tab-box__tab {
    min-width: 320px;
    height: 80px;
  }
  .mod-tab-box .mod-tab-box__radio:checked + .mod-tab-box__tab::after {
    bottom: 10px;
  }
  .mod-tab-box .mod-tab-box__body {
    border: 5px solid #ea0001;
    padding: 45px 45px 35px;
  }
}

.mod-ymd-select .mod-ymd-select__mm {
  display: inline-block;
  margin-right: 30px;
}
.mod-ymd-select .mod-ymd-select__dd {
  display: inline-block;
}
.mod-ymd-select .mod-ymd-select__yy select {
  width: 140px;
}
.mod-ymd-select .mod-ymd-select__mm select,
.mod-ymd-select .mod-ymd-select__dd select {
  width: 90px;
}
.mod-ymd-select .mod-ymd-select__text {
  margin-left: 5px;
  vertical-align: -10px;
  font-size: 1.6rem;
}

.mod-text-box {
  border: 6px solid #f1f0ec;
  padding: 6px;
}
.mod-text-box .mod-text-box__inner {
  overflow-y: auto;
}
.mod-text-box .mod-text-box__inner::-webkit-scrollbar {
  background-color: #fff;
}
.mod-text-box .mod-text-box__inner::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 5px;
}
.mod-text-box .mod-text-box__inner::-webkit-scrollbar:vertical {
  width: 10px;
}

@media only screen and (max-width: 768px) {
  /* general */
  .mod-base-table {
    display: block;
    padding: 0 5px;
    /* required */
  }
  .mod-base-table thead, .mod-base-table tbody, .mod-base-table tr, .mod-base-table th, .mod-base-table td {
    display: block;
  }
  .mod-base-table tr {
    margin-bottom: 20px;
  }
  .mod-base-table th {
    padding: 8px 0;
    border-bottom: 1px solid #d9d7cd;
  }
  .mod-base-table td {
    padding: 16px 10px 10px;
  }
  .mod-base-table th.is-required:after, .mod-base-table td.is-required:after {
    position: absolute;
    right: 0;
  }

  .mod-box-gray.is-padding-l {
    padding: 30px 20px;
  }

  /* main content */
  .mod-signup-head {
    background-position: 50% 100%;
    background-size: 335px auto;
    padding: 30px 25px 70px;
    text-align: center;
  }
  .mod-signup-head .mod-signup-head__ttl {
    margin: 0 0 20px;
    padding: 60px 0 0;
    background-position: 50% 0;
    background-size: 36px auto;
    font-size: 3.8rem;
  }
  .mod-signup-head .mod-signup-head__lead {
    font-size: 2rem;
  }
  .mod-signup-head .mod-signup-head__steps {
    padding-top: 60px;
  }
  .mod-signup-head .mod-signup-head__step {
    margin: 0 -5px;
    width: 136px;
    height: 136px;
    padding-top: 20px;
  }
  .mod-signup-head .mod-signup-head__step.is-current::before {
    top: -56px;
    left: -8px;
    right: -8px;
    bottom: -12px;
  }
  .mod-signup-head .mod-signup-head__step-num {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .mod-signup-head .mod-signup-head__step-ttl {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  .mod-signup-head .mod-signup-head__step li {
    font-size: 1.4rem;
  }
  .mod-signup-head .mod-signup-head__step li + li::before {
    top: 4px;
    left: -18px;
  }

  .mod-ymd-select .mod-ymd-select__mm,
  .mod-ymd-select .mod-ymd-select__dd {
    margin-top: 12px;
  }

  .mod-text-box {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .mod-text-box .mod-text-box__inner {
    height: 200px;
    padding: 10px 10px 10px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  /* general */
  .mod-base-table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /* required */
  }
  .mod-base-table:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-base-table th, .mod-base-table td {
    position: relative;
    z-index: 1;
    min-width: 4em;
    word-break: break-all;
  }
  .mod-base-table th {
    z-index: 0;
    padding: 15px;
    background-color: #f7f7f4;
  }
  .mod-base-table td {
    padding: 14px 19px 12px 19px;
  }
  .mod-base-table th, .mod-base-table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .mod-base-table thead th, .mod-base-table thead td {
    border-bottom-width: 2px;
  }
  .mod-base-table th.is-required:after, .mod-base-table td.is-required:after {
    margin-left: 5px;
  }

  .mod-box-gray.is-padding-l {
    padding: 60px;
  }

  /* main content */
  .mod-signup-head {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 269px;
    background-position: 42% 100%;
    padding: 45px 540px 90px 100px;
  }
  .mod-signup-head .mod-signup-head__ttl {
    margin: 0 0 5px -80px;
    padding: 10px 0 20px 80px;
    background-position: 10px 0;
    font-size: 4.2rem;
  }
  .mod-signup-head .mod-signup-head__lead {
    font-size: 2.2rem;
  }
  .mod-signup-head .mod-signup-head__steps {
    position: absolute;
    top: 50px;
    right: 90px;
  }
  .mod-signup-head .mod-signup-head__step {
    margin: 0 -10px;
    width: 200px;
    height: 200px;
    padding-top: 35px;
  }
  .mod-signup-head .mod-signup-head__step.is-current::before {
    top: -86px;
    left: -14px;
    right: -13px;
    bottom: -16px;
  }
  .mod-signup-head .mod-signup-head__step-num {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .mod-signup-head .mod-signup-head__step-ttl {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .mod-signup-head .mod-signup-head__step li {
    font-size: 1.8rem;
  }
  .mod-signup-head .mod-signup-head__step li + li::before {
    top: 6px;
    left: -17px;
  }

  .mod-ymd-select .mod-ymd-select__yy {
    display: inline-block;
    margin-right: 30px;
  }

  .mod-text-box {
    font-size: 1.4rem;
    line-height: 2;
  }
  .mod-text-box .mod-text-box__inner {
    height: 236px;
    padding: 25px 40px;
  }

}

