/*common display star*/
.ds-flex-baseline {
  display: flex;
  align-items: baseline;
}

.ds-flex-bl-between {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.ds-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-flex-bt-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ds-flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-direc-col {
  flex-direction: column;
}

/*common display end*/

/*common fontSzie start*/
.fz-24-lh-36 {
  font-size: 24px;
  line-height: 36px;
}

.fz-22-lh-33 {
  font-size: 22px;
  line-height: 33px;
}

.fz-20-lh-30 {
  font-size: 20px;
  line-height: 30px;
}

.fz-18-lh-25 {
  font-size: 18px;
  line-height: 25px;
}

.fz-18-lh-27 {
  font-size: 18px;
  line-height: 27px;
}

.bold {
  font-weight: bold;
}

.comment {
  font-size: 14px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

/*common fontSzie end*/

/* text line through*/
.line-through {
  text-decoration: line-through;
}

/* text line through end */

/* common color */
.color-e62000 {
  color: #E62000;
}

/* common color end*/

/*common Label start*/
.Label-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  border: 1px solid #D0D0D0;
}

.Label-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  padding: 15px 0;
  background: #CCEAE0;
}

.Label-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  padding: 15px 0;
  background: #FEF2F4;
}

/*common Label end*/

/*common Button start*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  opacity: 1;
  border: 1px solid #34A078;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 20px center / 15px auto;
  font-size: 16px;
  font-weight: 600;
}

.btn01:hover {
  background: #E5F5EF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 20px center / 15px auto;
  opacity: 1;
}



.btn01-red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  opacity: 1;
  border: 1px solid #E60020;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-red.png) no-repeat 27px center / 15px auto;
  font-size: 16px;
  font-weight: 600;
  color: #E60020;
}

.btn01-red:hover {
  opacity: .6;
  color: #E60020;
}

.Btn_back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  opacity: 1;
  border: 1px solid #949494;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-left-green.png) no-repeat 27px center / 15px auto;
}

.Btn_back:hover {
  background: #E5F5EF url(../../img/common/button/ico-arrow-double-left-green.png) no-repeat 27px center / 15px auto;
}

.small-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 34px;
  opacity: 1;
  border: 1px solid #34A078;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 15px center / 15px auto;
}

.small-button:hover {
  background: #E5F5EF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 15px center / 15px auto;
}

.small-button-inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 32px;
  opacity: 1;
  border: 1px solid #949494;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-grey.png) no-repeat 15px center / 15px auto;
  color: #949494;
}

.x-small-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 26px;
  opacity: 1;
  border: 1px solid #34A078;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 10px center / 15px auto;
  padding-left: 20px;
  font-size: 14px;
  line-height: 19px;
  box-sizing: content-box;
  font-size: 14px; 
  line-height: 24px;
  font-variant: normal;
}

.x-small-button:hover {
  background: #E5F5EF url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 10px center / 15px auto;
}

.x-small-button-inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 27px;
  opacity: 1;
  border: 1px solid #949494;
  border-radius: 500px;
  background: #FFFFFF url(../../img/common/button/ico-arrow-double-right-grey.png) no-repeat 10px center / 15px auto;
  color: #949494;
  padding-left: 20px;
}



.Btn-CV {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 58px;
  opacity: 1;
  border-radius: 500px;
  background: #34A078 url(../../img/common/button/ico-arrow-double-right-white.png) no-repeat 27px center /15px auto;
  color: #FFFFFF;
  font-size: 18px;
}

.Btn-CV:hover {
  opacity: 0.6;
  color: #FFFFFF;
}

/*common Button end*/

/*Tab-top Tab-bottom*/
.main-tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main-tab .no-hover-effect:hover {
  opacity: 1;
  transition: none;
}

.main-tab .tabs-container {
  display: flex;
  justify-content: space-between;
}

.main-tab .main-tab-top .tab {
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 1px solid #51BA97;
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  flex: 1;
  margin-right: 8px;
  text-align: left;
  font-variant: normal; 
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #000000;
  opacity: 1;
}

.main-tab .main-tab-top .tab:last-child {
  margin-right: 0;
  position: relative;
}


.main-tab .tab-icon-campaign-tip-top {
  width: 44px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: 8px;
}

.main-tab .tab-icon-campaign-tip-bottom {
  width: 44px;
  height: 24px;
  position: absolute;
  top: 42px;
  left: 8px;
}

.main-tab .main-tab-bottom .tab {

  align-items: center;
  justify-content: center;
  height: 54px;
  border: 1px solid #51BA97;
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  flex: 1;
  margin-right: 8px;
  text-align: left;
  font-variant: normal; 
  font-size: 16px;
  line-height: 26px;

  letter-spacing: 0.8px;
  color: #000000;
  opacity: 1;
}

.main-tab .main-tab-bottom .tab:last-child {
  margin-right: 0;
  position: relative;
}

.main-tab .tab-icon {
  margin-right: 8px;
  max-width: 24px;
  max-height: 24px;
}

.main-tab .tab-line {
  height: 2px;
  background-color: #51BA97;
  width: 100%;
}

.main-tab .active {
  background: #E5F5EF !important;
  border: 1px solid #51BA97 !important;
}

.main-tab .tab:hover {
  color: #34A078 !important;
  background: #E5F5EF !important;
  border: 1px solid #51BA97 !important;
}

/*Tab-top Tab-bottom end*/

/* common Column-full */
.Column-full {
  width: 100%;
  background-color: #F8F8F8;
}

/* common Column-full end*/

/* H1-01 */
.H1-01 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.H1-01 h1 {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
}

/* H1-01 END*/

/*L-01 */
.L-01 {
  width: 760px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.H2-01 {
  width: 100%;
  height: 60px;
  background: #E5F5EF;
  display: flex;
}

.H2-01 .title-piece {
  width: 84px;
  height: 30px;
  background: #34A078;
  opacity: 1;
  margin: 15px 14px 15px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.H2-01 .title-piece-text {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;

  color: #FFFFFF;
  opacity: 1;
}

.L-01 .block-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.L-01 .Thumbnails {
  flex: 1;
}

.Thumbnail-01 {
  display: flex;
  max-width: 364px;
  height: 80px;
  margin-top: 16px;
  padding-right: 16px;
}

.Thumbnail-01:first-child {
  margin-top: 0;
}

.Thumbnail-01 .item-image {
  width: 80px;
  height: 80px;
  max-width: 80px;
  margin: 0px 16px 16px 0px;
}

.Thumbnail-01 .item-title {
  text-align: left;
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
  opacity: 1;
  font-weight: 600;
}

.Thumbnail-01 .item-count {
  text-align: left;
  font-size: 14px;
  color: #000000;
  opacity: 1;
  display: flex;
}

.Thumbnail-01 .item-count p {
  margin: 16px 15px 0 0;
}

.Column-half {
  flex: 1;
  display: flex;
  justify-content: end;
}

.Column-half .summary-detail {
  background-color: #F8F8F8;
  width: 364px;
  height: 220px;
}

.Column-half .summary-detail-block {
  padding: 24px;
}

.Column-half .detail-lines {
  margin-bottom: 24px;
}

.Column-half .detail-single-line {
  display: flex;
  margin-top: 0;
  margin-bottom: 16px;
}

.Column-half .detail-title {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  opacity: 1;
  font-weight: 700;
  flex: 4;
}

.Column-half .detail-contents {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  opacity: 1;
  flex: 6;
}

.Column-half .detail-info {
  background-color: #ffffff;
  width: 316px;
  height: 44px;
}

.Column-half .detail-info-text {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  opacity: 1;
  font-weight: 700;
}

.L-01 .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.Text-note {
  display: flex;
  font-size: 14px;
}

.L-01 .Text-note {
  max-width: 364px;
}

/*L-01 end*/

/*L-02 start*/
.H3-01 {
  display: flex;
  justify-content: center;
}

.H3-01 h3 {
  padding: 0 25px;
  text-align: center;
  background: linear-gradient(to bottom, #FFFFFF 50%, #CCEAE0 50%);
}

.change-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding-left: 16px;
  padding-right: 8px;
  background: #F8F8F8;
  border-left: 2px solid #969696;
}

.H4-01 {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #999999;
}

.H4-01 h4 {
  display: flex;
  align-items: center;
}

.mar-t24 {
  margin-top: 24px;
}

.mar-b64 {
  margin-bottom: 64px;
}

/*L-02 end*/

/*L-03*/
.L-03-Text-error {
  margin-top: 16px;
}

.L-03 .Column-full {
  margin-top: 32px;
}

.L-03 .Column-full h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.L-03 .Text-normal {
  margin-top: 16px;
}

/*L-03 end*/

/*L-04*/
.L-04 {
  width: 760px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.L-04 .block-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.L-04 .img-01 {
  flex: 1;
}

.L-04 .img-01 img {
  width: 364px;
}

.L-04 .text-area {
  flex: 1;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.L-04 .Text-bold {
  width: 364px;
}

.L-04 .Text-normal {
  width: 364px;
  margin-top: 16px;
}

.L-04 .Text-bold p {
  font-size: 16px;
  font-weight: 600;
}

.L-04 .Text-normal p {
  font-size: 16px;
  font-weight: 300;
}

.L-04 .buttons {
  margin-top: 24px;
  display: flex;
  justify-content: end;
}

/*L-04 end*/

/*Column-full*/
.Column-full {
  width: 760px;
  /* height: 673px; */
  background-color: #F8F8F8;
  padding: 32px;
}

.H4-03 {
  display: flex;
  justify-content: center;
}

.H4-03 .SP-H2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.Column-full .H5-01 {
  margin-top: 32px;
}

.Column-full .Text-normal {
  width: 100%;
  margin-top: 24px;
}

.Column-full .Text-list {
  margin-top: 16px;
}

.Column-full .Text-list li {
  position: relative;
  padding-left: 16px;
}


.Column-full .Text-list li a {
  text-decoration: underline;
}


.Column-full .Text-list li::before {
  content: '・';
  font-size: 1em;
  color: #000000;
  position: absolute;
  left: 8px;
  top: 0px;
}

.Column-full .Text-note-area {
  margin-top: 16px;
}

.Column-full .Text-note {
  margin-top: 8px;
}

.Column-full .btn-area {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

.Column-full .bnr-area {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  column-gap: 32px;

}

/*Column-full end*/

/*L-05*/
.L-05 {
  width: 760px;
  margin-top: 64px;
}

.L-05 .H2-01 {
  padding-left: 16px;
}

.L-05 .create-button-area {
  display: flex;
  margin-top: 32px;
}

.L-05 .create-button-area a {
  margin-left: 32px;
}

.L-05 .Text-normal {
  max-width: 408px;
}

.L-05 .H5-01 {
  width: 362px;
  height: 48px;
  background: #F8F8F8;
  border-left: 2px solid #969696;
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}

.L-05 .Text-error {
  width: 364px;
  color: #E62000;
  font-size: 16px;
  margin-top: 24px;
}

.L-05 .Label-04 label {
  position: relative;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  border: 1px solid #CCCCCC;
  width: 364px;
  height: 171px;
  margin-top: 16px;
}

.L-05 .l-05-contents {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

.L-05 .l-05-contents-part {
  width: 364px;
  display: flex;
  flex-direction: column;
}

.L-05 .btn01 {
  align-self: flex-end;
  margin-top: 16px;
}

/*L-05 end*/

/*L-06*/

.L-06 {
  width: 760px;
  margin-top: 64px;
}

.L-06 .H2-01 {
  padding-left: 16px;
}

.L-06 .L-06-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Text-error-Frame {
  margin-top: 32px;
  border: 2px solid #E62000;
  padding: 16px;
  color: #E62000;
}

.Text-error-Frame li {
  position: relative;
  padding-left: 16px;
}

.Text-error-Frame li::before {
  content: '・';
  font-size: 1em;
  color: #E62000;
  position: absolute;
  left: 8px;
  top: 0px;
}

.L-06 .Column-full {
  margin-top: 16px;
}

.L-06 .Column-full a {
  text-decoration: underline;
}

.H3-01 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.H3-01 h3 {
  padding: 0 25px;
  text-align: center;
  background: linear-gradient(to bottom, #FFFFFF 50%, #CCEAE0 50%);
}

.L-06 .H3-01-subtitle{
  display: inline;
}

.L-06 .login-form-area {
  width: 496px;
}

.L-06 .login-form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.L-06 .login-form-group.new-password-input{
  margin-top: 32px;
}

.L-06 .login-form-group:first-child {
  margin-top: 0px;
}

.L-06 .login-form-group input {
  width: 261px;
  height: 48px;
  border: 1px solid #636363;
  border-radius: 8px;
  text-indent: 16px;
  outline: none;
}

.L-06 .login-form-group input:focus {
  border: 2px solid #51BA97;
  background-color: #F2F8F5;
}

.L-06 .login-form-group .input-error {
  border: 2px solid #E62000;
}

.L-06 .login-form-area {
  margin-top: 32px;
}

.L-06 .Text-error {
  color: #E62000;
  margin-top: 16px;
  margin-bottom: 16px;
}

.L-06 .password-forget-link {
  margin-top: 16px;
  display: flex;
  justify-content: end;
}


.L-06 .password-forget-link a {
  width: 254px;
  background: url(../../img/common/button/ico-arrow-double-right-green.png) no-repeat 225px center / 15px auto;
}

.L-06 .divider-h1 {
  width: 100%;
  height: 1px;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}

.L-06 .Btn-CV {
  margin-bottom: 64px;
}

.L-06-wraper{
  width: 100%;
  display: flex;
  justify-content: center;
}

/*L-06 end*/

/*Btn_page*/
.Btn_page {
  margin-top: 32px;
  margin-bottom: 48px;
}

.Btn_page .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.Btn_page .pagination li {
  margin: 0 2px;
}

.Btn_page .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  color: #000000;
  border: 1px solid #636363;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.Btn_page .pagination a:hover {
  background-color: #E5F5EF;
  color: #34A078;
  border: 1px solid #34A078;
}

.Btn_page .pagination .active a {
  background-color: #E5F5EF;
  color: #34A078;
  border: 1px solid #34A078;
}

.Btn_page .pagination .dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Btn_page .pagination .dots span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 50%;
}

.Btn_page .pagination .prev-next a {
  width: auto;
  height: auto;
  border: none;
}

.Btn_page .pagination .prev-next a:hover {
  background-color: #ffffff;
}

/*Btn_page end*/

/*Pc start*/
@media only screen and (min-width: 768px) {

  /*L-02 start*/
  .L-02 .Text-normal {
    margin-top: 32px;
  }

  .L-change01 {
    display: flex;
    justify-content: space-between;
  }

  .L-change01-L {
    width: 47.89%;
  }

  .L-change01-R {
    width: 47.89%;
  }

  .L-change02 {
    display: flex;
    justify-content: space-between;
  }

  .L-change02-L {
    width: 47.89%;
  }

  .L-change02-R {
    width: 47.89%;
  }

  .L-change03 {
    display: flex;
    justify-content: space-between;
  }

  .L-change03-L {
    width: 47.89%;
  }

  .L-change03-R {
    width: 47.89%;
  }

  .L-change04 {
    display: flex;
    justify-content: space-between;
  }

  .L-change04-L {
    width: 47.89%;
  }

  .L-change04-R {
    width: 47.89%;
  }

  .L-change05 {
    display: flex;
    justify-content: space-between;
  }

  .L-change05-L {
    width: 47.89%;
  }

  .L-change05-R {
    width: 47.89%;
  }

  .L-change06 {
    display: flex;
    justify-content: space-between;
  }

  .L-change06-L {
    width: 47.89%;
  }

  .L-change06-R {
    width: 47.89%;
  }



  /* ヒント文言 start */
  .Btn_tooltip {
    cursor: pointer;
    position: relative;
  }

  .Btn_tooltip::after {
    content: '定期コースをお申込みの際に、お客様が選択されたお届け周期です。';
    display: none;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 64px;
    padding: 10px;
    border: 1px solid #51ba97;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 10;
    white-space: pre-wrap;
    font-size: 14px;
  }

  .Btn_tooltip::before {
    content: '';
    display: none;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;

    border-top-color: #51ba97;
    z-index: 11;
  }

  .Btn_tooltip-triangl::before {
    content: '';
    display: none;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffffff;
    z-index: 11;
  }

  .Btn_tooltip:hover::after,
  .Btn_tooltip:hover::before,
  .Btn_tooltip:focus::after,
  .Btn_tooltip:focus::before {
    display: block;
  }

  .Btn_tooltip:hover>.Btn_tooltip-triangl::before,
  .Btn_tooltip:hover>.Btn_tooltip-triangl::after,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::before,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::after {
    display: block;
  }

  /* ヒント文言 end */

  /*margin-top start*/
  .mar-t8 {
    margin-top: 8px;
  }

  .mar-t16 {
    margin-top: 16px;
  }

  .mar-t32 {
    margin-top: 32px;
  }

  .mar-t48 {
    margin-top: 48px;
  }

  .mar-t64 {
    margin-top: 64px;
  }

  /*margin-top end*/

  /*margin-bottom start*/
  .mar-b8 {
    margin-bottom: 8px;
  }

  .mar-b16 {
    margin-bottom: 16px;
  }

  .mar-b32 {
    margin-bottom: 32px;
  }

  .mar-b48 {
    margin-bottom: 48px;
  }

  /*margin-bottom end*/

  /*margin-left start*/
  .mar-l8 {
    margin-left: 8px;
  }

  .mar-l16 {
    margin-left: 16px;
  }

  .mar-l32 {
    margin-left: 32px;
  }

  .mar-l48 {
    margin-left: 48px;
  }

  /*margin-left end*/

  /*margin-right start*/
  .mar-r4 {
    margin-right: 4px;
  }

  .mar-r5 {
    margin-right: 5px;
  }

  .mar-r8 {
    margin-right: 8px;
  }

  .mar-r16 {
    margin-right: 16px;
  }

  .mar-r32 {
    margin-right: 32px;
  }

  .mar-r48 {
    margin-right: 48px;
  }

  /*margin-right end*/

  /*L-02 end*/
}

/*Pc end*/

/*Sp start*/
@media only screen and (max-width: 767px) {

  /* common fontSize start*/
  .comment {
    font-size: 12px;
  }

  /* common fontSize end*/

  /*Tab-top Tab-bottom*/

  .main-tab .tabs-container {
    display: flex;
    justify-content: space-between;
  }

  .main-tab a {

    flex-direction: column;
  }

  .main-tab .main-tab-top .tab {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 64px;
    border: 1px solid #51BA97;
    border-radius: 8px 8px 0 0;
    background-color: #ffffff;
    flex: 1;
    margin-right: 5px;
    text-align: center;
    font-variant: normal; 
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .main-tab .main-tab-top .tab:last-child {
    margin-right: 0;
  }

  .main-tab .main-tab-bottom .tab {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 64px;
    border: 1px solid #51BA97;
    border-radius: 0 0 8px 8px;
    background-color: #ffffff;
    flex: 1;
    margin-right: 5px;
    text-align: center;
    font-variant: normal; 
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .main-tab .main-tab-bottom .tab:last-child {
    margin-right: 0;
  }

  .main-tab .tab-icon {
    margin-right: 0px;
    margin-top: 9px;
    max-width: 24px;
    max-height: 24px;
  }

  .main-tab .tab-line {
    height: 3px;
    background-color: #51BA97;
    width: auto;
    margin: 0 -16px 0 -16px;
  }

  .main-tab .tab-icon-campaign-tip-top {
    top: -28%;
    left: 25%;
  }

  .main-tab .tab-icon-campaign-tip-bottom {
    top: 88%;
    left: 25%;
  }

  /*Tab-top Tab-bottom end*/

  /*L-01*/
  .L-01 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .L-01 .block-contents {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }

  .Thumbnail-01 {
    display: flex;
    max-width: 100%;
    height: 98px;
    margin-top: 16px;
    padding-right: 0px;
  }

  .Thumbnail-01 .item-image {
    width: 96px;
    height: 96px;
    max-width: 96px;
    margin: 0px 16px 16px 0px;
  }

  .Thumbnail-01 .item-count p {
    margin: 15px 15px 0 0;
  }

  .Column-half {
    flex: 1;
    display: block;
    margin-top: 24px;
  }

  .Column-half .summary-detail {
    background-color: #F8F8F8;
    width: 100%;
    height: 196px;
  }

  .Column-half .summary-detail-block {
    padding: 16px;
  }

  .Column-half .detail-lines {
    margin-bottom: 15px;
  }

  .Column-half .detail-info {
    background-color: #ffffff;
    width: 100%;
    height: 46px;
  }

  .Column-half .detail-info-text {
    padding: 16px 8px 16px 8px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    opacity: 1;
    font-weight: 700;
  }

  .L-01 .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }

  .L-01 .Text-note {
    display: flex;
    font-size: 12px;
    max-width: 100%;
  }

  .Text-note {
    font-size: 12px;
  }

  .L-01 .btn01 {
    margin-top: 16px;
  }

  .H2-01 {
    margin: 0 -16px 0 -16px;
    width: unset;
  }

  /*L-01 end*/

  /*L-02 start*/
  .L-02 {
    /* padding: 0 16px; */
  }

  .L-02 .Text-normal {
    margin-top: 24px;
  }

  .Btn_tooltip::before {
    content: '';
    display: none;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;

    border-top-color: #51ba97;
    z-index: 11;
  }

  .Btn_tooltip-triangl::before {
    content: '';
    display: none;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffffff;
    z-index: 11;
  }

  .Btn_tooltip:hover::after,
  .Btn_tooltip:hover::before,
  .Btn_tooltip:focus::after,
  .Btn_tooltip:focus::before {
    display: block;
  }

  .Btn_tooltip:hover>.Btn_tooltip-triangl::before,
  .Btn_tooltip:hover>.Btn_tooltip-triangl::after,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::before,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::after {
    display: block;
  }

  /*L-02 end*/

  /*margin-top start*/
  
  .mar-s-t8 {
    margin-top: 8px;
  }

  .mar-s-t16 {
    margin-top: 16px;
  }

  .mar-s-t24 {
    margin-top: 24px;
  }

  .mar-s-t28 {
    margin-top: 28px;
  }

  .mar-s-t32 {
    margin-top: 32px;
  }

  .mar-s-t40 {
    margin-top: 40px;
  }

  .mar-s-t64 {
    margin-top: 64px;
  }

  /*margin-top end*/

  /*L-03*/
  .L-03 .Column-full{
    padding: 20px 16px;
  }
  /*L-03 end*/

  /*L-04*/
  .L-04 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .L-04 .block-contents {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 32px;
    align-items: center;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }

  .L-04 .text-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
  }

  .L-04 .img-01 img {
    width: 100%;
  }

  .L-04 .Text-bold {
    width: 100%;
  }

  .L-04 .Text-normal {
    width: 100%;
  }

  .L-04 .buttons {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  /*L-04 end*/

  /*Column-full*/
  .Column-full {
    width: 100%;
    padding: 32px 16px;
    margin: 32px -16px 0 -16px;
    width: unset;
  }
  
  .Column-full .H5-01 {
    margin-top: 24px;
  }

  .Column-full .Text-normal {
    font-size: 16px;
  }

  .Column-full .Text-list {
    font-size: 16px;
  }

  .Column-full .Text-note {
    font-size: 12px;
  }

  .Column-full .btn-area {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-top: 32px;
  }

  .Column-full .bnr-area {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-top: 32px;
  }

  .Column-full .bnr01{
    width: 100%;
  }
  
  .Column-full .bnr01 .item-image{
    width: 100%;
  }

  /*Column-full end*/

  /*L-05*/
  .L-05 {
    width: 100%;
    margin-top: 40px;
  }

  .L-05 .create-button-area {
    margin-top: 24px;
    flex-direction: column;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }

  .L-05 .create-button-area a {
    margin-left: 0;
  }

  .L-05 .Text-normal {
    max-width: 100%;
    font-size: 16px;
  }

  .L-05 .H5-01 {
    width: 100%;
    margin-top: 32px;
  }

  .L-05 .Text-error {
    width: 100%;
  }

  .L-05 .Label-04 label {
    width: 100%;
  }

  .L-05 .l-05-contents {
    flex-direction: column;
  }

  .L-05 .l-05-contents-part {
    width: 100%;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
  }

  .L-05 .btn01 {
    align-self: center;
  }

  /*L-05 end*/

  /*L-06*/
  .L-06 {
    width: 100%;
    margin-top: 0;
  }

  .L-06 .login-form-area {
    width: 100%;
  }

  .L-06 .login-form-group {
    flex-direction: column;
    margin-top: 24px;

  }

  .L-06 .login-form-group input {
    width: 100%;
  }

  .L-06 .divider-h1 {
    margin-top: 40px;
  }

  .Text-error-Frame {
    font-size: 16px;
  }

  .L-06 .Column-full {
    margin: 16px 0 0 0;
    font-size: 16px;
  }

  .L-06 .Text-error {
    font-size: 16px;
  }

  .L-06 .H3-01-subtitle{
    display: block;
  }

  .L-06 .H3-01 h3 {
    padding: 0 25px;
    text-align: center;
    background: linear-gradient(to bottom, #FFFFFF 75%, #CCEAE0 50%);
  }
  
  .L-06 .login-form-area label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .L-06 .password-forget-link {
    justify-content: center;
  }
  .L-06 .password-forget-link a {
    font-size: 16px;
  }
  
  .L-06-wraper{
    padding-left: 16px;
    padding-right: 16px;
  }
  .L-06 .login-form-area .Text-error {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  /*L-06 end*/

  /*Btn_page*/
  .Btn_page{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .Btn_page .sp-no-display{
    display: none;
  }


  /* ヒント文言 start */
  .Btn_tooltip {
    cursor: pointer;
    position: relative;
  }

  .Btn_tooltip::after {
    content: '定期コースをお申込みの際に、お客様が選択されたお届け周期です。';
    display: none;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 64px;
    padding: 10px;
    border: 1px solid #51ba97;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 10;
    white-space: pre-wrap;
    font-size: 14px;
  }

  .Btn_tooltip::before {
    content: '';
    display: none;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;

    border-top-color: #51ba97;
    z-index: 11;
  }

  .Btn_tooltip-triangl::before {
    content: '';
    display: none;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffffff;
    z-index: 11;
  }

  .Btn_tooltip:hover::after,
  .Btn_tooltip:hover::before,
  .Btn_tooltip:focus::after,
  .Btn_tooltip:focus::before {
    display: block;
  }

  .Btn_tooltip:hover>.Btn_tooltip-triangl::before,
  .Btn_tooltip:hover>.Btn_tooltip-triangl::after,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::before,
  .Btn_tooltip:focus>.Btn_tooltip-triangl::after {
    display: block;
  }

  /* ヒント文言 end */

  /*top-sp*/
  .flex-al-start{
    padding: 10px 16px;
  }
  /*top-sp end*/
}

/*Sp end*/






.fw-b {
    font-weight: bold;
}
.flex {
    display: flex;
}
.Chart-instance li{
  position: relative;
  padding-left: 16px;
}
.Chart-instance li::before{
  content: '・';
  font-size: 1em;
  color: #000000;     
  position: absolute;
  left: 4px;
  top: 0px;
}

.new-point-position.Chart-instance li::before{
  content: '・';
  font-size: 1em;
  color: #000000;     
  position: absolute;
  left: 4px;
  top: 3px;
}


.Chart-birth-flex {
  display: flex;
  align-items: center;
 }
 /* .Chart-birth
 .birth-select:first-child {
    width: 100px;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #636363;
    border-radius: 8px;
    opacity: 1;
    padding: 13px 14px;
    appearance: none;
    background: url('../../img/common/ico-arrow-modal-ddl.png') no-repeat right 12px center;
} */
.birth-select  {
  width: 80px;
  height: 48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #636363;
  border-radius: 8px;
  opacity: 1;
  padding: 13px 14px;
  appearance: none;
  background: url('../../img/common/ico-arrow-modal-ddl.png') no-repeat right 12px center;
}
.birth-year-select{
  width: 100px;
}
.bg-E5F5EF {
  background-color: #E5F5EF;
  line-height: 14px;
  display: inline-block;
}
.Chart-address-default-input {
  width: 100px;
  height: 46px;
  border: 1px solid #636363;
  border-radius: 8px;
  text-indent: 16px;
  outline: none;
}
.Chart-input {
  width: 100%;
  height: 48px;
  border: 1px solid #636363;
  border-radius: 8px;
  text-indent: 16px;
  outline: none;
}
.Chart-phone-number-input {
  width: 48.5%;
  height: 48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #636363;
  border-radius: 8px;
  opacity: 1;
  margin-right: 8px;
  padding: 13px 14px;
  appearance: none;
}
/* Customize the checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #51BA97;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Checked state */
input[type="checkbox"]:checked {
  background-color: #51BA97;
}

/* Checked state icon */
input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
  left: 2px;
}
.Chart-name-error-input {
  height: 48px;
  width: 100%;
  border: 1px solid #636363;
  border-radius: 8px;
  text-indent: 16px;
  outline: none;
}

.Chart-error input:invalid {
  border: 2px solid #E62000;
}

.form-check-input:invalid{
  color: #dc3545;
}
.Chart-error .error-message {
  margin: 24px 0;
  color: #E62000;
}
.error-message-gender {
 margin-top: 16px;
  color: #E62000;
}
@media only screen and (min-width: 768px)  {
    .Chart-01 {
        width: 100%;
        margin-top: 33px;
    }
    .Chart-error{
        width: 100%;
        margin-top: 65px;

    }

    .Chart-ttl {
        width: calc(100% / 4);
        padding: 0 16px;
        font-weight: bold;
    }
    .Chart-ttc {
        display: flex;
        align-items: center;
        background: #ffffff;
        height: 100%;    
        width: calc(100% * 0.75);
    }
  
    /*
 * number Start
 * -------------------------------------------------------------------
 */
     .Chart-number{
        height: 60px;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        display: flex;
        background: #E5F5EF;
    }
    .Chart-number p:first-child {
        width: calc(100% / 4);
        display: flex;
        align-items: center;
        padding: 0 16px;

    }
    .Chart-number p:last-child {
        width: calc(100% * 0.75);
        display: flex;
        align-items: center;
        padding: 0 16px;
        background: #ffffff;
    }
    /*
 * number End
 * -------------------------------------------------------------------
 */

/*
 * 名前 Start
 * -------------------------------------------------------------------
 */
     .Chart-name {
        height: 176px;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        display: flex;
        align-items: center;
        background: #E5F5EF;
    }
    .Chart-name-flex {
        display: flex;
    }
    .Chart-name-context {
        padding: 0 16px;
        width: 100%;
    }
    .Chart-name-context ul:first-child {
        display: flex;
        width: 100%;
        justify-content: space-between;

    }
    .Chart-name-context ul li {
        width: calc((100% - 16px) / 2);
    }
    .Chart-name-input {
        height: 48px;
        width: 100%;
        border: 1px solid #636363;
        border-radius: 8px;
        text-indent: 16px;
        outline: none;
    }
/*
 * 名前 End
 * -------------------------------------------------------------------
 */


 /*
 * フリガナ Start
 * -------------------------------------------------------------------
 */
    .Chart-furigana {
        height: 176px;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        display: flex;
        align-items: center;
        background: #E5F5EF;
    }
    .Chart-furigana-flex {
        display: flex;
    }
    .Chart-furigana-context {
        padding: 0 16px;
        width: 100%;
    }
    .Chart-furigana-context ul:first-child {
        display: flex;
        width: 100%;
        justify-content: space-between;

    }
    .Chart-furigana-context ul li {
        width: calc((100% - 16px) / 2);
    }
    .Chart-furigana-input {
        height: 48px;
        width: 100%;
        border: 1px solid #636363;
        border-radius: 8px;
        text-indent: 16px;
        outline: none;
    }
 /*
 * フリガナ End
 * -------------------------------------------------------------------
 */


/*
 *  生年月日　Start
 * -------------------------------------------------------------------
 */
  .Chart-birth {
    height: 96px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
 }
 .Chart-birth .Chart-ttc {
  padding: 0 16px;
 }
 
 .Chart-birth .Chart-ttc p {
  margin-left: 10px;
  margin-right: 10px;
 }



.Chart-birth form p {
    margin: 0 12px;
}
.Chart-birth form{
    padding: 0 16px;
}
 /*
 *  生年月日　End
 * -------------------------------------------------------------------
 */

 /*
 *  性別　Start
 * -------------------------------------------------------------------
 */
.Chart-gender {
    height: 96px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
 }
.payment-radio-group{
    display: flex;
 }
.common-radio-button {
    padding: 0 16px;
}
/*
 *  性別　End
 * -------------------------------------------------------------------
 */

/*
 *  住所　Start
 * -------------------------------------------------------------------
 */
 .Chart-address {
    height: 603px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
 }

.contents-title {
    display: flex;
    align-items: center;
}
.Chart-address-contents {
    flex: 3;
    padding: 24px 16px;
}

.Chart-address .form-arbitrarily {
    margin-bottom: 5px;
}
.Chart-address #change-todoufuken {
    width: 48.5%;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #636363;
    border-radius: 8px;
    opacity: 1;
    margin-right: 8px;
    padding: 13px 14px;
    appearance: none;
    background: url('../../img/common/ico-arrow-modal-ddl.png') no-repeat right 12px center;
    font-variant: normal; 
    font-size: 16px;
    line-height: 18px;}

.Chart-address {
    height: 603px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
 }
 /*
 *  住所　End
 * -------------------------------------------------------------------
 */


 /*
 *  電話番号　Start
 * -------------------------------------------------------------------
 */
 .Chart-phone-number {
    height: 177px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
 }
.Chart-phone-number-contents {
    padding: 0 16px;
    width: 100%;
}

 /*
 *  電話番号　End
 * -------------------------------------------------------------------
 */


/*
 *  メールアドレス　Start
 * -------------------------------------------------------------------
 */
.Chart-email {
    height: 242px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
}
.Chart-email-contents {
    padding: 24px 16px;
    width: 100%;
}
.Chart-email-check {
    margin: 16px 0 8px 0;
    line-height: 16px;
}
 /*
 *  メールアドレス　End
 * -------------------------------------------------------------------
 */

/*
 *  お届け案内メール　Start
 * -------------------------------------------------------------------
 */
 .Chart-delivery-email {
    height: 104px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
}
.check-hope {
    margin-top: 20px;
}
/*
 *  お届け案内メール　End
 * -------------------------------------------------------------------
 */


 /*
 *  パスワード　Start
 * -------------------------------------------------------------------
 */
 .Chart-password {
    height: 445px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
}
.Chart-password-contents {
    padding:0 16px;
    width: 100%;
}
.Chart-password-input {
    width: 48.5%;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #636363;
    border-radius: 8px;
    opacity: 1;
    margin-right: 8px;
    padding: 13px 14px;
    appearance: none;
}
.Chart-password-input:focus {
  border: 2px solid #51BA97;
  background-color: #F2F8F5;
}

.change-information {
    margin-top: 16px;
    margin-bottom: 28px;
    line-height: 16px;
}

  .password-mart {
    margin-top: 24px;
  }
  .password-instance {
    margin-top: 16px;
  }
 /*
 *  パスワード　End
 * -------------------------------------------------------------------
 */

 /*
 *  名前エラー　Start
 * -------------------------------------------------------------------
 */
 .Chart-name-error {
    margin-top:24px;
    height: 312px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
}
.Chart-name-flex {
    display: flex;
}
.Chart-name-context {
    padding: 0 16px;
    width: 100%;
}
.Chart-name-context ul:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.Chart-name-context ul li {
    width: calc((100% - 16px) / 2);
}

/*
 *  名前エラー　End
 * -------------------------------------------------------------------
 */


 /*
 *  性別エラー　End
 * -------------------------------------------------------------------
 */
.Chart-gender-error {
    height: 104.5px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    align-items: center;
    background: #E5F5EF;
}

 /*
 *  性別エラー　End
 * -------------------------------------------------------------------
 */




}

@media only screen and (max-width: 767px)  {
  .Chart-01 {
    margin-top: 41px;
    border-bottom: 1px solid #e6e6e6;
  }
  .Chart-error {
    border-bottom: 1px solid #e6e6e6;
  }
  .chart-SP-ttl, .Chart-ttl {
    height: 58px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    background: #E5F5EF;
    font-size: 1rem;
    font-weight: bold;
    align-items: center;
    padding-left: 16px;
    margin: 0;
   }
   .Chart-ttl .form-must {
    margin-left: 8px;
   }
   .Chart-number p:last-child {
    padding: 21px 0;
   }
   .Chart-01,.Chart-error p,label{
    font-size: 1rem;
   }

   .Chart-name-SP-top {
    margin-top: 32px;
   }
   .Chart-instance,.Chart-email-SP-top {
    margin-top: 16px;
   }
   .Chart-delivery-SP-top,.Chart-password-one-SP-top {
    margin-top: 20px;
   }
   .Chart-password-two-SP-top {
    margin-top: 24px;
   }
   .Chart-password-two-SP-top~ input {
    margin-top: 16px;
   }
   .Chart-name-input, .Chart-furigana-input {
    height: 48px;
    width: 100%;
    border: 1px solid #636363;
    border-radius: 8px;
    text-indent: 16px;
    outline: none;
   }
   .Chart-furigana-SP-top {
    margin-top: 32px;
   }

   .Chart-birth-flex {
    padding-top: 16px;
   }
   .padding-top-0{
    padding-top: 0;
   }
   .Chart-birth-flex p{
    padding: 0 10px;
   }
   .Chart-ttc {
    padding: 24px 0;
   }

   .form-must {
    width:44px;
    height: 26px;
   }
   .Chart-address .form-arbitrarily {
    margin-bottom: 5px;
  }
  .Chart-password-input {
    width: 100%;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #636363;
    border-radius: 8px;
    opacity: 1;
    margin-right: 8px;
    padding: 13px 14px;
    appearance: none;
}
 .Chart-name-error {
  margin-top: 33px;
 } 
 
.Chart-address #change-todoufuken {
    font-variant: normal; 
    font-size: 16px;
    line-height: 18px;
}

.Chart-error .error-message {
  margin: 16px 0;
}
 
}
