@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);@charset "UTF-8";

@media (min-width: 769px) {
  .form-select {
    position: relative;
  }

  .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: solid 1px #d2d2d2;
    width: 100%;
    font-size: 1.8rem;
    padding-left: 10px;
    line-height: 36px;
  }

  .form-select::after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  input[type=text] {
    font-size: 1.8rem;
    border: solid 1px #d2d2d2;
    width: 100%;
    padding-left: 10px;
    line-height: 36px;
    height: 36px;
  }

  textarea {
    border: solid 1px #d2d2d2;
    width: 100%;
    padding: 10px;
  }

  ::before,
  ::after {
    box-sizing: content-box;
  }

  .content {
    min-width: 1180px;
    background: #f3efec;
  }

  .header {
    height: 100px;
    background: #fff;
  }

  .header .header-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1330px;
    min-width: 1200px;
    margin: 0 auto;
  }

  .header .header-inner .logo {
    width: 174px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .header .header-inner .logo img {
    display: block;
    width: 120%;
  }

  .header .header-inner .gNav {
    display: flex;
    justify-content: space-between;
    width: 960px;
    padding-top: 20px;
  }

  .header .header-inner .gNav .menu {
    width: 600px;
  }

  .header .header-inner .gNav .menu ul {
    display: flex;
    justify-content: flex-start;
  }

  .header .header-inner .gNav .menu ul li {
    position: relative;
    padding: 0 20px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    text-align: center;
  }

  .header .header-inner .gNav .menu ul li .second-level {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 80px;
    left: -90px;
    width: 288px;
    border: 4px solid #e3c461;
  }

  .header .header-inner .gNav .menu ul li .second-level ul {
    display: block;
  }

  .header .header-inner .gNav .menu ul li .second-level ul::before {
    position: absolute;
    content: "";
    top: -24px;
    left: 50%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #e3c461;
    margin-left: -10px;
  }

  .header .header-inner .gNav .menu ul li .second-level li {
    padding: 0;
    border-bottom: 1px solid #d1d7db;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 1.3rem;
    text-align: left;
  }

  .header .header-inner .gNav .menu ul li .second-level li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }

  .header .header-inner .gNav .menu ul li .second-level li:hover {
    background: #bea94b;
    color: #fff;
  }

  .header .header-inner .gNav .menu ul li .second-level li:hover a {
    color: #fff;
  }

  .header .header-inner .gNav .menu ul li .second-level li:hover:after {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    font-size: 10px;
    color: #dc6933;
  }

  .header .header-inner .gNav .menu ul li:hover:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    content: "\25CF";
    font-size: 10px;
    color: #dc6933;
  }

  .header .header-inner .gNav .menu ul li:hover .second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
  }

  .header .header-inner .gNav .menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #250d01;
  }

  .header .header-inner .gNav .menu span {
    display: block;
    font-size: 1rem;
  }

  .header .header-inner .gNav .sns {
    width: 100px;
    padding-top: 10px;
  }

  .header .header-inner .gNav .sns li {
    display: inline-block;
    padding: 0 15px;
  }

  .header .header-inner .gNav .sns li:first-child img {
    height: 20px;
  }

  .header .header-inner .gNav .sns li:last-child img {
    width: 20px;
  }

  .header .header-inner .gNav .reservation {
    width: 180px;
  }

  .header .header-inner .gNav .reservation .boxBtn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;
    background: #dfb93e;
    color: #fff;
  }

  .weborder-header {
    position: relative;
    height: 411px;
    background: #f3efec;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .weborder-header .box-txt {
    position: relative;
    z-index: 1;
    width: 45%;
    padding: 80px;
    background: #fff;
    margin-top: 22px;
  }

  .weborder-header .box-txt .txt-ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.6rem;
  }

  .weborder-header .box-txt .sub-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .weborder-header .box-txt .alert {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .weborder-header .box-txt .alert .alert-icon {
    height: 20px;
    width: auto;
  }

  .weborder-header .box-txt .alert .alert-txt {
    font-size: 1.6rem;
    text-decoration: underline;
    font-weight: bold;
  }

  .weborder-header .box-img {
    position: absolute;
    width: 70%;
    height: 393px;
    bottom: 0;
    right: 0;
    background: url(/images/common/img-main.jpg) center center no-repeat;
    background-size: cover;
  }

  .border-line {
    position: relative;
    padding-bottom: 100px;
  }

  .border-line:after {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    width: 1px;
    height: 48px;
    background: #000;
  }

  .content {
    padding-bottom: 100px;
    /*
     * 見積もりフォーム
     */
    /*
     * 注文フォーム
     */
    /*
     * 注文フォーム確認
    */
    /*
     * 注文フォーム完了
     */
    /*
     * アンケートフォーム完了
     */
    /*
     * マイページ
     */
    /*
     * マイページ編集
     */
    /*
     * マイページ ログイン
    */
  }

  .content.index {
    padding-bottom: 200px;
  }

  .content.index .error-message {
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.index .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
  }

  .content.index .order-content {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
    padding: 16px;
  }

  .content.index .order-content .course-name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .content.index .order-content .current-ring {
    font-size: 1rem;
    color: #767676;
  }

  .content.index .order-content .row .image-content {
    position: relative;
  }

  .content.index .order-content .row .image-content i {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #1a100e;
    font-size: 24px;
  }

  .content.index .order-content .row .image-content .image {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  .content.index .order-content .row .image-content .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: -1;
  }

  .content.index .order-content .row .price-content {
    padding: 0;
  }

  .content.index .order-content .row .price-content .total-content {
    margin: 15px 0 5px;
    text-align: right;
  }

  .content.index .order-content .row .price-content .total-content .total-txt {
    display: inline;
    font-size: 1rem;
  }

  .content.index .order-content .row .price-content .total-content .total-price {
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: #ddb93c;
  }

  .content.index .order-content .row .price-content .btn-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-copy {
    display: block;
    width: 48%;
    border: 2px solid #959394;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-copy i {
    display: block;
    margin-bottom: 10px;
    font-size: 2.6rem;
  }

  .content.index .order-content .row .price-content .btn-wrapper .short-url {
    display: block;
    padding: 4px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-order {
    display: block;
    width: 48%;
    background: #e6b701;
    border: 2px solid #e6b701;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-order i {
    display: block;
    margin-bottom: 10px;
    font-size: 2.6rem;
  }

  .content.index .ring-form {
    width: 826px;
    margin: 0 auto;
    background: #fff;
  }

  .content.index .ring-form .midashi {
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
    background: #200d07;
    padding: 10px 18px 10px 30px;
    color: #fff;
  }

  .content.index .ring-form .midashi-option {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px 10px 30px;
    border-bottom: 1px solid #230c06;
  }

  .content.index .ring-form .midashi-option span i {
    color: #dbbb93;
    margin-right: 10px;
  }

  .content.index .ring-form .option-wrapper {
    border-bottom: 1px solid #230c06;
    padding-bottom: 24px;
  }

  .content.index .ring-form .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 764px;
    margin: 0 auto;
    padding: 20px 0 24px;
  }

  .content.index .ring-form .item-list .item {
    width: 120px;
  }

  .content.index .ring-form .item-list .item a img {
    width: 100%;
    margin-bottom: 9px;
  }

  .content.index .ring-form .item-list .item a .name {
    font-size: 1.45rem;
    text-align: center;
  }

  .content.index .ring-form .item-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .item-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .recommend-setting {
    padding-bottom: 30px;
  }

  .content.index .ring-form .recommend-setting .recommend-header {
    margin-bottom: 22px;
  }

  .content.index .ring-form .recommend-setting .recommend-header .title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
  }

  .content.index .ring-form .recommend-setting .recommend-header .sub-title {
    font-weight: bold;
    text-align: center;
  }

  .content.index .ring-form .recommend-setting .hooper {
    height: auto;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item {
    display: flex;
    justify-content: space-between;
    width: 83%;
    background: #f3efec;
    margin: 0 auto;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .image {
    width: 38%;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .image img {
    width: 100%;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail {
    width: 62%;
    display: flex;
    flex-direction: column;
    padding: 20px 8%;
    justify-content: space-between;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .desc {
    font-size: 1.1rem;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .desc dd {
    text-indent: 2em;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .btn {
    display: block;
    border: 2px solid #250d01;
    font-size: 1.2rem;
    background: #fff;
    text-align: center;
    padding: 6px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .btn::after {
    content: url(/images/order/icon-arrow.png);
    margin-left: 10px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .my-icon {
    display: block;
    width: 68px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .my-icon img {
    width: 100%;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination {
    position: relative;
    right: auto;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator {
    margin: 0 8px;
    width: 8px;
    height: 8px;
    border: solid 1px #200d07;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator:hover,
  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator.is-active {
    background-color: #200d07;
  }

  .content.index .ring-form .ring-form-notice {
    width: 764px;
    margin: 0 auto;
    padding: 24px 0;
  }

  .content.index .ring-form .ring-form-notice .notice-list {
    background: #f4efec;
    padding: 10px 30px;
  }

  .content.index .ring-form .ring-form-notice .notice-list li {
    margin-bottom: 4px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .content.index .ring-form .propose-ring .column-list,
  .content.index .ring-form .anniversary-ring .column-list,
  .content.index .ring-form .marriage-ring .column-list,
  .content.index .ring-form .engagement-ring .column-list {
    width: 764px;
    margin: 0 auto;
    padding: 20px 0 24px 0;
  }

  .content.index .ring-form .propose-ring .column-list .row,
  .content.index .ring-form .anniversary-ring .column-list .row,
  .content.index .ring-form .marriage-ring .column-list .row,
  .content.index .ring-form .engagement-ring .column-list .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: baseline;
  }

  .content.index .ring-form .propose-ring .column-list .row .column,
  .content.index .ring-form .anniversary-ring .column-list .row .column,
  .content.index .ring-form .marriage-ring .column-list .row .column,
  .content.index .ring-form .engagement-ring .column-list .row .column {
    width: 370px;
    position: relative;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label,
  .content.index .ring-form .anniversary-ring .column-list .row .column label,
  .content.index .ring-form .marriage-ring .column-list .row .column label,
  .content.index .ring-form .engagement-ring .column-list .row .column label {
    display: inline-block;
    margin-bottom: 6px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label span,
  .content.index .ring-form .anniversary-ring .column-list .row .column label span,
  .content.index .ring-form .marriage-ring .column-list .row .column label span,
  .content.index .ring-form .engagement-ring .column-list .row .column label span {
    font-size: 1.6rem;
    margin-right: 6px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i,
  .content.index .ring-form .marriage-ring .column-list .row .column label i,
  .content.index .ring-form .engagement-ring .column-list .row .column label i {
    position: relative;
    font-size: 2rem;
    color: #909090;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i.active,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i.active,
  .content.index .ring-form .marriage-ring .column-list .row .column label i.active,
  .content.index .ring-form .engagement-ring .column-list .row .column label i.active {
    color: #d1a577;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .marriage-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .engagement-ring .column-list .row .column label i.active:after {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #f1f1f1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips {
    display: none;
    position: absolute;
    bottom: 0;
    width: 90%;
    max-width: 355px;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 1;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips .tips-inner,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips .tips-inner,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips .tips-inner,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips .tips-inner {
    margin-bottom: 87px;
    background: #f1f1f1;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips .tips-inner .about-link {
    margin-top: 10px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips .tips-inner .about-link a {
    text-decoration: underline;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips.active,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips.active,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips.active,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips.active {
    display: block;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .help,
  .content.index .ring-form .anniversary-ring .column-list .row .column .help,
  .content.index .ring-form .marriage-ring .column-list .row .column .help,
  .content.index .ring-form .engagement-ring .column-list .row .column .help {
    font-size: 12px;
    text-decoration: underline;
  }

  .content.index .ring-form .propose-ring .column-list .row.last,
  .content.index .ring-form .anniversary-ring .column-list .row.last,
  .content.index .ring-form .marriage-ring .column-list .row.last,
  .content.index .ring-form .engagement-ring .column-list .row.last {
    align-items: flex-end;
  }

  .content.index .ring-form .propose-ring .column-list .note,
  .content.index .ring-form .anniversary-ring .column-list .note,
  .content.index .ring-form .marriage-ring .column-list .note,
  .content.index .ring-form .engagement-ring .column-list .note {
    width: 370px;
    margin-left: auto;
    font-size: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list,
  .content.index .ring-form .marriage-ring-option .custom-list,
  .content.index .ring-form .engagement-ring-option .custom-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 764px;
    margin: 0 auto;
    padding: 24px 0 24px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item,
  .content.index .ring-form .marriage-ring-option .custom-list .item,
  .content.index .ring-form .engagement-ring-option .custom-list .item {
    position: relative;
    width: 150px;
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item .glass,
  .content.index .ring-form .marriage-ring-option .custom-list .item .glass,
  .content.index .ring-form .engagement-ring-option .custom-list .item .glass {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item:nth-child(4),
  .content.index .ring-form .marriage-ring-option .custom-list .item:nth-child(4),
  .content.index .ring-form .engagement-ring-option .custom-list .item:nth-child(4),
  .content.index .ring-form .anniversary-ring-option .custom-list .item:nth-child(8),
  .content.index .ring-form .marriage-ring-option .custom-list .item:nth-child(8),
  .content.index .ring-form .engagement-ring-option .custom-list .item:nth-child(8) {
    margin-right: 0;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a img,
  .content.index .ring-form .marriage-ring-option .custom-list .item a img,
  .content.index .ring-form .engagement-ring-option .custom-list .item a img {
    width: 100%;
    margin-bottom: 9px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a .name,
  .content.index .ring-form .marriage-ring-option .custom-list .item a .name,
  .content.index .ring-form .engagement-ring-option .custom-list .item a .name {
    font-size: 1.6rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a .txt,
  .content.index .ring-form .marriage-ring-option .custom-list .item a .txt,
  .content.index .ring-form .engagement-ring-option .custom-list .item a .txt {
    font-size: 1.2rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active img,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active img,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active .name,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active .name,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active .txt,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active .txt,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active .txt {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .other,
  .content.index .ring-form .marriage-ring-option .other,
  .content.index .ring-form .engagement-ring-option .other {
    width: 764px;
    margin: 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .other label,
  .content.index .ring-form .marriage-ring-option .other label,
  .content.index .ring-form .engagement-ring-option .other label {
    display: block;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }

  .content.index .ring-form .anniversary-ring-option .other textarea,
  .content.index .ring-form .marriage-ring-option .other textarea,
  .content.index .ring-form .engagement-ring-option .other textarea {
    height: 134px;
  }

  .content.index .ring-form .anniversary-ring-option .other .note,
  .content.index .ring-form .marriage-ring-option .other .note,
  .content.index .ring-form .engagement-ring-option .other .note {
    font-size: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin,
  .content.index .ring-form .marriage-ring-option .is-kokuin,
  .content.index .ring-form .engagement-ring-option .is-kokuin {
    width: 764px;
    margin: 24px auto 16px auto;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label,
  .content.index .ring-form .marriage-ring-option .is-kokuin label,
  .content.index .ring-form .engagement-ring-option .is-kokuin label {
    margin-right: 30px;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label input,
  .content.index .ring-form .marriage-ring-option .is-kokuin label input,
  .content.index .ring-form .engagement-ring-option .is-kokuin label input {
    display: none;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label input:checked + span::after,
  .content.index .ring-form .marriage-ring-option .is-kokuin label input:checked + span::after,
  .content.index .ring-form .engagement-ring-option .is-kokuin label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
    box-sizing: content-box;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label span,
  .content.index .ring-form .marriage-ring-option .is-kokuin label span,
  .content.index .ring-form .engagement-ring-option .is-kokuin label span {
    position: relative;
    padding-left: 20px;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label span::before,
  .content.index .ring-form .marriage-ring-option .is-kokuin label span::before,
  .content.index .ring-form .engagement-ring-option .is-kokuin label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin-txt,
  .content.index .ring-form .marriage-ring-option .kokuin-txt,
  .content.index .ring-form .engagement-ring-option .kokuin-txt {
    width: 764px;
    margin: 0 auto 24px auto;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin-txt .kokuin-subtxt02,
  .content.index .ring-form .marriage-ring-option .kokuin-txt .kokuin-subtxt02,
  .content.index .ring-form .engagement-ring-option .kokuin-txt .kokuin-subtxt02 {
    font-size: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin,
  .content.index .ring-form .marriage-ring-option .kokuin,
  .content.index .ring-form .engagement-ring-option .kokuin {
    display: flex;
    justify-content: space-between;
    width: 764px;
    margin: 0 auto 12px auto;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin .char,
  .content.index .ring-form .marriage-ring-option .kokuin .char,
  .content.index .ring-form .engagement-ring-option .kokuin .char {
    border: solid 1px #d2d2d2;
    width: 32px;
    height: 32px;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin .char img,
  .content.index .ring-form .marriage-ring-option .kokuin .char img,
  .content.index .ring-form .engagement-ring-option .kokuin .char img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .delete-char,
  .content.index .ring-form .marriage-ring-option .delete-char,
  .content.index .ring-form .engagement-ring-option .delete-char {
    width: 764px;
    margin: 0 auto 28px auto;
    display: flex;
  }

  .content.index .ring-form .anniversary-ring-option .delete-char a,
  .content.index .ring-form .marriage-ring-option .delete-char a,
  .content.index .ring-form .engagement-ring-option .delete-char a {
    display: block;
    background: #000;
    color: #fff;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .delete-char .delete-one,
  .content.index .ring-form .marriage-ring-option .delete-char .delete-one,
  .content.index .ring-form .engagement-ring-option .delete-char .delete-one {
    margin-right: 20px;
  }

  .content.index .ring-form .anniversary-ring-option .add-char,
  .content.index .ring-form .marriage-ring-option .add-char,
  .content.index .ring-form .engagement-ring-option .add-char {
    width: 764px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #f6f8f7;
    padding: 2px 0 0 2px;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a,
  .content.index .ring-form .marriage-ring-option .add-char a,
  .content.index .ring-form .engagement-ring-option .add-char a {
    display: block;
    width: 29.5px;
    height: 29.5px;
    border: solid 1px #e5e6e6;
    margin-right: 1px;
    margin-bottom: 4px;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a img,
  .content.index .ring-form .marriage-ring-option .add-char a img,
  .content.index .ring-form .engagement-ring-option .add-char a img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a:nth-child(25),
  .content.index .ring-form .marriage-ring-option .add-char a:nth-child(25),
  .content.index .ring-form .engagement-ring-option .add-char a:nth-child(25) {
    margin-right: 0;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list,
  .content.index .ring-form .marriage-ring-option .inner-stone-list,
  .content.index .ring-form .engagement-ring-option .inner-stone-list {
    display: flex;
    flex-wrap: wrap;
    width: 706px;
    margin: 30px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item {
    width: 10%;
    text-align: center;
    margin-bottom: 10px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .image,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .image,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .image {
    margin-bottom: 4px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .image img,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .image img,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .image img {
    width: 34px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .name,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .name,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .name {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item.active img,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item.active img,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item.active .name,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item.active .name,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-note,
  .content.index .ring-form .marriage-ring-option .inner-stone-note,
  .content.index .ring-form .engagement-ring-option .inner-stone-note {
    width: 764px;
    margin: 20px auto 0 auto;
    padding: 10px 30px;
    background: #f4efec;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size,
  .content.index .ring-form .marriage-ring-option .stone-size,
  .content.index .ring-form .engagement-ring-option .stone-size {
    margin-top: 24px;
    font-size: 1.6rem;
    width: 706px;
    margin: 24px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size label,
  .content.index .ring-form .marriage-ring-option .stone-size label,
  .content.index .ring-form .engagement-ring-option .stone-size label {
    display: block;
    margin-bottom: 10px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list {
    display: flex;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item {
    width: 150px;
    margin-right: 54px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a {
    display: block;
    margin-bottom: 5px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a img,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a img,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a.active img,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a.active img,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item span,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item span,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item span {
    display: block;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-content,
  .content.index .ring-form .marriage-ring-case .case-content,
  .content.index .ring-form .engagement-ring-case .case-content {
    padding-bottom: 24px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list,
  .content.index .ring-form .marriage-ring-case .case-list,
  .content.index .ring-form .engagement-ring-case .case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 764px;
    margin: 0 auto;
    padding: 24px 0 24px;
    gap: 20px 50px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item,
  .content.index .ring-form .marriage-ring-case .case-list .item,
  .content.index .ring-form .engagement-ring-case .case-list .item {
    width: 150px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a img,
  .content.index .ring-form .marriage-ring-case .case-list .item a img,
  .content.index .ring-form .engagement-ring-case .case-list .item a img {
    width: 100%;
    margin-bottom: 9px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a .name,
  .content.index .ring-form .marriage-ring-case .case-list .item a .name,
  .content.index .ring-form .engagement-ring-case .case-list .item a .name {
    font-size: 1.4rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a .txt,
  .content.index .ring-form .marriage-ring-case .case-list .item a .txt,
  .content.index .ring-form .engagement-ring-case .case-list .item a .txt {
    font-size: 1.2rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active img,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active img,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active img {
    border: solid 4px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active .name,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active .name,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active .txt,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active .txt,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active .txt {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-case .note,
  .content.index .ring-form .marriage-ring-case .note,
  .content.index .ring-form .engagement-ring-case .note {
    width: 764px;
    margin: 0 auto;
    padding: 10px 30px;
    background: #f4efec;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last {
    align-items: flex-start;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f3efec;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .image {
    width: 80px;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .image img {
    width: 100%;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .txt {
    width: 264px;
  }

  .content.index .ring-form .marriage-ring-option .custom-list::after {
    display: block;
    content: "";
    width: 350px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list::after {
    display: block;
    content: "";
    width: 350px;
  }

  .content.index .ring-form .engagement-ring-case .case-list::after {
    display: block;
    content: "";
    width: 150px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list::after {
    display: block;
    content: "";
    width: 150px;
  }

  .content.index .ring-form-order {
    width: 584px;
    margin: 106px auto 0 auto;
  }

  .content.index .ring-form-order .order-ring button {
    display: block;
    width: 100%;
    border-radius: 36px;
    text-align: center;
    padding: 18px 0;
    font-size: 2.4rem;
    background: #dfb93e;
    color: #fff;
  }

  .content.order-confirm .order-contents .image-content,
  .content.order-customer .order-contents .image-content {
    margin-bottom: 48px;
  }

  .content.order-confirm .order-contents .image-content .image-thumb,
  .content.order-customer .order-contents .image-content .image-thumb {
    text-align: center;
    margin: 0 auto 16px auto;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a,
  .content.order-customer .order-contents .image-content .image-thumb a {
    display: inline-block;
    margin-right: 40px;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a img,
  .content.order-customer .order-contents .image-content .image-thumb a img {
    width: 120px;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a:last-child,
  .content.order-customer .order-contents .image-content .image-thumb a:last-child {
    margin-right: 0;
  }

  .content.order-confirm .order-contents .image-content .no-image-text,
  .content.order-customer .order-contents .image-content .no-image-text {
    width: 440px;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  .content.order-confirm .order-contents .image-content .caution-text,
  .content.order-customer .order-contents .image-content .caution-text {
    text-align: center;
    margin-top: 30px;
  }

  .content.order-confirm .order-contents .image-content .caution-text ul,
  .content.order-customer .order-contents .image-content .caution-text ul {
    width: 440px;
    margin: 0 auto;
    background: #ebebeb;
    padding: 12px 0;
    font-size: 1.2rem;
  }

  .content.order-confirm .order-contents .image-content .caution-text ul .term,
  .content.order-customer .order-contents .image-content .caution-text ul .term {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .content.order-customer .hp_pc_none {
    display: none;
  }

  .content.order-customer .error-message {
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.order-customer .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
  }

  .content.order-customer .order-contents,
  .content.order-customer .customer-form,
  .content.order-customer .payment-form {
    background-color: #fff;
    width: 826px;
    padding: 25px 31px 25px;
    margin: 0 auto;
  }

  .content.order-customer .heading,
  .content.order-customer .sub-heading {
    display: block;
  }

  .content.order-customer .heading {
    font-size: 1.8rem;
  }

  .content.order-customer .sub-heading {
    padding-top: 13px;
  }

  .content.order-customer .order-contents {
    margin-bottom: 30px;
  }

  .content.order-customer .order-contents .order-overview {
    margin-bottom: 24px;
  }

  .content.order-customer .order-contents .order-overview .heading {
    font-weight: bold;
  }

  .content.order-customer .order-contents .order-overview .heading,
  .content.order-customer .order-contents .order-overview .sub-heading {
    text-align: center;
  }

  .content.order-customer .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
    color: #d7ba54;
    font-size: 3.9rem;
    margin-top: -5px;
  }

  .content.order-customer .order-contents .order-details {
    display: flex;
    justify-content: space-between;
  }

  .content.order-customer .order-contents .order-details.course-3,
  .content.order-customer .order-contents .order-details.course-4,
  .content.order-customer .order-contents .order-details.course-5 {
    justify-content: center;
  }

  .content.order-customer .order-contents .order-details .detail-left,
  .content.order-customer .order-contents .order-details .detail-right {
    width: 370px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.order-customer .order-contents .order-details .detail-left .row2,
  .content.order-customer .order-contents .order-details .detail-right .row2 {
    margin-top: 25px;
  }

  .content.order-customer .order-contents .order-details .detail-left h4,
  .content.order-customer .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.order-customer .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
  }

  .content.order-customer .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.order-customer .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.order-customer .order-contents .order-details .detail-list th {
    width: 270px;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.order-customer .order-contents .order-details .detail-list td.price {
    width: 100px;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.order-customer .order-contents .order-edit-link {
    text-align: center;
    padding-top: 25px;
  }

  .content.order-customer .order-contents .order-edit-link a {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid #000;
  }

  .content.order-customer .customer-form {
    margin-bottom: 42px;
  }

  .content.order-customer .customer-form .heading {
    font-weight: bold;
    margin-bottom: 27px;
  }

  .content.order-customer .customer-form label {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 2px;
  }

  .content.order-customer .customer-form span.require-badge {
    display: inline-block;
    margin-left: 17px;
    padding: 0 9px;
    font-size: 1.5rem;
    background-color: #d0a773;
    color: #fff;
    border-radius: 2px;
  }

  .content.order-customer .customer-form .customer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .content.order-customer .customer-form .customer-info > div {
    width: 48.5%;
  }

  .content.order-customer .customer-form .customer-info > div:nth-of-type(1),
  .content.order-customer .customer-form .customer-info > div:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .content.order-customer .customer-form .customer-info > div:nth-of-type(3),
  .content.order-customer .customer-form .customer-info > div:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .content.order-customer .customer-form .customer-info input {
    display: block;
    font-size: 1.5rem;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.order-customer .customer-form .customer-info .mail-caution-txt {
    margin-left: 51.5%;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .content.order-customer .customer-form .used-it-before {
    margin-bottom: 25px;
  }

  .content.order-customer .customer-form .used-it-before label._hp .sub {
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .content.order-customer .customer-form .used-it-before .section-wrp {
    width: 48.5%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.order-customer .customer-form .used-it-before .section-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-customer .customer-form .used-it-before select {
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    height: 38px;
    width: 100%;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea {
    padding: 3px 10px;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea::-moz-placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea:-ms-input-placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea::placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .user-address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content.order-customer .customer-form .user-address > div {
    width: 48.5%;
  }

  .content.order-customer .customer-form .user-address > div:nth-of-type(1),
  .content.order-customer .customer-form .user-address > div:nth-of-type(2) {
    margin-bottom: 19px;
  }

  .content.order-customer .customer-form .user-address .hp_yubin-wrp {
    display: flex;
  }

  .content.order-customer .customer-form .user-address .hp_yubin-btn {
    width: 57%;
    background-color: #c9c9c9;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    border-top: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
  }

  .content.order-customer .customer-form .user-address input,
  .content.order-customer .customer-form .user-address select {
    display: block;
    font-size: 1.5rem;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.order-customer .customer-form .user-address input.hp_yubin,
  .content.order-customer .customer-form .user-address select.hp_yubin {
    width: 30%;
  }

  .content.order-customer .customer-form .user-address .select-wrp {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.order-customer .customer-form .user-address .select-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-customer .payment-form {
    padding-top: 27px;
    margin-bottom: 42px;
    position: relative;
  }

  .content.order-customer .payment-form .heading {
    margin-bottom: 28px;
    font-weight: bold;
  }

  .content.order-customer .payment-form .payments {
    display: flex;
  }

  .content.order-customer .payment-form .payments > div {
    width: 48.5%;
  }

  .content.order-customer .payment-form .payments > div.banking {
    padding-left: 40px;
  }

  .content.order-customer .payment-form .payments > div.banking div.txt {
    padding-top: 7px;
    padding-left: 35px;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .content.order-customer .payment-form .payments .radio-card,
  .content.order-customer .payment-form .payments .radio-banking {
    margin-right: 15px;
  }

  .content.order-customer .payment-form .payments label.radio-card-label,
  .content.order-customer .payment-form .payments label.radio-banking-label {
    margin-right: 30px;
  }

  .content.order-customer .payment-form .payments label.radio-card-label input,
  .content.order-customer .payment-form .payments label.radio-banking-label input {
    display: none;
  }

  .content.order-customer .payment-form .payments label.radio-card-label input:checked + span::after,
  .content.order-customer .payment-form .payments label.radio-banking-label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
    box-sizing: content-box;
  }

  .content.order-customer .payment-form .payments label.radio-card-label span,
  .content.order-customer .payment-form .payments label.radio-banking-label span {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
  }

  .content.order-customer .payment-form .payments label.radio-card-label span::before,
  .content.order-customer .payment-form .payments label.radio-banking-label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.order-customer .payment-form .payments .card-info {
    margin-top: 8px;
    margin-left: 28px;
    background-color: #f4efec;
    padding: 15px;
  }

  .content.order-customer .payment-form .payments .card-info label {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .content.order-customer .payment-form .payments .card-info input,
  .content.order-customer .payment-form .payments .card-info select {
    display: inline-block;
    height: 38px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    margin: 0 7.5px;
    padding-left: 1rem;
  }

  .content.order-customer .payment-form .payments .card-info input:first-of-type,
  .content.order-customer .payment-form .payments .card-info select:first-of-type {
    margin-left: 0;
  }

  .content.order-customer .payment-form .payments .card-info .stripe-input {
    padding: 8px;
    border: 1px solid #d2d2d2;
    background: #fff;
  }

  .content.order-customer .cautions {
    width: 826px;
    margin: 0 auto;
    padding-bottom: 83px;
    position: relative;
  }

  .content.order-customer .cautions::before {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 47%;
    top: -37px;
    transform: translateY(-50%);
  }

  .content.order-customer .cautions::after {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 47%;
    bottom: 3%;
    transform: translateY(-50%);
  }

  .content.order-customer .cautions .heading {
    margin-bottom: 20px;
  }

  .content.order-customer .cautions .caution-of-order {
    padding-bottom: 25px;
  }

  .content.order-customer .cautions .caution-of-order p {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
  }

  .content.order-customer .cautions .caution-of-order p:before {
    content: "\25CF";
    position: absolute;
    left: 0;
  }

  .content.order-customer .cautions .caution-of-order p a {
    border-bottom: 1px solid;
  }

  .content.order-customer .cautions .caution-of-mail {
    text-align: center;
    background-color: #f0eaea;
    padding: 25px 0 25px;
    margin: 0 26px;
  }

  .content.order-customer .cautions .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 2rem;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .content.order-customer .cautions .caution-of-mail p {
    color: #e3364f;
  }

  .content.order-customer .cautions .caution-of-mail p a {
    color: #e3364f;
    border-bottom: 1px solid #e3364f;
  }

  .content.order-customer .confirm-btn {
    width: 826px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
  }

  .content.order-customer .confirm-btn button {
    position: relative;
    display: inline-block;
    border: 2px solid;
    padding: 6px 75px;
    padding-left: 70px;
    padding-right: 80px;
  }

  .content.order-customer .confirm-btn button img {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }

  .content.order-confirm .hp_pc_none {
    display: none;
  }

  .content.order-confirm .border-line {
    display: none;
  }

  .content.order-confirm .weborder-header {
    height: 304px;
  }

  .content.order-confirm .weborder-header .box-txt {
    padding: 55px 80px;
  }

  .content.order-confirm .showy-msg-box {
    margin-bottom: 25px;
  }

  .content.order-confirm .showy-msg-box strong.showy-msg {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    color: #c97355;
  }

  .content.order-confirm .showy-msg-box p.sub-showy-msg {
    text-align: center;
    font-size: 1.7rem;
  }

  .content.order-confirm .order-contents {
    background-color: #fff;
    width: 826px;
    padding: 25px 31px 25px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .content.order-confirm .order-contents .heading,
  .content.order-confirm .order-contents .sub-heading {
    display: block;
  }

  .content.order-confirm .order-contents .heading {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .content.order-confirm .order-contents .sub-heading {
    padding-top: 13px;
  }

  .content.order-confirm .order-contents .order-overview {
    margin-bottom: 24px;
  }

  .content.order-confirm .order-contents .order-overview .heading,
  .content.order-confirm .order-contents .order-overview .sub-heading {
    text-align: center;
  }

  .content.order-confirm .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
    color: #d7ba54;
    font-size: 3.9rem;
    margin-bottom: 10px;
    margin-top: -5px;
  }

  .content.order-confirm .order-contents .order-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
  }

  .content.order-confirm .order-contents .order-details.course-3,
  .content.order-confirm .order-contents .order-details.course-4,
  .content.order-confirm .order-contents .order-details.course-5 {
    justify-content: center;
  }

  .content.order-confirm .order-contents .order-details .detail-left,
  .content.order-confirm .order-contents .order-details .detail-right {
    width: 370px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.order-confirm .order-contents .order-details .detail-left .row2,
  .content.order-confirm .order-contents .order-details .detail-right .row2 {
    margin-top: 25px;
  }

  .content.order-confirm .order-contents .order-details .detail-left h4,
  .content.order-confirm .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.order-confirm .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
  }

  .content.order-confirm .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.order-confirm .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.order-confirm .order-contents .order-details .detail-list th {
    width: 270px;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.order-confirm .order-contents .order-details .detail-list td.price {
    width: 100px;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.order-confirm .order-contents .flex {
    display: flex;
  }

  .content.order-confirm .order-contents .customer {
    width: 50%;
  }

  .content.order-confirm .order-contents .customer table {
    margin-top: 12px;
  }

  .content.order-confirm .order-contents .customer table tr {
    display: block;
    padding: 8.5px 0;
  }

  .content.order-confirm .order-contents .customer table th,
  .content.order-confirm .order-contents .customer table td {
    display: block;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: normal;
    line-height: 1.3;
    max-width: 350px;
  }

  .content.order-confirm .order-contents .customer table span.yubin {
    padding-right: 1.2rem;
  }

  .content.order-confirm .order-contents .payment {
    width: 50%;
  }

  .content.order-confirm .order-contents .payment .heading {
    padding-left: 10px;
  }

  .content.order-confirm .order-contents .payment table {
    margin-top: 7px;
  }

  .content.order-confirm .order-contents .payment table tr {
    display: block;
    padding: 5px 0;
  }

  .content.order-confirm .order-contents .payment table th,
  .content.order-confirm .order-contents .payment table td {
    display: block;
    font-weight: normal;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 1.5rem;
    letter-spacing: 0.015em;
  }

  .content.order-confirm .order-contents .payment table th .card-number,
  .content.order-confirm .order-contents .payment table td .card-number {
    margin-right: 15px;
  }

  .content.order-confirm .caution-of-mail {
    max-width: 770px;
    text-align: center;
    background-color: #f0eaea;
    padding: 25px 135px 25px;
    margin: 0 auto;
    margin-bottom: 75px;
    position: relative;
  }

  .content.order-confirm .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 15px;
  }

  .content.order-confirm .caution-of-mail p {
    color: #e3364f;
  }

  .content.order-confirm .caution-of-mail p a {
    color: #e3364f;
    border-bottom: 1px solid #e3364f;
  }

  .content.order-confirm .caution-of-mail::after {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 46%;
    bottom: -42%;
    transform: translateY(-50%);
  }

  .content.order-confirm .back-or-confirm {
    width: 705px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .content.order-confirm .back-or-confirm a {
    display: block;
  }

  .content.order-confirm .back-or-confirm button {
    width: 300px;
    padding: 12px 0;
    text-align: center;
    border: 1px solid;
    font-weight: bold;
    letter-spacing: 0.2em;
  }

  .content.order-confirm .back-or-confirm .back button img {
    transform: rotateZ(180deg);
    padding: 0 0 8px 10px;
  }

  .content.order-confirm .back-or-confirm .confirm button {
    border-color: #dfb93e;
    background-color: #dfb93e;
  }

  .content.order-confirm .back-or-confirm .confirm button img {
    padding: 8px 0 0 10px;
  }

  .content.order-complete .vanish {
    display: none !important;
  }

  .content.order-complete .vanish_re {
    display: block !important;
  }

  .content.order-complete .weborder-header {
    height: 340px;
  }

  .content.order-complete .weborder-header .box-txt {
    padding: 55px 80px;
  }

  .content.order-complete .inner {
    max-width: 825px;
    margin: 0 auto;
  }

  .content.order-complete .complete_container {
    padding-bottom: 120px;
    text-align: center;
  }

  .content.order-complete .complete_container .ttl_box {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .content.order-complete .complete_container .ttl_box .thanks_txt {
    margin-bottom: 10px;
  }

  .content.order-complete .complete_container .order_num {
    color: #c67359;
  }

  .content.order-complete .complete_container .txt_box {
    margin-bottom: 20px;
  }

  .content.order-complete .complete_container .txt_box p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
  }

  .content.order-complete .complete_container .other_estimate {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 18px;
  }

  .content.order-complete .complete_container .other_estimate h3 {
    margin-bottom: 20px;
  }

  .content.order-complete .complete_container .mypage .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 300px;
    height: 45px;
    border: 2px solid #000;
  }

  .content.order-complete .complete_container .mypage .mypage_btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 41px;
    padding-right: 23px;
  }

  .content.order-complete .complete_container .mypage .mypage_btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .content.order-complete .survey_form {
    background-color: #fff;
    padding: 22px 30px 60px;
  }

  .content.order-complete .survey_form input[type=radio] {
    background-color: red;
  }

  .content.order-complete .survey_form .ttl_box {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
  }

  .content.order-complete .survey_form .ttl_box h2 {
    color: #d0a773;
  }

  .content.order-complete .survey_form .ttl_box p {
    font-size: 18px;
  }

  .content.order-complete .survey_form .survey_contents {
    font-size: 18px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
    /* 旧Edge対応 */
    /* IE対応 */
  }

  .content.order-complete .survey_form .survey_contents .top_contents label.radio-gender-label input,
  .content.order-complete .survey_form .survey_contents .top_contents label.radio-marriage-label input {
    display: none;
  }

  .content.order-complete .survey_form .survey_contents .top_contents label.radio-gender-label input:checked + span::after,
  .content.order-complete .survey_form .survey_contents .top_contents label.radio-marriage-label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
    box-sizing: content-box;
  }

  .content.order-complete .survey_form .survey_contents .top_contents label.radio-gender-label span,
  .content.order-complete .survey_form .survey_contents .top_contents label.radio-marriage-label span {
    position: relative;
    padding-left: 20px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents label.radio-gender-label span::before,
  .content.order-complete .survey_form .survey_contents .top_contents label.radio-marriage-label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.order-complete .survey_form .survey_contents .top_contents select,
  .content.order-complete .survey_form .survey_contents .top_contents input {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
    margin-top: 4px;
    font-size: 16px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 10;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=text]::-moz-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=text]:-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=text]::placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=text]::-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .top_contents input[type=text]:-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .select_box {
    position: relative;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .select_box:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .gender {
    width: 48.5%;
    padding-right: 40px;
    margin-bottom: 60px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .gender span {
    margin-right: 18px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .prefectures {
    width: 48.5%;
    padding-left: 40px;
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .birth {
    width: 48.5%;
    padding-right: 40px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .marriage {
    width: 48.5%;
    padding-left: 40px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .marriage span {
    margin-right: 18px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents {
    margin-bottom: 50px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents select {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
    margin-top: 4px;
    font-size: 16px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .select_box {
    position: relative;
    margin-bottom: 10px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .select_box:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .trigger {
    margin-bottom: 15px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .textarea_box textarea {
    height: 85px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .textarea_box textarea::-moz-placeholder {
    font-size: 16px;
    color: #c5c5c5;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .textarea_box textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #c5c5c5;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .textarea_box textarea::placeholder {
    font-size: 16px;
    color: #c5c5c5;
  }

  .content.order-complete .survey_form .survey_contents .send_btn {
    background-color: #dfb93e;
    color: #fff;
    margin: 0 auto;
    width: 580px;
    height: 70px;
    border-radius: 35px;
  }

  .content.order-complete .survey_form .survey_contents .send_btn input {
    font-size: 24px;
    width: 100%;
    height: 100%;
    line-height: 70px;
  }

  .content.order-inquiry-complete .weborder-header {
    height: 340px;
  }

  .content.order-inquiry-complete .weborder-header .box-txt {
    padding: 55px 80px;
  }

  .content.order-inquiry-complete .content-inner {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
  }

  .content.order-inquiry-complete .content-inner .thanks {
    margin-bottom: 70px;
    padding: 20px 0;
    background: #fff;
    font-size: 1.8rem;
  }

  .content.order-inquiry-complete .content-inner .thanks .ttl_box {
    font-size: 2rem;
    color: #d4a66c;
    margin-bottom: 4px;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 235px;
    height: 45px;
    border: 2px solid #000;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 41px;
    padding-right: 23px;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .content.mypage-index {
    padding-bottom: 58px;
  }

  .content.mypage-index .hp_pc_none {
    display: none;
  }

  .content.mypage-index .border-line {
    display: none;
  }

  .content.mypage-index h2.page-heading {
    text-align: center;
    padding: 30px 0;
    font-size: 1.8rem;
    margin-bottom: 13px;
  }

  .content.mypage-index .weborder-header {
    height: 340px;
  }

  .content.mypage-index .weborder-header .box-txt {
    padding: 55px 80px;
  }

  .content.mypage-index .order-contents {
    background-color: #fff;
    width: 826px;
    padding: 45px 31px 25px;
    margin: 0 auto;
    margin-bottom: 150px;
    position: relative;
  }

  .content.mypage-index .order-contents .heading,
  .content.mypage-index .order-contents .sub-heading {
    display: block;
  }

  .content.mypage-index .order-contents .heading {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .content.mypage-index .order-contents .sub-heading {
    padding-top: 13px;
  }

  .content.mypage-index .order-contents .booking-number-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .content.mypage-index .order-contents .booking-number-box .booking-number {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }

  .content.mypage-index .order-contents .order-overview .heading,
  .content.mypage-index .order-contents .order-overview .sub-heading {
    text-align: center;
  }

  .content.mypage-index .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
    color: #d7ba54;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .content.mypage-index .order-contents .order-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
  }

  .content.mypage-index .order-contents .order-details.course-3,
  .content.mypage-index .order-contents .order-details.course-4,
  .content.mypage-index .order-contents .order-details.course-5 {
    justify-content: center;
  }

  .content.mypage-index .order-contents .order-details .detail-left,
  .content.mypage-index .order-contents .order-details .detail-right {
    width: 370px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.mypage-index .order-contents .order-details .detail-left .row2,
  .content.mypage-index .order-contents .order-details .detail-right .row2 {
    margin-top: 25px;
  }

  .content.mypage-index .order-contents .order-details .detail-left h4,
  .content.mypage-index .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.mypage-index .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
  }

  .content.mypage-index .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.mypage-index .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.mypage-index .order-contents .order-details .detail-list th {
    width: 270px;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.mypage-index .order-contents .order-details .detail-list td.price {
    width: 100px;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.mypage-index .order-contents .flex {
    display: flex;
  }

  .content.mypage-index .order-contents .customer {
    width: 50%;
  }

  .content.mypage-index .order-contents .customer table {
    margin-top: 12px;
  }

  .content.mypage-index .order-contents .customer table tr {
    display: block;
    padding: 8.5px 0;
  }

  .content.mypage-index .order-contents .customer table th,
  .content.mypage-index .order-contents .customer table td {
    display: block;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: normal;
    line-height: 1.3;
    max-width: 350px;
  }

  .content.mypage-index .order-contents .customer table span.yubin {
    padding-right: 1.2rem;
  }

  .content.mypage-index .order-contents .payment {
    width: 50%;
  }

  .content.mypage-index .order-contents .payment .heading {
    padding-left: 10px;
  }

  .content.mypage-index .order-contents .payment table {
    margin-top: 7px;
  }

  .content.mypage-index .order-contents .payment table tr {
    display: block;
    padding: 5px 0;
  }

  .content.mypage-index .order-contents .payment table th,
  .content.mypage-index .order-contents .payment table td {
    display: block;
    font-weight: normal;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 1.5rem;
    letter-spacing: 0.015em;
  }

  .content.mypage-index .order-contents .payment table th .card-number,
  .content.mypage-index .order-contents .payment table td .card-number {
    margin-right: 15px;
  }

  .content.mypage-index .order-contents::after {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 47%;
    bottom: -112px;
    transform: translateY(-50%);
  }

  .content.mypage-index .option-btn-box {
    margin-bottom: 50px;
  }

  .content.mypage-index .option-btn-box a {
    display: block;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 575px;
    padding: 12.5px 0;
    background-color: #dfb93e;
    color: #fff;
    font-size: 2.3rem;
    margin-bottom: 30px;
    border-radius: 30px;
  }

  .content.mypage-index .option-btn-box a:nth-of-type(2) {
    background-color: #a0a0a0;
    position: relative;
  }

  .content.mypage-index .option-btn-box a:nth-of-type(2) .unread-badge {
    position: absolute;
    right: 0;
    top: -5px;
    color: #fff;
    background-color: #01a1e9;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    font-size: 1.9rem;
  }

  .content.mypage-index .log-box {
    width: 581px;
    margin: 0 auto;
  }

  .content.mypage-index .log-box table {
    width: 100%;
    border-collapse: collapse;
  }

  .content.mypage-index .log-box table th,
  .content.mypage-index .log-box table td {
    border: 1px solid;
  }

  .content.mypage-index .log-box table th {
    padding: 17px 0;
    text-align: center;
  }

  .content.mypage-index .log-box table th.updated-at {
    width: 148px;
  }

  .content.mypage-index .log-box table th.updated-by {
    width: 140px;
  }

  .content.mypage-index .log-box table td {
    padding: 16px;
  }

  .content.mypage-edit .error-message {
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.mypage-edit .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
  }

  .content.mypage-edit .heading {
    font-size: 1.8rem;
  }

  .content.mypage-edit .hp_pc_none {
    display: none;
  }

  .content.mypage-edit .border-line {
    display: none;
  }

  .content.mypage-edit h2.page-heading {
    text-align: center;
    padding: 30px 0;
    font-size: 1.8rem;
    margin-bottom: 13px;
  }

  .content.mypage-edit .weborder-header {
    height: 340px;
  }

  .content.mypage-edit .weborder-header .box-txt {
    padding: 55px 80px;
  }

  .content.mypage-edit .customer-form {
    background-color: #fff;
    width: 826px;
    padding: 25px 31px 25px;
    margin: 0 auto;
    margin-bottom: 42px;
  }

  .content.mypage-edit .customer-form .heading {
    font-weight: bold;
    margin-bottom: 27px;
  }

  .content.mypage-edit .customer-form label {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 2px;
  }

  .content.mypage-edit .customer-form span.require-badge {
    display: inline-block;
    margin-left: 17px;
    padding: 0 9px;
    font-size: 1.5rem;
    background-color: #d0a773;
    color: #fff;
    border-radius: 2px;
  }

  .content.mypage-edit .customer-form .customer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .content.mypage-edit .customer-form .customer-info > div {
    width: 48.5%;
  }

  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(1),
  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(3),
  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .content.mypage-edit .customer-form .customer-info input {
    display: block;
    font-size: 1.5rem;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.mypage-edit .customer-form .customer-info .mail-caution-txt {
    margin-left: 51.5%;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .content.mypage-edit .customer-form .used-it-before {
    margin-bottom: 25px;
  }

  .content.mypage-edit .customer-form .used-it-before label._hp .sub {
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .content.mypage-edit .customer-form .used-it-before .section-wrp {
    width: 48.5%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.mypage-edit .customer-form .used-it-before .section-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.mypage-edit .customer-form .used-it-before select {
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    height: 38px;
    width: 100%;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea {
    padding: 3px 10px;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea::-moz-placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea:-ms-input-placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea::placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .user-address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content.mypage-edit .customer-form .user-address > div {
    width: 48.5%;
  }

  .content.mypage-edit .customer-form .user-address > div:nth-of-type(1),
  .content.mypage-edit .customer-form .user-address > div:nth-of-type(2) {
    margin-bottom: 19px;
  }

  .content.mypage-edit .customer-form .user-address .hp_yubin-wrp {
    display: flex;
  }

  .content.mypage-edit .customer-form .user-address .hp_yubin-btn {
    width: 57%;
    background-color: #c9c9c9;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    border-top: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
  }

  .content.mypage-edit .customer-form .user-address input,
  .content.mypage-edit .customer-form .user-address select {
    display: block;
    font-size: 1.5rem;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.mypage-edit .customer-form .user-address input.hp_yubin,
  .content.mypage-edit .customer-form .user-address select.hp_yubin {
    width: 30%;
  }

  .content.mypage-edit .customer-form .user-address .select-wrp {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.mypage-edit .customer-form .user-address .select-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.mypage-edit .cautions {
    width: 826px;
    margin: 0 auto;
    padding-bottom: 83px;
    position: relative;
  }

  .content.mypage-edit .cautions::before {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 47%;
    top: -37px;
    transform: translateY(-50%);
  }

  .content.mypage-edit .cautions::after {
    content: "";
    display: block;
    width: 55px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 47%;
    bottom: 3%;
    transform: translateY(-50%);
  }

  .content.mypage-edit .cautions .heading {
    margin-bottom: 20px;
  }

  .content.mypage-edit .cautions .caution-of-order {
    padding-bottom: 25px;
  }

  .content.mypage-edit .cautions .caution-of-order p {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
  }

  .content.mypage-edit .cautions .caution-of-order p:before {
    content: "\25CF";
    position: absolute;
    left: 0;
  }

  .content.mypage-edit .cautions .caution-of-order p a {
    border-bottom: 1px solid;
  }

  .content.mypage-edit .cautions .caution-of-mail {
    text-align: center;
    background-color: #f0eaea;
    padding: 25px 0 25px;
    margin: 0 26px;
  }

  .content.mypage-edit .cautions .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 2rem;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .content.mypage-edit .cautions .caution-of-mail p {
    color: #e3364f;
  }

  .content.mypage-edit .cautions .caution-of-mail p a {
    color: #e3364f;
    border-bottom: 1px solid #e3364f;
  }

  .content.mypage-edit .confirm-btn {
    width: 826px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
  }

  .content.mypage-edit .confirm-btn button {
    position: relative;
    display: inline-block;
    border: 2px solid;
    padding: 6px 75px;
    padding-left: 70px;
    padding-right: 80px;
  }

  .content.mypage-edit .confirm-btn button img {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }

  .content.login-index {
    padding-bottom: 200px;
  }

  .content.login-index .vanish {
    display: none !important;
  }

  .content.login-index .vanish_re {
    display: block !important;
  }

  .content.login-index .weborder-header .box-txt {
    position: relative;
    padding: 60px 40px 30px 80px;
  }

  .content.login-index .weborder-header .box-txt .bell {
    position: absolute;
    top: -16px;
    right: -7px;
    background-image: url(/images/mypage/bell.png);
    width: 124px;
    height: 93px;
  }

  .content.login-index .weborder-header .box-txt .txt {
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .content.login-index .weborder-header .box-txt .discription {
    font-size: 10px;
    margin-bottom: 30px;
  }

  .content.login-index .weborder-header .box-txt .error {
    color: #c2603e;
    margin-bottom: 20px;
  }

  .content.login-index .weborder-header .box-txt .order_num {
    margin-bottom: 30px;
  }

  .content.login-index .weborder-header .box-txt .order_num input {
    width: 100%;
    height: 40px;
    border: 1px solid #d2d2d2;
    padding: 5px;
  }

  .content.login-index .weborder-header .box-txt .verification {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .content.login-index .weborder-header .box-txt .verification .order_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 40px;
    border: 2px solid #000;
  }

  .content.login-index .weborder-header .box-txt .verification .order_btn button {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 23px;
  }

  .content.login-index .weborder-header .box-txt .verification .order_btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .content.login-index .weborder-header .box-txt .other_site {
    text-align: center;
  }

  .content.login-index .weborder-header .box-txt .other_site a {
    text-decoration: underline;
    font-size: 1.5rem;
  }

  .footer {
    min-width: 1180px;
    text-align: center;
  }

  .footer .footerLink {
    min-width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid #d4d4d6;
  }

  .footer .footerLink .logo {
    display: table-cell;
    width: 373px;
    padding: 50px 0 40px;
    border-left: 1px solid #d4d4d6;
    vertical-align: middle;
  }

  .footer .footerLink .logo img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .footer .footerLink .logo > img {
    width: 260px;
  }

  .footer .footerLink .logo .bnr-yokohama {
    margin: 45px 0 0;
  }

  .footer .footerLink .link01 {
    display: table-cell;
    width: 235px;
    padding: 40px;
    vertical-align: top;
    border-left: 1px solid #d4d4d6;
    font-size: 1.2rem;
    text-align: left;
  }

  .footer .footerLink .link01 ul {
    margin-top: 10px;
  }

  .footer .footerLink .link01 .ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .footer .footerLink .link02 {
    display: table-cell;
    width: 217px;
    padding: 40px;
    vertical-align: top;
    border-left: 1px solid #d4d4d6;
    font-size: 1.2rem;
    text-align: left;
  }

  .footer .footerLink .link02 ul {
    margin-top: 10px;
  }

  .footer .footerLink .link02 .ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .footer .footerLink .link03 {
    display: table-cell;
    width: 207px;
    padding: 40px;
    vertical-align: top;
    border-left: 1px solid #d4d4d6;
    font-size: 1.2rem;
    text-align: left;
  }

  .footer .footerLink .link03 ul {
    margin-top: 10px;
  }

  .footer .footerLink .link03 .ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .footer .footerLink .link04 {
    display: table-cell;
    width: 200px;
    padding: 40px;
    vertical-align: top;
    border-left: 1px solid #d4d4d6;
    font-size: 1.2rem;
    text-align: left;
    border-right: 1px solid #d4d4d6;
  }

  .footer .footerLink .link04 ul {
    margin-top: 10px;
  }

  .footer .footerLink .link04 .ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .footer .footer-inner {
    position: relative;
    padding: 40px 0;
  }

  .footer .footer-inner .sns {
    position: absolute;
    top: 40%;
    right: 5%;
  }

  .footer .footer-inner .sns li {
    display: inline-block;
    padding: 0 10px;
  }

  .footer .footer-inner .sns img {
    height: 20px;
  }
}

@media (max-width: 768px) {
  .form-select {
    position: relative;
  }

  .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: solid 1px #d2d2d2;
    width: 100%;
    font-size: 1.4rem;
    padding-left: 8px;
    line-height: 38px;
  }

  .form-select::after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 38px;
    height: 38px;
    right: 8px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  input[type=text] {
    font-size: 1.4rem;
    border: solid 1px #d2d2d2;
    width: 100%;
    padding-left: 10px;
    line-height: 38px;
    height: 38px;
  }

  textarea {
    border: solid 1px #d2d2d2;
    width: 100%;
    padding: 10px;
  }

  ::before,
  ::after {
    box-sizing: content-box;
  }

  .vue-lb-container .vue-lb-arrow svg {
    fill: #250d01;
  }

  .container {
    padding-top: 50px;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s ease-in-out;
  }

  .header .header-inner {
    margin: 0 auto;
    background: #fff;
  }

  .header .header-inner .logo {
    text-align: center;
    padding-top: 15px;
  }

  .header .header-inner .logo a {
    display: inline-block;
  }

  .header .header-inner .logo img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .header .header-inner .gNavSp .menu-btn {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 28px;
    height: 25px;
    cursor: pointer;
  }

  .header .header-inner .gNavSp .menu-btn span {
    display: block;
    height: 2px;
    background: #938787;
    transition: all 0.4s;
    transform: rotate(0deg);
  }

  .header .header-inner .gNavSp .menu-btn span.line01 {
    transform: translateY(0px);
  }

  .header .header-inner .gNavSp .menu-btn span.line02 {
    transform: translateY(6px);
  }

  .header .header-inner .gNavSp .menu-btn span.line03 {
    transform: translateY(13px);
  }

  .header .header-inner .gNavSp .sp-menu {
    padding-top: 10px;
  }

  .header .header-inner .gNavSp .sp-menu .ttl {
    padding: 10px 10px 5px 8px;
    background: #f3efec;
    color: #d0a773;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1rem;
  }

  .header .header-inner .gNavSp .sp-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f3efec;
    border-top: 1px solid #d6d5d4;
    font-size: 0;
    overflow: hidden;
  }

  .header .header-inner .gNavSp .sp-menu li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #d6d5d4;
    font-size: 1.2rem;
  }

  .header .header-inner .gNavSp .sp-menu li.w100 {
    width: 100%;
  }

  .header .header-inner .gNavSp .sp-menu li.bdr {
    border-right: 1px solid #d6d5d4;
  }

  .header .header-inner .gNavSp .sp-menu li span {
    padding-left: 0px;
    font-size: 8px;
    font-size: 0.8rem;
  }

  .header .header-inner .gNavSp .sp-menu li img {
    padding-left: 10px;
  }

  .header .header-inner .gNavSp .sp-menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px 8px;
    color: #250d01;
    transition: none;
  }

  .header .header-inner .gNavSp .sp-menu li a::after {
    position: absolute;
    top: 40%;
    right: 8px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #1e2c44;
    border-right: 1px solid #1e2c44;
    transform: rotate(45deg);
  }

  .header .header-inner .gNavSp .sp-menu li.link a::after {
    position: absolute;
    top: 40%;
    right: 8px;
    width: 11px;
    height: 11px;
    content: "";
    background-image: url(/images/common/icon-spmanu-link.png);
    background-size: cover;
    border: none;
    transform: none;
  }

  .header.open {
    height: 100%;
    overflow-y: scroll;
  }

  .header.open .gNavSp .menu-btn span.line01 {
    position: relative;
    top: 10px;
    background: #938787;
    transform: rotate(45deg) translateY(0px);
  }

  .header.open .gNavSp .menu-btn span.line02 {
    opacity: 0;
  }

  .header.open .gNavSp .menu-btn span.line03 {
    position: relative;
    top: 6px;
    background: #938787;
    transform: rotate(-45deg) translateY(0px);
  }

  .weborder-header {
    height: 250px;
    background: url(/images/common/sp-img-main.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 38px;
  }

  .weborder-header .box-txt {
    background: #fff;
    width: 88%;
    left: 0;
    padding: 25px 0 25px 25px;
  }

  .weborder-header .box-txt .txt-ttl {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.4rem;
  }

  .weborder-header .box-txt .sub-ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .weborder-header .box-txt .alert {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .weborder-header .box-txt .alert .alert-icon {
    height: 16px;
    width: auto;
  }

  .weborder-header .box-txt .alert .alert-txt {
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: bold;
  }

  .border-line {
    position: relative;
    padding-bottom: 60px;
    background: #f3efec;
  }

  .border-line:after {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    width: 1px;
    height: 28px;
    background: #000;
  }

  .content {
    /*
     * 見積もりフォーム
     */
    /*
     * 注文フォーム
     */
    /*
     * 注文フォーム確認
    */
    /*
     * 注文フォーム完了
     */
    /*
     * アンケートフォーム完了
     */
    /*
     * マイページ
    */
    /*
     * マイページ編集
     */
    /*
     * マイページ ログイン
    */
  }

  .content.index {
    padding-bottom: 40px;
  }

  .content.index .error-message {
    font-size: 1.3rem;
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.index .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    transform: scale(0.5);
    margin: 0 2px;
    vertical-align: middle;
  }

  .content.index .order-content {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding: 14px 2.7%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
  }

  .content.index .order-content .course-name {
    display: inline;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .content.index .order-content .current-ring {
    display: inline;
    margin-left: 7px;
    font-size: 1rem;
    color: #767676;
  }

  .content.index .order-content .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .content.index .order-content .row .image-content {
    position: relative;
    width: 42%;
    max-width: 145px;
  }

  .content.index .order-content .row .image-content i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #1a100e;
    font-size: 18px;
  }

  .content.index .order-content .row .image-content .image {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
  }

  .content.index .order-content .row .image-content .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: -1;
  }

  .content.index .order-content .row .price-content {
    width: 57%;
  }

  .content.index .order-content .row .price-content .total-content {
    margin: 0 0 5px;
    text-align: right;
  }

  .content.index .order-content .row .price-content .total-content .total-txt {
    display: inline;
    font-size: 1rem;
  }

  .content.index .order-content .row .price-content .total-content .total-price {
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: #ddb93c;
  }

  .content.index .order-content .row .price-content .total-content .total-price.no-price {
    font-size: 1.8rem;
  }

  .content.index .order-content .row .price-content .btn-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-copy {
    display: block;
    width: 48%;
    border: 2px solid #959394;
    text-align: center;
    padding: 8px 0;
    font-size: 1.2rem;
    line-height: 1;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-copy i {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .content.index .order-content .row .price-content .btn-wrapper .short-url {
    display: block;
    padding: 4px;
    font-size: 1.2rem;
    /*
                            line-height: 1.4rem;
                            height: 1.4em;
    */
    margin-bottom: 10px;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-order {
    display: block;
    width: 48%;
    background: #e6b701;
    border: 2px solid #e6b701;
    text-align: center;
    padding: 8px 0;
    font-size: 1.2rem;
    line-height: 1;
  }

  .content.index .order-content .row .price-content .btn-wrapper .btn-order i {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .content.index .ring-form .midashi {
    position: sticky;
    top: 50px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
    background: #200d07;
    padding: 10px 3% 10px 4.2%;
    color: #fff;
  }

  .content.index .ring-form .midashi-option {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 3% 12px 4.2%;
    border-bottom: 2px solid #d2d2d2;
  }

  .content.index .ring-form .midashi-option span i {
    color: #dbbb93;
    margin-right: 10px;
  }

  .content.index .ring-form .option-wrapper {
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 20px;
  }

  .content.index .ring-form .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 30px auto 0 auto;
  }

  .content.index .ring-form .item-list::after {
    display: block;
    content: "";
    width: 31.4%;
  }

  .content.index .ring-form .item-list .item {
    width: 31.4%;
    margin-bottom: 30px;
  }

  .content.index .ring-form .item-list .item a img {
    width: 100%;
    margin-bottom: 9px;
  }

  .content.index .ring-form .item-list .item a .name {
    font-size: 1.2rem;
    text-align: center;
  }

  .content.index .ring-form .item-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .item-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .recommend-setting {
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .content.index .ring-form .recommend-setting .recommend-header {
    margin-bottom: 20px;
  }

  .content.index .ring-form .recommend-setting .recommend-header .title {
    font-size: 1.35rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
  }

  .content.index .ring-form .recommend-setting .recommend-header .sub-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }

  .content.index .ring-form .recommend-setting .hooper {
    height: auto;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item {
    width: 84.5%;
    background: #f3efec;
    margin: 0 auto;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .image img {
    width: 100%;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 7%;
    height: 326px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .title {
    font-size: 1.65rem;
    font-weight: bold;
    text-align: center;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .desc dd {
    text-indent: 1em;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .btn {
    display: block;
    border: 1px solid #250d01;
    font-size: 1.35rem;
    background: #fff;
    text-align: center;
    padding: 6px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-item .detail .btn::after {
    content: url(/images/order/icon-arrow.png);
    margin-left: 10px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .my-icon {
    display: block;
    width: 34px;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .my-icon img {
    width: 100%;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .hooper-next,
  .content.index .ring-form .recommend-setting .hooper .hooper-navigation .hooper-prev {
    top: 20%;
    transform: translateY(-20%);
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination {
    position: relative;
    justify-content: center;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator {
    margin: 0 8px;
    width: 8px;
    height: 8px;
    border: solid 1px #200d07;
  }

  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator:hover,
  .content.index .ring-form .recommend-setting .hooper .hooper-pagination .hooper-indicator.is-active {
    background-color: #200d07;
  }

  .content.index .ring-form .ring-form-notice {
    width: 89.4%;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 30px 0;
  }

  .content.index .ring-form .ring-form-notice .notice-list {
    background: #f4efec;
    padding: 14px;
  }

  .content.index .ring-form .ring-form-notice .notice-list li {
    margin-bottom: 4px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .content.index .ring-form .propose-ring .column-list,
  .content.index .ring-form .anniversary-ring .column-list,
  .content.index .ring-form .marriage-ring .column-list,
  .content.index .ring-form .engagement-ring .column-list {
    width: 84.5%;
    margin: 30px auto 30px auto;
  }

  .content.index .ring-form .propose-ring .column-list .row .column,
  .content.index .ring-form .anniversary-ring .column-list .row .column,
  .content.index .ring-form .marriage-ring .column-list .row .column,
  .content.index .ring-form .engagement-ring .column-list .row .column {
    margin-bottom: 18px;
    position: relative;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label,
  .content.index .ring-form .anniversary-ring .column-list .row .column label,
  .content.index .ring-form .marriage-ring .column-list .row .column label,
  .content.index .ring-form .engagement-ring .column-list .row .column label {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label span,
  .content.index .ring-form .anniversary-ring .column-list .row .column label span,
  .content.index .ring-form .marriage-ring .column-list .row .column label span,
  .content.index .ring-form .engagement-ring .column-list .row .column label span {
    margin-right: 6px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i,
  .content.index .ring-form .marriage-ring .column-list .row .column label i,
  .content.index .ring-form .engagement-ring .column-list .row .column label i {
    position: relative;
    font-size: 2rem;
    color: #909090;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i.active,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i.active,
  .content.index .ring-form .marriage-ring .column-list .row .column label i.active,
  .content.index .ring-form .engagement-ring .column-list .row .column label i.active {
    color: #d1a577;
  }

  .content.index .ring-form .propose-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .anniversary-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .marriage-ring .column-list .row .column label i.active:after,
  .content.index .ring-form .engagement-ring .column-list .row .column label i.active:after {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #f1f1f1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips {
    display: none;
    position: absolute;
    bottom: 87px;
    padding: 10px;
    width: 100%;
    max-width: 355px;
    word-wrap: break-word;
    font-size: 12px;
    background: #f1f1f1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips .tips-inner .about-link,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips .tips-inner .about-link {
    margin-top: 10px;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips .tips-inner .about-link a,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips .tips-inner .about-link a {
    text-decoration: underline;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .tips.active,
  .content.index .ring-form .anniversary-ring .column-list .row .column .tips.active,
  .content.index .ring-form .marriage-ring .column-list .row .column .tips.active,
  .content.index .ring-form .engagement-ring .column-list .row .column .tips.active {
    display: block;
  }

  .content.index .ring-form .propose-ring .column-list .row .column .help,
  .content.index .ring-form .anniversary-ring .column-list .row .column .help,
  .content.index .ring-form .marriage-ring .column-list .row .column .help,
  .content.index .ring-form .engagement-ring .column-list .row .column .help {
    display: inline-block;
    margin-top: 4px;
    text-decoration: underline;
  }

  .content.index .ring-form .propose-ring .column-list .note,
  .content.index .ring-form .anniversary-ring .column-list .note,
  .content.index .ring-form .marriage-ring .column-list .note,
  .content.index .ring-form .engagement-ring .column-list .note {
    font-size: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list,
  .content.index .ring-form .marriage-ring-option .custom-list,
  .content.index .ring-form .engagement-ring-option .custom-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 30px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list::after,
  .content.index .ring-form .marriage-ring-option .custom-list::after,
  .content.index .ring-form .engagement-ring-option .custom-list::after {
    display: block;
    content: "";
    width: 31.4%;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item,
  .content.index .ring-form .marriage-ring-option .custom-list .item,
  .content.index .ring-form .engagement-ring-option .custom-list .item {
    position: relative;
    width: 48%;
    margin-bottom: 23px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item .glass,
  .content.index .ring-form .marriage-ring-option .custom-list .item .glass,
  .content.index .ring-form .engagement-ring-option .custom-list .item .glass {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item .glass img,
  .content.index .ring-form .marriage-ring-option .custom-list .item .glass img,
  .content.index .ring-form .engagement-ring-option .custom-list .item .glass img {
    border: none;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a img,
  .content.index .ring-form .marriage-ring-option .custom-list .item a img,
  .content.index .ring-form .engagement-ring-option .custom-list .item a img {
    width: 100%;
    margin-bottom: 7px;
    border: 2px solid #fff;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a .name,
  .content.index .ring-form .marriage-ring-option .custom-list .item a .name,
  .content.index .ring-form .engagement-ring-option .custom-list .item a .name {
    font-size: 1.2rem;
    text-align: center;
    margin-top: -2px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a .txt,
  .content.index .ring-form .marriage-ring-option .custom-list .item a .txt,
  .content.index .ring-form .engagement-ring-option .custom-list .item a .txt {
    font-size: 1rem;
    text-align: center;
    letter-spacing: -1px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active img,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active img,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active .name,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active .name,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .custom-list .item a.active .txt,
  .content.index .ring-form .marriage-ring-option .custom-list .item a.active .txt,
  .content.index .ring-form .engagement-ring-option .custom-list .item a.active .txt {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .other,
  .content.index .ring-form .marriage-ring-option .other,
  .content.index .ring-form .engagement-ring-option .other {
    width: 84.5%;
    margin: 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .other label,
  .content.index .ring-form .marriage-ring-option .other label,
  .content.index .ring-form .engagement-ring-option .other label {
    display: block;
    margin-bottom: 7px;
  }

  .content.index .ring-form .anniversary-ring-option .other textarea,
  .content.index .ring-form .marriage-ring-option .other textarea,
  .content.index .ring-form .engagement-ring-option .other textarea {
    height: 134px;
  }

  .content.index .ring-form .anniversary-ring-option .other .note,
  .content.index .ring-form .marriage-ring-option .other .note,
  .content.index .ring-form .engagement-ring-option .other .note {
    font-size: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin,
  .content.index .ring-form .marriage-ring-option .is-kokuin,
  .content.index .ring-form .engagement-ring-option .is-kokuin {
    width: 84.5%;
    margin: 16px auto 14px auto;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label,
  .content.index .ring-form .marriage-ring-option .is-kokuin label,
  .content.index .ring-form .engagement-ring-option .is-kokuin label {
    margin-right: 24px;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label input,
  .content.index .ring-form .marriage-ring-option .is-kokuin label input,
  .content.index .ring-form .engagement-ring-option .is-kokuin label input {
    display: none;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label input:checked + span::after,
  .content.index .ring-form .marriage-ring-option .is-kokuin label input:checked + span::after,
  .content.index .ring-form .engagement-ring-option .is-kokuin label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label span,
  .content.index .ring-form .marriage-ring-option .is-kokuin label span,
  .content.index .ring-form .engagement-ring-option .is-kokuin label span {
    position: relative;
    padding-left: 20px;
  }

  .content.index .ring-form .anniversary-ring-option .is-kokuin label span::before,
  .content.index .ring-form .marriage-ring-option .is-kokuin label span::before,
  .content.index .ring-form .engagement-ring-option .is-kokuin label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin-txt,
  .content.index .ring-form .marriage-ring-option .kokuin-txt,
  .content.index .ring-form .engagement-ring-option .kokuin-txt {
    width: 84.5%;
    margin: 0 auto 10px auto;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin-txt .kokuin-subtxt01,
  .content.index .ring-form .marriage-ring-option .kokuin-txt .kokuin-subtxt01,
  .content.index .ring-form .engagement-ring-option .kokuin-txt .kokuin-subtxt01 {
    font-size: 1.3rem;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin-txt .kokuin-subtxt02,
  .content.index .ring-form .marriage-ring-option .kokuin-txt .kokuin-subtxt02,
  .content.index .ring-form .engagement-ring-option .kokuin-txt .kokuin-subtxt02 {
    font-size: 1.1rem;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin,
  .content.index .ring-form .marriage-ring-option .kokuin,
  .content.index .ring-form .engagement-ring-option .kokuin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 0 auto 12px auto;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin .char,
  .content.index .ring-form .marriage-ring-option .kokuin .char,
  .content.index .ring-form .engagement-ring-option .kokuin .char {
    border: solid 1px #d2d2d2;
    width: 9.4%;
    margin-right: 0.6%;
    margin-bottom: 2px;
    height: calc(84.5vw/10);
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .kokuin .char img,
  .content.index .ring-form .marriage-ring-option .kokuin .char img,
  .content.index .ring-form .engagement-ring-option .kokuin .char img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .delete-char,
  .content.index .ring-form .marriage-ring-option .delete-char,
  .content.index .ring-form .engagement-ring-option .delete-char {
    width: 84.5%;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: space-between;
  }

  .content.index .ring-form .anniversary-ring-option .delete-char a,
  .content.index .ring-form .marriage-ring-option .delete-char a,
  .content.index .ring-form .engagement-ring-option .delete-char a {
    display: block;
    background: #000;
    color: #fff;
    width: 45%;
    height: 27px;
    line-height: 27px;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-option .add-char,
  .content.index .ring-form .marriage-ring-option .add-char,
  .content.index .ring-form .engagement-ring-option .add-char {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f6f8f7;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a,
  .content.index .ring-form .marriage-ring-option .add-char a,
  .content.index .ring-form .engagement-ring-option .add-char a {
    display: block;
    width: 8%;
    height: calc(8vw);
    border: solid 1px #e5e6e6;
    margin-right: 0.35vw;
    margin-bottom: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a img,
  .content.index .ring-form .marriage-ring-option .add-char a img,
  .content.index .ring-form .engagement-ring-option .add-char a img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .add-char a:nth-child(12),
  .content.index .ring-form .marriage-ring-option .add-char a:nth-child(12),
  .content.index .ring-form .engagement-ring-option .add-char a:nth-child(12),
  .content.index .ring-form .anniversary-ring-option .add-char a:nth-child(24),
  .content.index .ring-form .marriage-ring-option .add-char a:nth-child(24),
  .content.index .ring-form .engagement-ring-option .add-char a:nth-child(24),
  .content.index .ring-form .anniversary-ring-option .add-char a:nth-child(36),
  .content.index .ring-form .marriage-ring-option .add-char a:nth-child(36),
  .content.index .ring-form .engagement-ring-option .add-char a:nth-child(36) {
    margin-right: 0;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list,
  .content.index .ring-form .marriage-ring-option .inner-stone-list,
  .content.index .ring-form .engagement-ring-option .inner-stone-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 89.4%;
    margin: 15px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .num,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .num,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .num {
    font-size: 1.2rem;
    font-family: "Josefin Sans", sans-serif;
    color: #dfb93e;
    line-height: 1.2rem;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .month,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .month,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .month {
    font-size: 1.2rem;
    font-family: "Josefin Sans", sans-serif;
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .image,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .image,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .image {
    margin-bottom: 4px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .image img,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .image img,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .image img {
    width: 56%;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item .name,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item .name,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item .name {
    font-size: 1.1rem;
    letter-spacing: -1px;
    line-height: 1.3rem;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item.active img,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item.active img,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-list .item.active .name,
  .content.index .ring-form .marriage-ring-option .inner-stone-list .item.active .name,
  .content.index .ring-form .engagement-ring-option .inner-stone-list .item.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-option .inner-stone-note,
  .content.index .ring-form .marriage-ring-option .inner-stone-note,
  .content.index .ring-form .engagement-ring-option .inner-stone-note {
    font-size: 1.2rem;
    color: #18100e;
    width: 89.4%;
    margin: 0 auto;
    padding: 14px;
    background: #f4efec;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size,
  .content.index .ring-form .marriage-ring-option .stone-size,
  .content.index .ring-form .engagement-ring-option .stone-size {
    width: 84.5%;
    margin: 29px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size label,
  .content.index .ring-form .marriage-ring-option .stone-size label,
  .content.index .ring-form .engagement-ring-option .stone-size label {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list {
    display: flex;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item {
    width: 31.84%;
    margin-right: 10px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a {
    display: block;
    margin-bottom: 5px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a img,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a img,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a img {
    width: 100%;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item a.active img,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item a.active img,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item a.active img {
    border: solid 2px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-option .stone-size .size-list .item span,
  .content.index .ring-form .marriage-ring-option .stone-size .size-list .item span,
  .content.index .ring-form .engagement-ring-option .stone-size .size-list .item span {
    font-size: 1.1rem;
    display: block;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-content,
  .content.index .ring-form .marriage-ring-case .case-content,
  .content.index .ring-form .engagement-ring-case .case-content {
    padding-bottom: 20px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list,
  .content.index .ring-form .marriage-ring-case .case-list,
  .content.index .ring-form .engagement-ring-case .case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 30px auto 0 auto;
  }

  .content.index .ring-form .anniversary-ring-case .case-list::after,
  .content.index .ring-form .marriage-ring-case .case-list::after,
  .content.index .ring-form .engagement-ring-case .case-list::after {
    display: block;
    content: "";
    width: 31.4%;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item,
  .content.index .ring-form .marriage-ring-case .case-list .item,
  .content.index .ring-form .engagement-ring-case .case-list .item {
    width: 31.4%;
    margin-bottom: 20px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a img,
  .content.index .ring-form .marriage-ring-case .case-list .item a img,
  .content.index .ring-form .engagement-ring-case .case-list .item a img {
    width: 100%;
    margin-bottom: 9px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a .name,
  .content.index .ring-form .marriage-ring-case .case-list .item a .name,
  .content.index .ring-form .engagement-ring-case .case-list .item a .name {
    font-size: 1.1rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a .txt,
  .content.index .ring-form .marriage-ring-case .case-list .item a .txt,
  .content.index .ring-form .engagement-ring-case .case-list .item a .txt {
    font-size: 1.1rem;
    text-align: center;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active img,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active img,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active img {
    border: solid 4px #dfb93e;
    border-radius: 2px;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active .name,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active .name,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active .name {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-case .case-list .item a.active .txt,
  .content.index .ring-form .marriage-ring-case .case-list .item a.active .txt,
  .content.index .ring-form .engagement-ring-case .case-list .item a.active .txt {
    color: #dfb93e;
  }

  .content.index .ring-form .anniversary-ring-case .note,
  .content.index .ring-form .marriage-ring-case .note,
  .content.index .ring-form .engagement-ring-case .note {
    font-size: 1.2rem;
    color: #18100e;
    width: 89.4%;
    margin: 0 auto;
    padding: 14px;
    background: #f4efec;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 3%;
    background: #f3efec;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .image {
    width: 25%;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .image img {
    width: 100%;
  }

  .content.index .ring-form .engagement-ring .column-list .row.last .note .txt {
    width: 73%;
    line-height: 1.4rem;
  }

  .content.index .ring-form-order {
    width: 78%;
    margin: 0 auto;
  }

  .content.index .ring-form-order .order-ring {
    margin-bottom: 40px;
  }

  .content.index .ring-form-order .order-ring button {
    display: block;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6rem;
    background: #dfb93e;
    color: #fff;
  }

  .content.order-confirm .order-contents .image-content,
  .content.order-customer .order-contents .image-content {
    margin-bottom: 26px;
  }

  .content.order-confirm .order-contents .image-content .image-thumb,
  .content.order-customer .order-contents .image-content .image-thumb {
    text-align: center;
    margin: 0 auto 16px auto;
    font-size: 0;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a,
  .content.order-customer .order-contents .image-content .image-thumb a {
    display: inline-block;
    margin-right: 5.9%;
    width: 29.4%;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a img,
  .content.order-customer .order-contents .image-content .image-thumb a img {
    width: 100%;
  }

  .content.order-confirm .order-contents .image-content .image-thumb a:last-child,
  .content.order-customer .order-contents .image-content .image-thumb a:last-child {
    margin-right: 0;
  }

  .content.order-confirm .order-contents .image-content .no-image-text,
  .content.order-customer .order-contents .image-content .no-image-text {
    font-size: 1rem;
  }

  .content.order-confirm .order-contents .image-content .caution-text,
  .content.order-customer .order-contents .image-content .caution-text {
    text-align: center;
    margin-top: 20px;
  }

  .content.order-confirm .order-contents .image-content .caution-text ul,
  .content.order-customer .order-contents .image-content .caution-text ul {
    background: #ebebeb;
    padding: 12px 0;
  }

  .content.order-confirm .order-contents .image-content .caution-text ul .term,
  .content.order-customer .order-contents .image-content .caution-text ul .term {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .content.order-confirm .order-contents .image-content .caution-text ul .detail,
  .content.order-customer .order-contents .image-content .caution-text ul .detail {
    padding: 0px 40px;
    font-size: 1.2rem;
  }

  .content.order-customer .error-message {
    font-size: 1.3rem;
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.order-customer .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    transform: scale(0.5);
    margin: 0 2px;
    vertical-align: middle;
  }

  .content.order-customer input::-moz-placeholder, .content.order-customer textarea::-moz-placeholder {
    color: #9f9f9f;
  }

  .content.order-customer input:-ms-input-placeholder, .content.order-customer textarea:-ms-input-placeholder {
    color: #9f9f9f;
  }

  .content.order-customer input::placeholder,
  .content.order-customer textarea::placeholder {
    color: #9f9f9f;
  }

  .content.order-customer .weborder-header .box-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 285px;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
  }

  .content.order-customer .weborder-header .box-txt .txt-ttl {
    text-align: center;
    margin-bottom: 5px;
  }

  .content.order-customer .weborder-header .box-txt .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .content.order-customer .weborder-header .box-txt .txt {
    text-align: center;
    font-size: 1.3rem;
  }

  .content.order-customer .border-line {
    padding-bottom: 240px !important;
  }

  .content.order-customer .order-contents,
  .content.order-customer .customer-form,
  .content.order-customer .payment-form {
    background-color: #fff;
    width: 100%;
    padding: 10px 20px 25px;
    margin: 0 auto;
  }

  .content.order-customer .heading,
  .content.order-customer .sub-heading {
    display: block;
  }

  .content.order-customer .heading {
    font-size: 1.8rem;
  }

  .content.order-customer .sub-heading {
    padding-top: 13px;
  }

  .content.order-customer .order-contents {
    margin-bottom: 10px;
    padding-top: 25px;
  }

  .content.order-customer .order-contents .order-overview {
    padding-bottom: 17px;
  }

  .content.order-customer .order-contents .order-overview .heading,
  .content.order-customer .order-contents .order-overview .sub-heading {
    text-align: center;
  }

  .content.order-customer .order-contents .order-overview .heading {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .content.order-customer .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
  }

  .content.order-customer .order-contents .order-overview .estimated-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #d7ba54;
  }

  .content.order-customer .order-contents .order-details .detail-left,
  .content.order-customer .order-contents .order-details .detail-right {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.order-customer .order-contents .order-details .detail-left .row2,
  .content.order-customer .order-contents .order-details .detail-right .row2 {
    margin-top: 25px;
  }

  .content.order-customer .order-contents .order-details .detail-left h4,
  .content.order-customer .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.order-customer .order-contents .order-details .detail-left {
    margin-bottom: 34px;
  }

  .content.order-customer .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
    font-size: 1.15rem;
    width: 100%;
  }

  .content.order-customer .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.order-customer .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.order-customer .order-contents .order-details .detail-list th {
    width: 70%;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.order-customer .order-contents .order-details .detail-list td.price {
    width: 30%;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.order-customer .order-contents .order-edit-link {
    text-align: left;
    padding-top: 29px;
    margin-left: 1rem;
  }

  .content.order-customer .order-contents .order-edit-link a {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid #000;
    padding-left: 1.5rem;
    position: relative;
  }

  .content.order-customer .order-contents .order-edit-link a::before {
    position: absolute;
    content: "\2190";
    left: 0;
  }

  .content.order-customer .customer-form {
    padding: 10px 26px 25px;
    margin-bottom: 0px;
  }

  .content.order-customer .customer-form .heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .content.order-customer .customer-form label {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
  }

  .content.order-customer .customer-form span.require-badge {
    display: inline-block;
    margin-left: 1px;
    padding: 0 9px;
    font-size: 1.2rem;
    background-color: #d0a773;
    color: #fff;
    border-radius: 2px;
  }

  .content.order-customer .customer-form .customer-info {
    margin-bottom: 45px;
  }

  .content.order-customer .customer-form .customer-info > div {
    width: 100%;
  }

  .content.order-customer .customer-form .customer-info > div:nth-of-type(1),
  .content.order-customer .customer-form .customer-info > div:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .content.order-customer .customer-form .customer-info > div:nth-of-type(3),
  .content.order-customer .customer-form .customer-info > div:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .content.order-customer .customer-form .customer-info input {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.order-customer .customer-form .customer-info .mail-caution-txt {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.035em;
  }

  .content.order-customer .customer-form .used-it-before {
    margin-bottom: 25px;
  }

  .content.order-customer .customer-form .used-it-before label._hp {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }

  .content.order-customer .customer-form .used-it-before label._hp span {
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .content.order-customer .customer-form .used-it-before label._hp span.sub {
    font-size: 1rem;
  }

  .content.order-customer .customer-form .used-it-before .section-wrp {
    width: 100%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 21px;
  }

  .content.order-customer .customer-form .used-it-before .section-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-customer .customer-form .used-it-before select {
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    height: 38px;
    width: 100%;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea {
    height: 90px;
    padding: 7px 10px;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea::-moz-placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea:-ms-input-placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .used-it-before .textarea-wrp textarea::placeholder {
    color: #000;
  }

  .content.order-customer .customer-form .user-address {
    padding-top: 12px;
  }

  .content.order-customer .customer-form .user-address > div {
    width: 100%;
  }

  .content.order-customer .customer-form .user-address > div:nth-of-type(1),
  .content.order-customer .customer-form .user-address > div:nth-of-type(2) {
    margin-bottom: 19px;
  }

  .content.order-customer .customer-form .user-address > div.hp_banti {
    margin-top: 20px;
  }

  .content.order-customer .customer-form .user-address .hp_yubin-wrp {
    display: flex;
  }

  .content.order-customer .customer-form .user-address .hp_yubin-btn {
    width: 57%;
    background-color: #c9c9c9;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    border-top: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
  }

  .content.order-customer .customer-form .user-address input,
  .content.order-customer .customer-form .user-address select {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.order-customer .customer-form .user-address input.hp_yubin,
  .content.order-customer .customer-form .user-address select.hp_yubin {
    width: 30%;
  }

  .content.order-customer .customer-form .user-address .select-wrp {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.order-customer .customer-form .user-address .select-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.order-customer .payment-form {
    padding: 24px 25px 67px;
    margin-bottom: 90px;
    position: relative;
  }

  .content.order-customer .payment-form .heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 19px;
  }

  .content.order-customer .payment-form .payments input {
    padding-left: 1rem;
  }

  .content.order-customer .payment-form .payments > div {
    width: 100%;
  }

  .content.order-customer .payment-form .payments > div.banking {
    margin-top: 37px;
  }

  .content.order-customer .payment-form .payments > div.banking div.txt {
    padding-top: 7px;
    padding-left: 22px;
    font-size: 1.1rem;
    letter-spacing: -0.018em;
    white-space: nowrap;
  }

  .content.order-customer .payment-form .payments .radio-card,
  .content.order-customer .payment-form .payments .radio-banking {
    margin-right: 10px;
    margin-left: 7px;
  }

  .content.order-customer .payment-form .payments label.radio-card-label,
  .content.order-customer .payment-form .payments label.radio-banking-label {
    margin-right: 30px;
  }

  .content.order-customer .payment-form .payments label.radio-card-label input,
  .content.order-customer .payment-form .payments label.radio-banking-label input {
    display: none;
  }

  .content.order-customer .payment-form .payments label.radio-card-label input:checked + span::after,
  .content.order-customer .payment-form .payments label.radio-banking-label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
    box-sizing: content-box;
  }

  .content.order-customer .payment-form .payments label.radio-card-label span,
  .content.order-customer .payment-form .payments label.radio-banking-label span {
    position: relative;
    padding-left: 20px;
  }

  .content.order-customer .payment-form .payments label.radio-card-label span::before,
  .content.order-customer .payment-form .payments label.radio-banking-label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.order-customer .payment-form .payments .card-info {
    margin-top: 8px;
    background-color: #f4efec;
    padding: 15px;
  }

  .content.order-customer .payment-form .payments .card-info .info-caution {
    font-size: 1.1rem;
  }

  .content.order-customer .payment-form .payments .card-info label {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 1.2rem;
  }

  .content.order-customer .payment-form .payments .card-info input,
  .content.order-customer .payment-form .payments .card-info select {
    display: inline-block;
    height: 38px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    margin: 0 4px;
    padding-left: 1rem;
  }

  .content.order-customer .payment-form .payments .card-info input:first-of-type,
  .content.order-customer .payment-form .payments .card-info select:first-of-type {
    margin-left: 0;
  }

  .content.order-customer .payment-form .payments .card-info .stripe-input {
    padding: 8px;
    border: 1px solid #d2d2d2;
    background: #fff;
  }

  .content.order-customer .cautions {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px 52px;
    position: relative;
  }

  .content.order-customer .cautions::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45.5%;
    top: -5px;
  }

  .content.order-customer .cautions .heading {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }

  .content.order-customer .cautions .caution-of-order {
    padding-bottom: 25px;
  }

  .content.order-customer .cautions .caution-of-order p {
    font-size: 1.1rem;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
  }

  .content.order-customer .cautions .caution-of-order p:before {
    content: "\25CF";
    position: absolute;
    left: 0;
  }

  .content.order-customer .cautions .caution-of-order p a {
    border-bottom: 1px solid;
  }

  .content.order-customer .cautions .caution-of-mail {
    text-align: center;
    background-color: #f0eaea;
    padding: 25px 11px 15px;
    margin: 0 5px;
    position: relative;
  }

  .content.order-customer .cautions .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .content.order-customer .cautions .caution-of-mail p {
    text-align: left;
    color: #e3364f;
  }

  .content.order-customer .cautions .caution-of-mail p a {
    color: #e3364f;
    border-bottom: 1px solid #e3364f;
  }

  .content.order-customer .cautions .caution-of-mail::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45.5%;
    bottom: -58px;
    transform: translateY(-50%);
  }

  .content.order-customer .confirm-btn {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }

  .content.order-customer .confirm-btn button {
    background-color: #dfb93e;
    color: #fff;
    font-size: 1.4rem;
    width: 325px;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 0.2em;
    border: 2px solid #dfb93e;
  }

  .content.order-customer .confirm-btn button img {
    display: none;
  }

  .content.order-confirm .weborder-header {
    background: none;
    background-color: #f3efec;
    padding-top: 20px;
    height: 95px;
  }

  .content.order-confirm .weborder-header .box-txt {
    background-color: #f3efec;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .content.order-confirm .weborder-header .box-txt .txt-ttl {
    font-size: 1.6rem;
  }

  .content.order-confirm .weborder-header .box-txt .sub-ttl {
    font-size: 1.1rem;
  }

  .content.order-confirm .showy-msg-box {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .content.order-confirm .showy-msg-box strong.showy-msg {
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    color: #c97355;
  }

  .content.order-confirm .showy-msg-box p.sub-showy-msg {
    text-align: center;
    font-size: 1.4rem;
  }

  .content.order-confirm .order-contents {
    padding: 25px 20px 25px;
    margin-bottom: 10px;
  }

  .content.order-confirm .order-contents .order-overview {
    padding-bottom: 17px;
  }

  .content.order-confirm .order-contents .order-overview .heading,
  .content.order-confirm .order-contents .order-overview .sub-heading {
    display: block;
    text-align: center;
  }

  .content.order-confirm .order-contents .order-overview .heading {
    font-weight: bold;
    margin-bottom: 14px;
  }

  .content.order-confirm .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
  }

  .content.order-confirm .order-contents .order-overview .estimated-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #d7ba54;
  }

  .content.order-confirm .order-contents .order-details {
    margin-bottom: 52px;
  }

  .content.order-confirm .order-contents .order-details .detail-left,
  .content.order-confirm .order-contents .order-details .detail-right {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.order-confirm .order-contents .order-details .detail-left .row2,
  .content.order-confirm .order-contents .order-details .detail-right .row2 {
    margin-top: 25px;
  }

  .content.order-confirm .order-contents .order-details .detail-left h4,
  .content.order-confirm .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.order-confirm .order-contents .order-details .detail-left {
    margin-bottom: 34px;
  }

  .content.order-confirm .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
    font-size: 1.15rem;
    width: 100%;
  }

  .content.order-confirm .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.order-confirm .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.order-confirm .order-contents .order-details .detail-list th {
    width: 70%;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.order-confirm .order-contents .order-details .detail-list td.price {
    width: 30%;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.order-confirm .order-contents .order-edit-link {
    text-align: left;
    padding-top: 29px;
    margin-left: 1rem;
  }

  .content.order-confirm .order-contents .order-edit-link a {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid #000;
    padding-left: 1.5rem;
    position: relative;
  }

  .content.order-confirm .order-contents .order-edit-link a::before {
    position: absolute;
    content: "\2190";
    left: 0;
  }

  .content.order-confirm .order-contents .customer {
    width: 100%;
  }

  .content.order-confirm .order-contents .customer .heading {
    font-size: 1.55rem;
    font-weight: bold;
  }

  .content.order-confirm .order-contents .customer table {
    margin-top: 5px;
    width: 100%;
  }

  .content.order-confirm .order-contents .customer table tr {
    display: block;
    padding: 13.5px 0;
    width: 100%;
  }

  .content.order-confirm .order-contents .customer table th,
  .content.order-confirm .order-contents .customer table td {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    line-height: 1.3;
  }

  .content.order-confirm .order-contents .customer table th {
    width: 39.5%;
    vertical-align: top;
  }

  .content.order-confirm .order-contents .customer table td {
    width: 59%;
  }

  .content.order-confirm .order-contents .customer table span.yubin {
    padding-right: 1.2rem;
  }

  .content.order-confirm .order-contents .payment {
    width: 100%;
    margin-top: 21px;
  }

  .content.order-confirm .order-contents .payment .heading {
    font-weight: bold;
  }

  .content.order-confirm .order-contents .payment table {
    margin-top: 18px;
  }

  .content.order-confirm .order-contents .payment table tr {
    display: block;
    padding: 5px 0;
  }

  .content.order-confirm .order-contents .payment table th,
  .content.order-confirm .order-contents .payment table td {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.015em;
  }

  .content.order-confirm .order-contents .payment table th .card-number,
  .content.order-confirm .order-contents .payment table td .card-number {
    margin-right: 15px;
  }

  .content.order-confirm .caution-of-mail-wrp {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    padding: 30px 25px 52px;
  }

  .content.order-confirm .caution-of-mail {
    text-align: center;
    background-color: #f0eaea;
    padding: 12px 11px 15px;
    margin: 0 5px;
    position: relative;
  }

  .content.order-confirm .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 42px;
  }

  .content.order-confirm .caution-of-mail p {
    text-align: left;
    color: #e3364f;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }

  .content.order-confirm .caution-of-mail::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45.5%;
    bottom: -58px;
    transform: translateY(-50%);
  }

  .content.order-confirm .back-or-confirm {
    background-color: #f0eaea;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .content.order-confirm .back-or-confirm a {
    display: block;
  }

  .content.order-confirm .back-or-confirm button {
    font-size: 1.4rem;
    width: 325px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid;
    letter-spacing: 0.2em;
    border: 2px solid;
  }

  .content.order-confirm .back-or-confirm .back button img {
    transform: rotateZ(180deg);
    padding: 0 0 8px 10px;
  }

  .content.order-confirm .back-or-confirm .confirm {
    margin-bottom: 11px;
  }

  .content.order-confirm .back-or-confirm .confirm button {
    border-color: #dfb93e;
    background-color: #dfb93e;
    color: #fff;
  }

  .content.order-confirm .back-or-confirm .confirm button img {
    padding: 8px 0 0 10px;
    display: none;
  }

  .content.order-complete .vanish {
    display: block !important;
  }

  .content.order-complete .vanish_re {
    display: none !important;
  }

  .content.order-complete .weborder-header {
    background-image: none;
    height: auto;
    padding-top: initial;
  }

  .content.order-complete .weborder-header .box-txt {
    width: 100%;
    padding: 25px 0;
    background-color: #f3efec;
  }

  .content.order-complete .weborder-header .inner {
    text-align: center;
  }

  .content.order-complete .weborder-header .inner .txt-ttl {
    font-size: 1.4rem;
  }

  .content.order-complete .weborder-header .inner .sub-ttl {
    font-size: 1.4rem;
    margin-bottom: initial;
  }

  .content.order-complete .complete_container .vertical_box {
    background-color: #f3efec;
    height: 65px;
    position: relative;
  }

  .content.order-complete .complete_container .vertical_box:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    width: 1px;
    height: 25px;
    background: #000;
  }

  .content.order-complete .complete_container .ttl_box {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }

  .content.order-complete .complete_container .ttl_box h2 {
    font-weight: bold;
  }

  .content.order-complete .complete_container .ttl_box .order_num {
    color: #c67359;
  }

  .content.order-complete .complete_container .txt_box {
    padding: 30px 20px;
  }

  .content.order-complete .complete_container .txt_box p {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }

  .content.order-complete .complete_container .txt_box p:last-of-type {
    margin-bottom: initial;
  }

  .content.order-complete .complete_container .other_estimate {
    background-color: #f3efec;
    padding: 20px 15px;
    margin: 0 20px 35px;
  }

  .content.order-complete .complete_container .other_estimate h3 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .content.order-complete .complete_container .mypage {
    background-color: #f3efec;
    height: 110px;
    position: relative;
  }

  .content.order-complete .complete_container .mypage .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 40px;
    border: 2px solid #000;
  }

  .content.order-complete .complete_container .mypage .mypage_btn a {
    display: block;
    text-align: center;
    position: relative;
    line-height: 36px;
    width: 100%;
    height: 100%;
    padding-right: 23px;
  }

  .content.order-complete .complete_container .mypage .mypage_btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .content.order-complete .survey_form {
    padding: 30px 20px 40px;
  }

  .content.order-complete .survey_form .ttl_box {
    margin-bottom: 40px;
  }

  .content.order-complete .survey_form .ttl_box h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .content.order-complete .survey_form .survey_contents {
    /* 旧Edge対応 */
    /* IE対応 */
  }

  .content.order-complete .survey_form .survey_contents select,
  .content.order-complete .survey_form .survey_contents input {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
    margin-top: 4px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
  }

  .content.order-complete .survey_form .survey_contents input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 10;
  }

  .content.order-complete .survey_form .survey_contents input[type=text]::-moz-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents input[type=text]:-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents input[type=text]::placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents input[type=text]::-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents input[type=text]:-ms-input-placeholder {
    color: #000;
  }

  .content.order-complete .survey_form .survey_contents .select_box {
    position: relative;
  }

  .content.order-complete .survey_form .survey_contents .select_box:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
    z-index: -1;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .gender {
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .gender span {
    margin-right: 10px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .prefectures {
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .birth {
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .marriage {
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .top_contents .marriage span {
    margin-right: 10px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents textarea {
    height: 85px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents select {
    margin-bottom: 20px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .trigger {
    margin-bottom: 25px;
  }

  .content.order-complete .survey_form .survey_contents .bottom_contents .decision {
    margin-bottom: 40px;
  }

  .content.order-complete .survey_form .survey_contents label.radio-gender-label input,
  .content.order-complete .survey_form .survey_contents label.radio-marriage-label input {
    display: none;
  }

  .content.order-complete .survey_form .survey_contents label.radio-gender-label input:checked + span::after,
  .content.order-complete .survey_form .survey_contents label.radio-marriage-label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3c160b;
    border-radius: 50%;
    box-sizing: content-box;
  }

  .content.order-complete .survey_form .survey_contents label.radio-gender-label span,
  .content.order-complete .survey_form .survey_contents label.radio-marriage-label span {
    position: relative;
    padding-left: 20px;
  }

  .content.order-complete .survey_form .survey_contents label.radio-gender-label span::before,
  .content.order-complete .survey_form .survey_contents label.radio-marriage-label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
  }

  .content.order-complete .survey_form .survey_contents .send_btn {
    background-color: #dfb93e;
    color: #000;
    margin: 0 auto;
    width: 100%;
    height: 40px;
  }

  .content.order-complete .survey_form .survey_contents .send_btn input {
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }

  .content.order-inquiry-complete .weborder-header {
    background-image: none;
    height: auto;
    padding-top: initial;
  }

  .content.order-inquiry-complete .weborder-header .box-txt {
    width: 100%;
    padding: 25px 0;
    background-color: #f3efec;
  }

  .content.order-inquiry-complete .weborder-header .inner {
    text-align: center;
  }

  .content.order-inquiry-complete .weborder-header .inner .txt-ttl {
    font-size: 1.4rem;
  }

  .content.order-inquiry-complete .weborder-header .inner .sub-ttl {
    font-size: 1.4rem;
    margin-bottom: initial;
  }

  .content.order-inquiry-complete .content-inner .thanks .ttl_box {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }

  .content.order-inquiry-complete .content-inner .thanks .txt_box {
    padding: 30px 20px;
  }

  .content.order-inquiry-complete .content-inner .thanks .vertical_box {
    background-color: #f3efec;
    height: 65px;
    position: relative;
  }

  .content.order-inquiry-complete .content-inner .thanks .vertical_box:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    width: 1px;
    height: 25px;
    background: #000;
  }

  .content.order-inquiry-complete .content-inner .mypage {
    background-color: #f3efec;
    height: 110px;
    position: relative;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 40px;
    border: 2px solid #000;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn a {
    display: block;
    text-align: center;
    position: relative;
    line-height: 36px;
    width: 100%;
    height: 100%;
    padding-right: 23px;
  }

  .content.order-inquiry-complete .content-inner .mypage .mypage_btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .content.mypage-index .page-heading {
    padding: 15px 0;
    text-align: center;
  }

  .content.mypage-index .weborder-header {
    background: none;
    background-color: #f3efec;
    padding-top: 20px;
    height: 95px;
  }

  .content.mypage-index .weborder-header .box-txt {
    background-color: #f3efec;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .content.mypage-index .weborder-header .box-txt .txt-ttl {
    font-size: 1.6rem;
  }

  .content.mypage-index .weborder-header .box-txt .sub-ttl {
    font-size: 1.1rem;
  }

  .content.mypage-index .order-contents {
    padding: 38px 20px 25px;
    margin-bottom: 10px;
    position: relative;
  }

  .content.mypage-index .order-contents .booking-number-box {
    padding: 0 10px;
    margin-bottom: 62px;
  }

  .content.mypage-index .order-contents .booking-number-box .heading {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .content.mypage-index .order-contents .booking-number-box .booking-number {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-top: 12px;
  }

  .content.mypage-index .order-contents .booking-number-box .annotation {
    margin-left: -10px;
  }

  .content.mypage-index .order-contents .order-overview {
    padding-bottom: 17px;
  }

  .content.mypage-index .order-contents .order-overview .heading,
  .content.mypage-index .order-contents .order-overview .sub-heading {
    display: block;
    text-align: center;
  }

  .content.mypage-index .order-contents .order-overview .heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 18px;
  }

  .content.mypage-index .order-contents .order-overview .estimated-amount {
    display: block;
    text-align: center;
  }

  .content.mypage-index .order-contents .order-overview .estimated-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #d7ba54;
  }

  .content.mypage-index .order-contents .order-details {
    margin-bottom: 52px;
  }

  .content.mypage-index .order-contents .order-details .detail-left,
  .content.mypage-index .order-contents .order-details .detail-right {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f4efec;
    padding: 10px 10px 10px;
  }

  .content.mypage-index .order-contents .order-details .detail-left h4,
  .content.mypage-index .order-contents .order-details .detail-right h4 {
    font-weight: bold;
  }

  .content.mypage-index .order-contents .order-details .detail-left {
    margin-bottom: 34px;
  }

  .content.mypage-index .order-contents .order-details .detail-list {
    margin-top: 5px;
    border-collapse: collapse;
    font-size: 1.15rem;
    width: 100%;
  }

  .content.mypage-index .order-contents .order-details .detail-list tr {
    border-bottom: 1px solid #fff;
  }

  .content.mypage-index .order-contents .order-details .detail-list tr:last-child {
    border: none;
  }

  .content.mypage-index .order-contents .order-details .detail-list th {
    width: 70%;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
  }

  .content.mypage-index .order-contents .order-details .detail-list td.price {
    width: 30%;
    padding-top: 4px;
    text-align: right;
    vertical-align: top;
  }

  .content.mypage-index .order-contents .order-edit-link {
    text-align: left;
    padding-top: 29px;
    margin-left: 1rem;
  }

  .content.mypage-index .order-contents .order-edit-link a {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 1px solid #000;
    padding-left: 1.5rem;
    position: relative;
  }

  .content.mypage-index .order-contents .order-edit-link a::before {
    position: absolute;
    content: "\2190";
    left: 0;
  }

  .content.mypage-index .order-contents .customer {
    width: 100%;
  }

  .content.mypage-index .order-contents .customer .heading {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .content.mypage-index .order-contents .customer table {
    margin-top: 5px;
    width: 100%;
  }

  .content.mypage-index .order-contents .customer table tr {
    display: block;
    padding: 13.5px 0;
    width: 100%;
  }

  .content.mypage-index .order-contents .customer table th,
  .content.mypage-index .order-contents .customer table td {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    line-height: 1.3;
  }

  .content.mypage-index .order-contents .customer table th {
    width: 39.5%;
    vertical-align: top;
  }

  .content.mypage-index .order-contents .customer table td {
    width: 59%;
  }

  .content.mypage-index .order-contents .customer table span.yubin {
    padding-right: 1.2rem;
  }

  .content.mypage-index .order-contents .payment {
    width: 100%;
    margin-top: 21px;
  }

  .content.mypage-index .order-contents .payment .heading {
    font-weight: bold;
  }

  .content.mypage-index .order-contents .payment table {
    margin-top: 18px;
  }

  .content.mypage-index .order-contents .payment table tr {
    display: block;
    padding: 5px 0;
  }

  .content.mypage-index .order-contents .payment table th,
  .content.mypage-index .order-contents .payment table td {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.015em;
  }

  .content.mypage-index .order-contents .payment table th .card-number,
  .content.mypage-index .order-contents .payment table td .card-number {
    margin-right: 15px;
  }

  .content.mypage-index .order-contents::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 47%;
    bottom: -95px;
    transform: translateY(-50%);
  }

  .content.mypage-index .option-btn-box {
    padding-top: 86px;
    padding-bottom: 28px;
    background-color: #f3efec;
  }

  .content.mypage-index .option-btn-box a {
    display: block;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 85%;
    padding: 8.5px 0;
    background-color: #dfb93e;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .content.mypage-index .option-btn-box a:nth-of-type(2) {
    background-color: #a0a0a0;
    position: relative;
  }

  .content.mypage-index .option-btn-box a:nth-of-type(2) .unread-badge {
    position: absolute;
    right: 0;
    top: -5px;
    color: #fff;
    background-color: #01a1e9;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
  }

  .content.mypage-index .log-box {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
  }

  .content.mypage-index .log-box table {
    margin: 0 auto;
    width: 85%;
    border-collapse: collapse;
  }

  .content.mypage-index .log-box table th,
  .content.mypage-index .log-box table td {
    border: 1px solid;
    font-size: 1.3rem;
  }

  .content.mypage-index .log-box table th {
    padding: 0;
    text-align: center;
  }

  .content.mypage-index .log-box table th.updated-at {
    width: 27%;
  }

  .content.mypage-index .log-box table th.updated-by {
    width: 27%;
  }

  .content.mypage-index .log-box table th.updated- {
    width: 58%;
  }

  .content.mypage-index .log-box table td {
    padding: 1px 5px;
  }

  .content.mypage-edit .error-message {
    font-size: 1.3rem;
    background: #ff0000;
    color: #fff;
    padding: 4px 0 0 0;
  }

  .content.mypage-edit .error-message::before {
    display: inline-block;
    content: url(/images/order/icon-error.png);
    transform: scale(0.5);
    margin: 0 2px;
    vertical-align: middle;
  }

  .content.mypage-edit .page-heading {
    padding: 15px 0;
    text-align: center;
  }

  .content.mypage-edit .weborder-header {
    background: none;
    background-color: #f3efec;
    padding-top: 20px;
    height: 95px;
  }

  .content.mypage-edit .weborder-header .box-txt {
    background-color: #f3efec;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .content.mypage-edit .weborder-header .box-txt .txt-ttl {
    font-size: 1.6rem;
  }

  .content.mypage-edit .weborder-header .box-txt .sub-ttl {
    font-size: 1.1rem;
  }

  .content.mypage-edit .customer-form {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 26px 25px;
  }

  .content.mypage-edit .customer-form .heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .content.mypage-edit .customer-form label {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
  }

  .content.mypage-edit .customer-form span.require-badge {
    display: inline-block;
    margin-left: 1px;
    padding: 0 9px;
    font-size: 1.2rem;
    background-color: #d0a773;
    color: #fff;
    border-radius: 2px;
  }

  .content.mypage-edit .customer-form .customer-info {
    margin-bottom: 45px;
  }

  .content.mypage-edit .customer-form .customer-info > div {
    width: 100%;
  }

  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(1),
  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(3),
  .content.mypage-edit .customer-form .customer-info > div:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .content.mypage-edit .customer-form .customer-info input {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.mypage-edit .customer-form .customer-info .mail-caution-txt {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.035em;
  }

  .content.mypage-edit .customer-form .used-it-before {
    margin-bottom: 25px;
  }

  .content.mypage-edit .customer-form .used-it-before label._hp {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }

  .content.mypage-edit .customer-form .used-it-before label._hp span {
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .content.mypage-edit .customer-form .used-it-before label._hp span.sub {
    font-size: 1rem;
  }

  .content.mypage-edit .customer-form .used-it-before .section-wrp {
    width: 100%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 21px;
  }

  .content.mypage-edit .customer-form .used-it-before .section-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.mypage-edit .customer-form .used-it-before select {
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    height: 38px;
    width: 100%;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea {
    height: 90px;
    padding: 7px 10px;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea::-moz-placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea:-ms-input-placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .used-it-before .textarea-wrp textarea::placeholder {
    color: #000;
  }

  .content.mypage-edit .customer-form .user-address {
    padding-top: 12px;
  }

  .content.mypage-edit .customer-form .user-address > div {
    width: 100%;
  }

  .content.mypage-edit .customer-form .user-address > div:nth-of-type(1),
  .content.mypage-edit .customer-form .user-address > div:nth-of-type(2) {
    margin-bottom: 19px;
  }

  .content.mypage-edit .customer-form .user-address > div.hp_banti {
    margin-top: 20px;
  }

  .content.mypage-edit .customer-form .user-address .hp_yubin-wrp {
    display: flex;
  }

  .content.mypage-edit .customer-form .user-address .hp_yubin-btn {
    width: 57%;
    background-color: #c9c9c9;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    border-top: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
  }

  .content.mypage-edit .customer-form .user-address input,
  .content.mypage-edit .customer-form .user-address select {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
  }

  .content.mypage-edit .customer-form .user-address input.hp_yubin,
  .content.mypage-edit .customer-form .user-address select.hp_yubin {
    width: 30%;
  }

  .content.mypage-edit .customer-form .user-address .select-wrp {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .content.mypage-edit .customer-form .user-address .select-wrp:after {
    position: absolute;
    content: "\F0D7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 2px;
    line-height: 36px;
    height: 36px;
    right: 10px;
    font-size: 2rem;
    color: #c5c5c5;
  }

  .content.mypage-edit .cautions {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px 52px;
    position: relative;
  }

  .content.mypage-edit .cautions::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45.5%;
    top: -5px;
  }

  .content.mypage-edit .cautions .heading {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }

  .content.mypage-edit .cautions .caution-of-order {
    padding-bottom: 25px;
  }

  .content.mypage-edit .cautions .caution-of-order p {
    font-size: 1.1rem;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
  }

  .content.mypage-edit .cautions .caution-of-order p:before {
    content: "\25CF";
    position: absolute;
    left: 0;
  }

  .content.mypage-edit .cautions .caution-of-order p a {
    border-bottom: 1px solid;
  }

  .content.mypage-edit .cautions .caution-of-mail {
    text-align: center;
    background-color: #f0eaea;
    padding: 25px 11px 15px;
    margin: 0 5px;
    position: relative;
  }

  .content.mypage-edit .cautions .caution-of-mail h2.danger-msg {
    display: inline-block;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 0 8px;
    color: #e3364f;
    border: 3px solid #e3364f;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .content.mypage-edit .cautions .caution-of-mail p {
    text-align: left;
    color: #e3364f;
  }

  .content.mypage-edit .cautions .caution-of-mail p a {
    color: #e3364f;
    border-bottom: 1px solid #e3364f;
  }

  .content.mypage-edit .cautions .caution-of-mail::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/order/icon-arrow-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45.5%;
    bottom: -58px;
    transform: translateY(-50%);
  }

  .content.mypage-edit .confirm-btn {
    background-color: #f3efec;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }

  .content.mypage-edit .confirm-btn button {
    background-color: #dfb93e;
    color: #fff;
    font-size: 1.4rem;
    width: 325px;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 0.2em;
    border: 2px solid #dfb93e;
  }

  .content.mypage-edit .confirm-btn button img {
    display: none;
  }

  .content.login-index .vanish {
    display: block !important;
  }

  .content.login-index .vanish_re {
    display: none !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 415px) {
  .content.login-index .weborder-header {
    padding-top: 22px;
  }
}

@media (max-width: 768px) {
  .content.login-index .weborder-header .box-txt {
    padding: 25px;
  }

  .content.login-index .weborder-header .box-txt .txt {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .content.login-index .login_contents {
    padding: 40px 20px 100px;
  }

  .content.login-index .login_contents .discription {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .content.login-index .login_contents .error {
    color: #c2603e;
    margin-bottom: 6px;
    text-align: center;
  }

  .content.login-index .login_contents .order_num {
    margin-bottom: 20px;
  }

  .content.login-index .login_contents .order_num input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    padding: 5px;
  }

  .content.login-index .login_contents .order_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }

  .content.login-index .login_contents .order_btn button {
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: #d2d2d2;
  }

  .content.login-index .login_contents .lost_btn {
    margin-bottom: 15px;
  }

  .content.login-index .login_contents .other_site a {
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .footer .footerLinkSp ul {
    border-top: 1px solid #d6d5d4;
    display: flex;
    flex-wrap: wrap;
  }

  .footer .footerLinkSp li {
    width: 50%;
    border-bottom: 1px solid #d6d5d4;
  }

  .footer .footerLinkSp li a {
    display: block;
    padding: 20px 0;
  }

  .footer .footerLinkSp li:nth-child(odd) {
    border-right: 1px solid #d6d5d4;
  }

  .footer .footerLinkSp li.column-1 {
    width: 100%;
  }

  .footer .footer-inner {
    position: relative;
    padding: 40px 0;
  }

  .footer .footer-inner .sns {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }

  .footer .footer-inner .sns li {
    display: inline-block;
    padding: 0 10px;
  }

  .footer .footer-inner .sns img {
    height: 20px;
  }

  .footer .bnr-yokohama-sp {
    margin: 40px auto 0;
  }

  .footer .bnr-yokohama-sp img {
    width: 100%;
  }

  .footer .bnr-recruit {
    margin: 20px auto 0;
  }

  .footer .bnr-recruit img {
    width: 100%;
  }

  .footer.order-index .footer-inner {
    padding-bottom: 200px;
  }
}

