@charset "UTF-8";
/*
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
*/
/* line 5, index.scss */
body {
  padding-bottom: 80px; }

/* line 9, index.scss */
.center {
  text-align: center; }

@media screen and (min-width: 640px) {
  /* line 14, index.scss */
  .hide_pc {
    display: none; } }
/* line 19, index.scss */
#page_input {
  display: block; }

/* line 23, index.scss */
#page_confirm {
  display: none; }

/*********************************/
/* line 29, index.scss */
.icon_post {
  background-image: url("../images/icon_post.svg"); }

/* line 33, index.scss */
.icon_paymethod {
  background-image: url("../images/icon_paymethod.svg"); }

/* line 37, index.scss */
.icon_shipping {
  background-image: url("../images/icon_shipping.svg"); }

/* line 41, index.scss */
.icon_fee {
  background-image: url("../images/icon_fee.svg"); }

/* line 45, index.scss */
.icon_return {
  background-image: url("../images/icon_return.svg"); }

/* line 49, index.scss */
.icon_law {
  background-image: url("../images/icon_law.svg"); }

/* line 53, index.scss */
.icon_quest {
  background-image: url("../images/icon_quest.svg"); }

/* line 57, index.scss */
.icon_step {
  background-image: url("../images/icon_step.svg"); }

/* line 61, index.scss */
.icon_fax {
  background-image: url("../images/icon_fax.svg"); }

/* line 65, index.scss */
.icon_privacy {
  background-image: url("../images/icon_privacy.svg"); }

/*********************************/
/* line 71, index.scss */
header {
  border-top: #33ad00 4px solid;
  padding: 20px 0; }
  /* line 74, index.scss */
  header > div {
    width: 860px;
    margin: 0 auto; }

/*************************************/
/* line 82, index.scss */
.cart_price_box {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99; }

/* line 89, index.scss */
.cart_price {
  position: relative;
  display: inline-block;
  width: 328px;
  height: 83px;
  border: solid 1px transparent;
  border-radius: 6px;
  background-color: #ff7246; }
  /* line 97, index.scss */
  .cart_price .cart_price_icon {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/cart_price_icon.svg"); }
    /* line 105, index.scss */
    .cart_price .cart_price_icon img {
      visibility: hidden; }
  /* line 109, index.scss */
  .cart_price .cart_price_on_tax {
    position: absolute;
    bottom: 10px;
    right: 80px;
    width: 165px;
    height: 60px;
    padding-top: 17px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #FFF;
    font-size: 3.2rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 100%;
    text-align: right; }
    /* line 124, index.scss */
    .cart_price .cart_price_on_tax:before {
      content: "\00A5\00A0";
      display: block;
      float: left;
      font-size: 3.2rem;
      line-height: 100%;
      text-align: left; }
  /* line 133, index.scss */
  .cart_price .cart_price_on_tax_after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px; }

/*************************************/
/* line 148, index.scss */
.header_links {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 1px;
  z-index: 99; }
  /* line 154, index.scss */
  .header_links li {
    display: block;
    float: left;
    width: 160px;
    margin-left: 6px; }
    /* line 159, index.scss */
    .header_links li:first-child {
      margin-left: 0; }
    /* line 162, index.scss */
    .header_links li a {
      display: block;
      width: 100%;
      height: 30px;
      padding-top: 5px;
      background-color: #F2ECE5;
      border: solid 1px #F2ECE5;
      color: #5dad3a;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 100%;
      text-decoration: none;
      text-align: center;
      vertical-align: middle; }
      /* line 176, index.scss */
      .header_links li a:hover {
        background-color: #5dad3a;
        border: solid 1px #F2ECE5;
        color: #F2ECE5; }

/*************************************************************************/
/* line 187, index.scss */
.foot_navi {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #5dad3a; }

/* line 194, index.scss */
.foot_links {
  display: block;
  width: 900px;
  padding: 0;
  margin: 5px auto 0;
  list-style: none; }
  /* line 200, index.scss */
  .foot_links:first-child {
    margin-top: 0; }
  /* line 203, index.scss */
  .foot_links li {
    float: left;
    display: block;
    width: calc( ( 100% - 6px * 5 ) / 6 );
    height: 170px;
    margin: 0 5px 0 0;
    text-align: center;
    list-style: none;
    overflow: hidden; }
    /* line 212, index.scss */
    .foot_links li:last-child {
      margin-right: 0; }
  /* line 216, index.scss */
  .foot_links:last-child li:last-child {
    width: calc( 100% - 6px * 2 - ( ( 100% - 6px * 5 ) / 6 ) * 2 - 3px );
    padding: 10px 15px;
    background-color: #FFF;
    font-size: 1.8rem;
    text-align: left; }
    /* line 223, index.scss */
    .foot_links:last-child li:last-child > div {
      display: inline-block;
      width: calc( 100% - 58px - 20px );
      height: 66px;
      padding: 5px 0 0 5px;
      margin-left: 10px;
      border-bottom: dashed 2px #565656; }
    /* line 231, index.scss */
    .foot_links:last-child li:last-child > p {
      display: block;
      margin-top: 15px;
      font-size: 1.6rem; }
      /* line 235, index.scss */
      .foot_links:last-child li:last-child > p > a {
        float: right;
        position: relative;
        display: inline-block;
        padding: 7px calc( 18px + 1.6rem ) 7px 18px;
        margin-top: -20px;
        border: solid 1px transparent;
        border-radius: 25px;
        background-color: #5dad3a;
        font-size: 1.6rem;
        font-weight: bold;
        color: #FFF;
        text-decoration: none; }
        /* line 248, index.scss */
        .foot_links:last-child li:last-child > p > a:hover {
          background-color: #A0805F; }
        /* line 251, index.scss */
        .foot_links:last-child li:last-child > p > a i {
          position: absolute;
          top: 50%;
          right: 10px;
          font-size: 1.6rem;
          line-height: 100%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  /* line 265, index.scss */
  .foot_links li > a {
    display: block;
    width: 100%;
    padding: 28px 0 24px;
    margin: 0;
    background-color: #FFF;
    color: #565656;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 300%;
    text-align: center;
    text-decoration: none; }
    /* line 277, index.scss */
    .foot_links li > a:hover {
      background-color: #DFD7CF; }
  /* line 281, index.scss */
  .foot_links li span {
    display: inline-block;
    width: 58px;
    height: 64px;
    /*background-image: url("../images/icon_post.svg");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    /* line 289, index.scss */
    .foot_links li span img {
      visibility: hidden; }

/*************************************************************************/
/* line 298, index.scss */
.foot_line {
  width: 100%;
  height: 18px;
  margin: 0 auto 0;
  background-color: #A0805F; }

/* line 305, index.scss */
footer {
  display: block;
  width: 100%;
  height: 234px;
  margin: 40px auto 0;
  padding: 0;
  background-color: #5dad3a; }
  /* line 312, index.scss */
  footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 126px;
    background-color: #FFF; }
  /* line 319, index.scss */
  footer > div {
    position: relative;
    top: -126px;
    display: block;
    width: 860px;
    margin: 0 auto;
    padding: 0; }
    /* line 326, index.scss */
    footer > div .foot_chara {
      position: absolute;
      top: 2px;
      left: 0; }
      /* line 330, index.scss */
      footer > div .foot_chara:before {
        display: inline-block;
        content: url("../images/foot_chara_dummy.png");
        background-image: url("../images/foot_chara.svg");
        background-repeat: no-repeat;
        background-size: contain; }
    /* line 338, index.scss */
    footer > div .foot_tel {
      position: absolute;
      /*
      top: 20px;
      left: 107px;
      */
      top: 5px;
      left: 100px;
      font-size: 1.6rem;
      line-height: 100%; }
      /* line 348, index.scss */
      footer > div .foot_tel hr {
        width: 515px;
        height: 1px;
        background-color: #A0805F;
        margin-top: 8px;
        border: 0;
        outline: 0;
        overflow: hidden; }
      /* line 357, index.scss */
      footer > div .foot_tel div {
        margin-top: 8px; }
        /* line 359, index.scss */
        footer > div .foot_tel div span {
          display: block; }
          /* line 361, index.scss */
          footer > div .foot_tel div span:first-child {
            float: left;
            position: relative;
            width: 72%;
            padding-left: 4.2rem;
            color: #5dad3a;
            font-size: 5.5rem;
            font-family: Futura, 'Century Gothic', Verdana, 'sans-serif-condensed', sans-serif;
            font-weight: bold;
            line-height: 100%;
            letter-spacing: -0.25rem; }
            /* line 372, index.scss */
            footer > div .foot_tel div span:first-child i {
              position: absolute;
              top: 8px;
              left: 0;
              display: inline-block;
              width: 4.2rem;
              height: 4.2rem;
              padding-top: 1.9rem;
              border: solid 1px transparent;
              border-radius: 25px;
              background-color: #5dad3a;
              color: #FFF;
              font-size: 2.2rem;
              line-height: 0;
              text-indent: 0.8rem;
              transform: scale(-1, 1);
              overflow: hidden; }
          /* line 391, index.scss */
          footer > div .foot_tel div span:last-child {
            float: right;
            width: 28%;
            padding-top: 5px;
            font-size: 1.3rem;
            line-height: 180%; }
    /* line 402, index.scss */
    footer > div .foot_mail {
      position: absolute;
      top: 28px;
      right: 0;
      letter-spacing: 0; }
    /* line 408, index.scss */
    footer > div .foot_salon {
      position: absolute;
      top: 62px;
      right: 0; }
    /* line 413, index.scss */
    footer > div .foot_mail a, footer > div .foot_salon a {
      position: relative;
      display: inline-block;
      width: 235px;
      padding: 7px 0 7px 8px;
      background-color: #000;
      border: solid 1px transparent;
      border-radius: 50px;
      outline: 0;
      color: #FFF;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 100%;
      text-align: left;
      text-decoration: none;
      vertical-align: middle; }
    /* line 430, index.scss */
    footer > div .foot_mail a i, footer > div .foot_salon a i {
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 1.3rem;
      line-height: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    /* line 439, index.scss */
    footer > div .foot_mail a {
      background-color: #5dad3a; }
      /* line 441, index.scss */
      footer > div .foot_mail a:hover {
        background-color: #A0805F; }
    /* line 445, index.scss */
    footer > div .foot_salon a {
      background-color: #A0805F; }
      /* line 447, index.scss */
      footer > div .foot_salon a:hover {
        background-color: #ff7246; }
    /* line 451, index.scss */
    footer > div .foot_note {
      position: absolute;
      top: 102px;
      left: 110px;
      font-size: 1.3rem; }
      /* line 456, index.scss */
      footer > div .foot_note span {
        display: inline; }
    /* line 461, index.scss */
    footer > div .foot_copy {
      position: absolute;
      top: 156px;
      left: 0;
      width: 100%;
      color: #FFF;
      font-size: 1.3rem;
      text-align: center; }

/**************************************/
/* line 475, index.scss */
.container {
  width: 860px;
  margin: 0 auto; }

/* line 480, index.scss */
.title {
  width: 853px;
  margin: 0 auto 0;
  color: #5dad3a;
  font-size: 1.3rem;
  text-align: left;
  line-height: 100%; }
  /* line 487, index.scss */
  .title:after {
    content: "";
    display: block;
    width: 850px;
    height: 6px;
    margin: 12px auto 0;
    background-color: #018e47; }

/* line 497, index.scss */
.title2 {
  width: 860px;
  margin: 0 auto 0;
  color: #018e47;
  text-align: left;
  line-height: 100%; }
  /* line 503, index.scss */
  .title2:after {
    content: "";
    display: block;
    width: 860px;
    height: 6px;
    margin: 6px auto 0;
    background-color: #018e47; }

/* line 513, index.scss */
.title3 {
  margin: 0 auto 0;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold; }
  /* line 518, index.scss */
  .title3 img {
    display: inline-block;
    vertical-align: sub; }

/* line 524, index.scss */
.title4 {
  margin: 0 auto 0;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold; }
  /* line 529, index.scss */
  .title4:before {
    content: "";
    display: block;
    width: 860px;
    height: 6px;
    margin: 0 auto 30px;
    background-color: #018e47; }

/* line 539, index.scss */
.title5 {
  width: 860px;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-bottom: dashed 2px #595757;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center; }

/* line 549, index.scss */
.title1 img, .title2 img, .title3 img, .title4 img, .title5 img {
  display: inline-block;
  vertical-align: sub; }

/* line 554, index.scss */
.title_sub {
  text-align: center; }

/* line 558, index.scss */
.second_hide {
  width: 860px;
  padding: 30px 0 50px;
  margin: 0 auto 30px;
  border-top: dashed 2px #595757;
  text-align: center; }

/**************************************/
/* line 568, index.scss */
.require_mark {
  display: inline-block;
  height: 2.6rem;
  padding: 2px 6px 0px;
  background-color: #F00;
  border: solid 1px transparent;
  border-radius: 15px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.1rem; }

/*
	@media all and (-ms-high-contrast:none){
		.require_mark {
			padding: 4px 6px 0px;
		}
	}
*/
/* line 589, index.scss */
.check_mark {
  display: inline-block;
  width: calc( 2.8rem + 8px );
  height: calc( 2.8rem + 8px );
  padding: 3px 0 5px;
  border: solid 2px #727171;
  border-radius: 5px;
  color: #5dad3a;
  font-size: 2.8rem;
  line-height: 100%;
  text-align: center;
  vertical-align: top; }
  /* line 601, index.scss */
  .check_mark i {
    color: #842F33; }

/***************************************/
/* line 608, index.scss */
.description {
  width: 865px;
  padding: 20px 20px 10px;
  margin: 25px auto 0;
  background-color: #F2ECE5; }

/* line 615, index.scss */
.description_form {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 0;
  border: solid 3px #5dad3a;
  border-radius: 50px;
  background-color: #FFF;
  color: #565656;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  text-decoration: none; }
  /* line 629, index.scss */
  .description_form:hover {
    border-color: #A0805F;
    background-color: #5dad3a;
    color: #FFF; }
  /* line 634, index.scss */
  .description_form i {
    position: absolute;
    top: 50%;
    right: 26px;
    font-size: 3.6rem;
    line-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 643, index.scss */
  .description_form:hover i {
    color: #A0805F; }
  /* line 646, index.scss */
  .description_form img {
    position: absolute;
    top: 50%;
    left: -10px;
    font-size: 3.6rem;
    line-height: 100%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%); }

/* line 657, index.scss */
.description_items {
  display: block;
  width: 100%;
  padding: 0;
  margin: 8px 0 0; }
  /* line 662, index.scss */
  .description_items li {
    position: relative;
    float: left;
    display: block;
    width: calc( ( 100% - 15px ) / 2 );
    min-height: 200px;
    padding: 15px 15px 10px;
    margin: 15px 0 0;
    border: solid 3px #FFF;
    background-color: #FFF;
    font-size: 1.4rem;
    line-height: 140%; }
    /* line 674, index.scss */
    .description_items li:nth-child(even) {
      margin-left: 15px; }
    /* line 677, index.scss */
    .description_items li:hover {
      border-color: #5dad3a; }
    /* line 680, index.scss */
    .description_items li:before {
      content: url("../images/description_item_accent_dummy.png");
      position: absolute;
      top: 1px;
      right: 1px;
      width: 6%;
      background-image: url("../images/description_item_accent.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right; }
    /* line 691, index.scss */
    .description_items li > div {
      font-size: 3.0rem;
      vertical-align: text-bottom; }
      /* line 694, index.scss */
      .description_items li > div span {
        display: inline-block;
        margin-right: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: text-bottom; }
    /* line 702, index.scss */
    .description_items li:nth-child(1) > div span {
      background-image: url("../images/description_mail.svg"); }
    /* line 705, index.scss */
    .description_items li:nth-child(2) > div span {
      background-image: url("../images/description_phone.svg"); }
    /* line 708, index.scss */
    .description_items li:nth-child(3) > div span {
      background-image: url("../images/description_fax.svg"); }
    /* line 711, index.scss */
    .description_items li:nth-child(4) > div span {
      background-image: url("../images/description_step.svg"); }
    /* line 715, index.scss */
    .description_items li > div span img {
      visibility: hidden; }
    /* line 718, index.scss */
    .description_items li > p {
      display: block;
      margin-top: 15px; }
    /* line 722, index.scss */
    .description_items li > span {
      display: block;
      margin-top: 5px;
      text-align: center; }
    /* line 728, index.scss */
    .description_items li:not(:nth-child(2)) > a {
      position: relative;
      display: block;
      width: 75%;
      padding: 8px 25px 10px;
      margin: 15px auto 0;
      border: solid 1px transparent;
      border-radius: 50px;
      background-color: #5dad3a;
      color: #FFF;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 100%;
      text-align: center;
      text-decoration: none; }
      /* line 743, index.scss */
      .description_items li:not(:nth-child(2)) > a:hover {
        background-color: #A0805F; }
      /* line 746, index.scss */
      .description_items li:not(:nth-child(2)) > a i {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    /* line 754, index.scss */
    .description_items li > span {
      display: block;
      margin-top: 10px;
      line-height: 100%;
      text-align: center; }
      /* line 759, index.scss */
      .description_items li > span > span {
        display: block;
        margin-bottom: 5px;
        color: #5dad3a;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 100%; }

/* line 771, index.scss */
.description_note {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 120%; }

/****************************************/
/* line 779, index.scss */
.order_type {
  width: 865px;
  padding: 20px 20px 20px;
  margin: 25px auto 0;
  background-color: #F2ECE5; }
  /* line 784, index.scss */
  .order_type ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  /* line 791, index.scss */
  .order_type li {
    position: relative;
    float: left;
    display: block;
    width: calc( ( 100% - 15px ) / 2 );
    padding: 0;
    margin: 0;
    border: solid 3px #FFF;
    background-color: #FFF;
    font-size: 2.6rem;
    line-height: 100%; }
    /* line 802, index.scss */
    .order_type li:nth-child(even) {
      margin-left: 15px;
      padding-top: 2px; }
    /* line 806, index.scss */
    .order_type li:hover {
      border-color: #5dad3a; }
    /* line 809, index.scss */
    .order_type li > label {
      position: relative;
      display: block;
      width: 100%;
      min-height: 70px;
      padding: 15px 15px 10px; }
    /* line 816, index.scss */
    .order_type li span {
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle;
      background-size: contain;
      background-repeat: no-repeat; }
      /* line 822, index.scss */
      .order_type li span img {
        visibility: hidden; }
    /* line 826, index.scss */
    .order_type li:nth-child(1) span:first-child {
      background-image: url("../images/order_type_personal.svg"); }
    /* line 829, index.scss */
    .order_type li:nth-child(2) span:first-child {
      background-image: url("../images/order_type_company.svg"); }
    /* line 832, index.scss */
    .order_type li input[type="radio"] {
      width: 1px;
      height: 1px;
      visibility: hidden;
      overflow: hidden; }
    /* line 838, index.scss */
    .order_type li .check_icon {
      position: absolute;
      right: 0;
      display: inline-block;
      width: calc( 2.8rem + 8px );
      height: calc( 2.8rem + 8px );
      padding: 3px 0 5px;
      border: solid 2px #727171;
      border-radius: 5px;
      color: #5dad3a;
      font-size: 2.8rem;
      line-height: 100%;
      text-align: center;
      vertical-align: top; }
      /* line 852, index.scss */
      .order_type li .check_icon i {
        color: #842F33;
        visibility: hidden; }
    /* line 857, index.scss */
    .order_type li input[type="radio"]:checked + .check_icon i {
      visibility: visible; }

/***************************************/
/* line 865, index.scss */
.form_table_box {
  padding-bottom: 40px; }

/* line 869, index.scss */
.form_table {
  width: 860px;
  border-top: solid 1px #4C4948;
  border-left: solid 1px #4C4948;
  margin: 36px auto 0;
  /*border-collapse: collapse;*/
  border-spacing: 0;
  empty-cells: show; }
  /* line 877, index.scss */
  .form_table.cloned {
    border-top: solid 5px #5dad3a; }
  /* line 881, index.scss */
  .form_table th {
    position: relative;
    width: 30%;
    padding: 22px 5px 22px 18px;
    border-bottom: solid 1px #4C4948;
    /*background-color: #f3f3f3;*/
    background-color: #f0fae3;
    color: #4d4d4d;
    text-align: left;
    vertical-align: middle; }
    /* line 891, index.scss */
    .form_table th[colspan] {
      border-right: solid 1px #4C4948;
      width: 100%;
      font-size: 1.8rem;
      line-height: 100%; }
      /* line 896, index.scss */
      .form_table th[colspan]::before {
        content: "■";
        display: inline-block;
        margin-right: 0.9rem;
        color: #5dad3a; }
  /* line 905, index.scss */
  .form_table tr:last-child th {
    border-bottom: solid 1px #4C4948; }
  /* line 908, index.scss */
  .form_table tr .require_mark {
    /*
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    position: absolute;
    right: 18px; }
  /* line 919, index.scss */
  .form_table tr .require_mark_2l {
    margin-top: 0.8rem; }
  /* line 923, index.scss */
  .form_table td {
    width: 70%;
    padding: 22px 5px 22px 18px;
    background-color: #FFF;
    border-right: solid 1px #4C4948;
    border-bottom: solid 1px #4C4948;
    vertical-align: middle; }
    /* line 930, index.scss */
    .form_table td label {
      display: inline-block;
      cursor: pointer; }
    /* line 934, index.scss */
    .form_table td select {
      cursor: pointer; }
    /* line 937, index.scss */
    .form_table td textarea {
      width: 87%;
      height: 110px;
      padding: 5px;
      border: solid 1px #565656;
      border-radius: 5px;
      font-size: 1.5rem; }
    /* line 945, index.scss */
    .form_table td input[type=text] {
      width: 87%;
      padding: 5px;
      border: solid 1px #565656;
      border-radius: 5px;
      font-size: 1.5rem; }
      /* line 951, index.scss */
      .form_table td input[type=text].text_parts {
        width: calc( (100% - 1.5rem - 1.5rem*6) / 2.5 );
        margin-left: 0.75rem;
        margin-right: 2.0rem; }
      /* line 956, index.scss */
      .form_table td input[type=text].text_zip {
        width: calc( 1.5rem * 7 );
        margin-left: 0.75rem;
        margin-right: 1.5rem; }
      /* line 961, index.scss */
      .form_table td input[type=text].text_using_media {
        width: 50%; }
    /* line 965, index.scss */
    .form_table td .radio {
      display: inline-block;
      margin-right: 20px; }
      /* line 969, index.scss */
      .form_table td .radio input[type=radio] {
        width: 1px;
        height: 1px;
        visibility: hidden; }
        /* line 973, index.scss */
        .form_table td .radio input[type=radio] + span.radio_icon {
          position: relative;
          display: inline-block;
          width: 1.5rem;
          height: 1.5rem;
          margin: 0 0 0.2rem -0.6rem;
          border: solid 1px #727171;
          border-radius: 20px;
          line-height: 100%;
          vertical-align: middle; }
        /* line 984, index.scss */
        .form_table td .radio input[type=radio]:checked + span.radio_icon {
          background-color: rgba(0, 0, 0, 0.015); }
          /* line 986, index.scss */
          .form_table td .radio input[type=radio]:checked + span.radio_icon:before {
            content: "";
            position: absolute;
            top: calc( (1.5rem - 0.3rem) / 3 );
            left: calc( (1.5rem - 0.3rem) / 3 );
            display: block;
            width: 0.3rem;
            height: 0.3rem;
            background-color: #5dad3a;
            border: solid 1px transparent;
            border-radius: 20px; }
    /* line 1001, index.scss */
    .form_table td .checkbox {
      display: inline-block;
      padding: 5px 0;
      margin-right: 10px;
      line-height: 100%;
      vertical-align: middle; }
      /* line 1008, index.scss */
      .form_table td .checkbox input[type=checkbox] {
        width: 1px;
        height: 1px;
        visibility: hidden; }
        /* line 1012, index.scss */
        .form_table td .checkbox input[type=checkbox] + span.checkbox_icon {
          position: relative;
          display: inline-block;
          width: 1.5rem;
          height: 1.5rem;
          margin: 0 0 0.2rem -0.6rem;
          border: solid 1px #727171;
          line-height: 100%;
          vertical-align: middle; }
        /* line 1023, index.scss */
        .form_table td .checkbox input[type=checkbox]:checked + span.checkbox_icon {
          background-color: rgba(0, 0, 0, 0.015); }
          /* line 1025, index.scss */
          .form_table td .checkbox input[type=checkbox]:checked + span.checkbox_icon:before {
            content: "";
            position: absolute;
            top: calc( (1.5rem - 0.3rem) / 3 );
            left: calc( (1.5rem - 0.3rem) / 3 );
            display: block;
            width: 0.3rem;
            height: 0.3rem;
            background-color: #5dad3a;
            border: solid 1px transparent; }
        /* line 1037, index.scss */
        .form_table td .checkbox input[type=checkbox]:checked + span.checkbox_icon2:before {
          top: calc( (3.0rem - 0.6rem) / 3 );
          left: calc( (3.0rem - 0.6rem) / 3 );
          width: 1.0rem;
          height: 1.0rem; }
        /* line 1044, index.scss */
        .form_table td .checkbox input[type=checkbox] + span.checkbox_icon2 {
          width: 3.0rem;
          height: 3.0rem;
          margin: 0 0 0.4rem -1.2rem; }
      /* line 1050, index.scss */
      .form_table td .checkbox .check_icon {
        display: inline-block;
        width: calc( 2.4rem + 8px );
        height: calc( 2.4rem + 8px );
        padding: 3px 0 5px;
        border: solid 2px #727171;
        border-radius: 5px;
        color: #5dad3a;
        font-size: 2.4rem;
        line-height: 100%;
        text-align: center;
        vertical-align: top; }
        /* line 1062, index.scss */
        .form_table td .checkbox .check_icon i {
          color: #842F33;
          visibility: hidden; }
      /* line 1067, index.scss */
      .form_table td .checkbox .check_icon_text {
        line-height: calc( 2.4rem + 8px ); }
      /* line 1070, index.scss */
      .form_table td .checkbox input[type="checkbox"]:checked + .check_icon i {
        visibility: visible; }
    /* line 1074, index.scss */
    .form_table td .select {
      position: relative;
      display: inline-block;
      width: calc( 1.5rem * 16 );
      border: solid 1px #565656;
      border-radius: 5px;
      overflow: hidden;
      vertical-align: middle; }
      /* line 1082, index.scss */
      .form_table td .select .select_icon {
        position: absolute;
        display: block;
        top: 50%;
        right: 5px;
        width: 2.2rem;
        height: 2.2rem;
        padding-top: 0.65rem;
        border: solid 1px transparent;
        border-radius: 20px;
        background-color: #5dad3a;
        color: #FFF;
        font-size: 1.6rem;
        line-height: 0;
        text-indent: 0.05rem;
        overflow: hidden;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none; }
      /* line 1103, index.scss */
      .form_table td .select select {
        width: 130%;
        padding: 5px;
        border: none;
        outline: 0;
        background-color: transparent;
        font-size: 1.5rem; }
    /* line 1114, index.scss */
    .form_table td .select_year {
      margin-bottom: 10px; }
    /* line 1123, index.scss */
    .form_table td input[readonly], .form_table td textarea[readonly] {
      background-color: #EEE;
      pointer-events: none; }
    /* line 1128, index.scss */
    .form_table td select[data-readonly=true], .form_table td select[disabled] {
      background-color: #EEE;
      pointer-events: none; }
    /* line 1133, index.scss */
    .form_table td .order1_design_item {
      display: inline-block;
      margin: 0 38px 10px 0;
      text-align: center; }
      /* line 1137, index.scss */
      .form_table td .order1_design_item:nth-child(5) {
        margin-right: 0; }
      /* line 1140, index.scss */
      .form_table td .order1_design_item img {
        border: solid 1px #565656; }
    /* line 1144, index.scss */
    .form_table td .invest_amount {
      display: inline-block;
      width: calc( 1.5rem * 10 );
      padding: 7px 5px;
      margin-left: 3.0rem;
      border: solid 2px #5dad3a;
      line-height: 100%; }
    /* line 1152, index.scss */
    .form_table td .notes {
      margin-top: 10px; }
      /* line 1154, index.scss */
      .form_table td .notes strong {
        color: #5dad3a;
        font-weight: normal; }
      /* line 1158, index.scss */
      .form_table td .notes a {
        color: #5dad3a; }

/* エラーメッセージ */
/* line 1167, index.scss */
.error_msg {
  color: red;
  font-weight: bold; }

/* line 1172, index.scss */
.validate_error {
  color: red;
  font-weight: bold;
  font-size: large;
  display: none; }

@media all and (min-width: 640px) and (-ms-high-contrast: none) {
  /* <= IE10 */
  /*
  	.form_table tr .require_mark_2l {
  		top: calc( 50% + 1.6rem );
  	}
  	.form_table tr .require_mark_3l {
  		top: calc( 50% + 2.9rem );
  	}
  	.form_table tr .require_mark_4l {
  		top: calc( 50% + 5.1rem );
  	}
  	.form_table tr .require_mark_dl {
  		top: calc( 50% + 7.5rem );
  	}
  */ }
@media all and (min-width: 640px) and (-ms-high-contrast: none) {
  /* <= IE10 */
  /* line 1202, index.scss */
  .form_table td .select .select_icon {
    text-indent: 0; } }
/* line 1207, index.scss */
.form_table_clone_buttons {
  width: 860px;
  padding-right: 11px;
  margin: -1px auto 0;
  text-align: right;
  line-height: 0; }
  /* line 1213, index.scss */
  .form_table_clone_buttons button {
    position: relative;
    width: 130px;
    padding: 14px 14px 13px;
    margin: 0 4px 0 0;
    border: solid 1px transparent;
    border-radius: 0 0 8px 8px;
    outline: 0;
    background-color: #5dad3a;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    cursor: pointer; }
    /* line 1227, index.scss */
    .form_table_clone_buttons button.form_table_clone_delete {
      background-color: #727171;
      border-color: #727171; }
    /* line 1232, index.scss */
    .form_table_clone_buttons button i {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/********************************************/
/* line 1245, index.scss */
.form_table.confirm_table th {
  background-color: #DCDDDD;
  border-bottom: solid 1px #4C4948;
  color: #595757; }
/* line 1250, index.scss */
.form_table.confirm_table td .select {
  display: inline;
  width: auto;
  border: none !important;
  line-height: 100%; }
  /* line 1255, index.scss */
  .form_table.confirm_table td .select .select_icon {
    display: none !important; }

/**************************************/
/* line 1263, index.scss */
#privacy_agree {
  width: 860px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #f0fae3;
  text-align: center; }
  /* line 1270, index.scss */
  #privacy_agree > h3 {
    font-size: 2.4rem;
    font-weight: normal; }
  /* line 1274, index.scss */
  #privacy_agree > a {
    position: relative;
    display: inline-block;
    padding: 13px 150px 15px 25px;
    border: solid 2px transparent;
    border-radius: 50px;
    background-color: #A0805F;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    text-decoration: none; }
    /* line 1287, index.scss */
    #privacy_agree > a:hover {
      background-color: #FFF;
      border-color: #A0805F;
      color: #A0805F; }
    /* line 1292, index.scss */
    #privacy_agree > a i {
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  /* line 1300, index.scss */
  #privacy_agree > label {
    display: block;
    padding: 30px 0;
    border: solid 3px #FFF;
    background-color: #FFF;
    cursor: pointer; }
    /* line 1306, index.scss */
    #privacy_agree > label:hover, #privacy_agree > label.passed {
      border-color: #5dad3a; }
    /* line 1309, index.scss */
    #privacy_agree > label input {
      display: inline-block;
      vertical-align: middle; }
    /* line 1313, index.scss */
    #privacy_agree > label .agree_error {
      display: none; }
    /* line 1316, index.scss */
    #privacy_agree > label.error {
      border-color: #F00; }
      /* line 1318, index.scss */
      #privacy_agree > label.error .agree_error {
        display: block;
        color: red;
        font-weight: bold; }
  /* line 1326, index.scss */
  #privacy_agree .privacy_agree_text {
    height: 160px;
    padding: 10px;
    border: solid 1px #CCC;
    background-color: #FFF;
    font-size: 1.2rem;
    text-align: left;
    overflow-y: scroll; }
    /* line 1334, index.scss */
    #privacy_agree .privacy_agree_text h4 {
      padding: 0.5rem 0;
      font-size: 1.2rem; }
    /* line 1338, index.scss */
    #privacy_agree .privacy_agree_text address {
      font-style: normal; }
  /* line 1342, index.scss */
  #privacy_agree .checkbox_agree {
    font-size: 2.4rem; }
    /* line 1344, index.scss */
    #privacy_agree .checkbox_agree:last-child {
      margin-left: 30px; }
    /* line 1347, index.scss */
    #privacy_agree .checkbox_agree input[type=checkbox] {
      width: 1px;
      height: 1px;
      visibility: hidden; }
      /* line 1351, index.scss */
      #privacy_agree .checkbox_agree input[type=checkbox] + span.checkbox_agree_icon {
        position: relative;
        display: inline-block;
        width: 3.0rem;
        height: 3.0rem;
        margin: 0 0 0.4rem -1.2rem;
        border: solid 2px #727171;
        border-radius: 20px;
        line-height: 100%;
        vertical-align: middle; }
      /* line 1362, index.scss */
      #privacy_agree .checkbox_agree input[type=checkbox]:checked + span.checkbox_agree_icon {
        background-color: rgba(0, 0, 0, 0.015); }
        /* line 1364, index.scss */
        #privacy_agree .checkbox_agree input[type=checkbox]:checked + span.checkbox_agree_icon:before {
          content: "";
          position: absolute;
          top: calc( (3.0rem - 0.6rem) / 3 );
          left: calc( (3.0rem - 0.6rem) / 3 );
          display: block;
          width: 0.6rem;
          height: 0.6rem;
          background-color: #5dad3a;
          border: solid 2px transparent;
          border-radius: 20px; }

/**************************************/
/* line 1383, index.scss */
.text_commit {
  width: 860px;
  margin: 30px auto 0;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center; }

/********************************************/
/* line 1393, index.scss */
.buttons {
  position: relative;
  width: 860px;
  margin: 0 auto;
  text-align: center; }

/* line 1400, index.scss */
.button_commit {
  display: inline-block;
  width: 260px;
  padding: 1.8rem 0 1.6rem;
  background-color: #8bc34a;
  border: solid 1px transparent;
  border-radius: 50px;
  outline: 0;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  cursor: pointer; }
  /* line 1414, index.scss */
  .button_commit:hover {
    background-color: #ff7246; }

/* line 1419, index.scss */
.button_prev {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1.1rem 18px;
  border: solid 1px transparent;
  border-radius: 20px;
  outline: 0;
  background-color: #727171;
  color: #FFF;
  font-weight: bold;
  line-height: 100%;
  cursor: pointer; }
  /* line 1433, index.scss */
  .button_prev:hover {
    background-color: #EFEFEF;
    border-color: #727171;
    color: #727171; }

/**************************************/
/* line 1442, index.scss */
.text_commit {
  width: 860px;
  margin: 30px auto 0;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center; }

/********************************/
/* line 1452, index.scss */
.subpage_buttons {
  width: 360px;
  margin: 50px auto 0;
  text-align: center; }
  /* line 1456, index.scss */
  .subpage_buttons > a {
    position: relative;
    display: block;
    padding: 1.8rem 0 1.8rem 3.6rem;
    margin-bottom: 0.9rem;
    background-color: #5dad3a;
    border: solid 1px transparent;
    border-radius: 50px;
    outline: 0;
    color: #FFF !important;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    text-decoration: none !important; }
    /* line 1471, index.scss */
    .subpage_buttons > a:hover {
      background-color: #ff7246; }
    /* line 1474, index.scss */
    .subpage_buttons > a i {
      position: absolute;
      right: 3.6rem;
      display: inline-block; }
    /* line 1479, index.scss */
    .subpage_buttons > a:nth-child(2) {
      background-color: #ff7246; }

/*# sourceMappingURL=index.css.map */
