@charset "utf-8";

@import "https://use.fontawesome.com/releases/v6.7.2/css/all.css";


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero {
  display: flex;
  justify-content: center;
}
.fs-c-imageContainer {
  margin-bottom: 50px;
}
.fs-c-imageContainer > img {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fs-c-imageContainer {
    margin-top: 50px;
  }
}

@media (max-width: 768px){
  .pc_on {
    display: block;
  }
}
@media (min-width: 769px){
  .sp_on {
    display: block;
  }
}

.sections {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 16px;
}
@media (max-width: 900px) {
  .sections {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .sections {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.bc_gray {
  background-color: #f0f0f0;
  padding: 30px 0;
}

h1 {
  margin: 100px auto;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    margin: 50px auto;
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

.ras_p {
  font-size: 20px;
  margin: 20px;
}

/* H2 */

.ras_h2 {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 0.7em;
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
.ras_h2::after {
  content: '';
  position: absolute;
  border-bottom: 10px dotted #243B75;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


/* H3*/
.ras_h3 {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  font-weight:bold;
  background: linear-gradient(transparent 50%, #f2ff35 50%);
  margin: 0 auto 20px;
  padding: 0 5px;
}

/* 目次 */
.index {
  max-width: 700px;
  padding: 1em 1.5em;
  margin: 2em auto;
  background: 
  -webkit-repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
  background: 
  repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
}
.index_ttl {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
.index_list {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 6rem;
  margin-inline-start: 30px;

}
.index_list .index_no {
  font-size: 3rem;
  color:#333333;
}
.index a p:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .index {
    padding: 10px;
  }
  .index_list {
    font-size: 2rem;
    line-height: 3rem;
  }
  .index_list .index_no {
    font-size: 2.5rem;
  }
}


.point_p {
  background-color: #f7f5ae;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 10px 20px;
}
.point {
  display: flex;
  justify-content: space-between;
}
.point > article {
  width: 30%;
  padding: 0 10px;
}
.point_img {
  width: 100%;
}

@media (max-width: 768px) {
  .ras_h3 {
    font-size: 2rem;
  }
  .point {
    display: block;
    margin: 0 50px;
  }
  .point > article {
    width: 100%;
    margin-top: 30px;
  }
}


/* comment_flex */
.comment_flex {
  display: flex;
  margin: 20px auto;
  padding: 10px 20px;
}
.comment_flex_p {
  font-size: 1.8rem;
  margin: 10px auto;
  padding-left: 30px;
}
.txt_area {
  width: 60%;
  padding: 10px;
}
.img_area {
  width: 40%;
  padding: 10px;
}
.img_area > img {
  width: 100%;
}

@media (max-width: 768px) {
  .comment_flex {
    display: block;
  }
  .txt_area {
    width: 100%;
    text-align: center;
  }
  .img_area {
    width: 100%;
  }
}

/* ラスマークと刺繍 */
.hikaku_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 30px 0;
}
.hikaku_flex {
  display: flex;
  justify-content: space-between;
}
.hikaku_box {
  width: 50%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 1px #A1A1A1;
  text-align: center;
  margin: 0 20px;
}
.hikaku_img {
  width: 80%;
  margin: 30px auto;
}
.hikaku_img > img {
  width: 100%;
}
.hikaku_p1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 20px;
}
.hikaku_p2 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 20px 10px;
  text-decoration: underline;
}
.hikaku_p3 {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
}

.check_p {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  color: red;
  background: linear-gradient(transparent 50%, #f2ff35 50%);
  margin: 0 auto 20px;
  padding: 0 5px;
}

.ori_box {
  background: #F7F7F7;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 1px #A1A1A1;
  padding: 10px;
  margin: 50px auto;
}

.gift_wrapping {
  margin: 50px auto;
  text-align: center;
}
.gift_p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.gift_img {
  max-width: 800px;
  width: 100%;
}

.contact_area {
  background: #F7F7F7;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 1px #A1A1A1;
  padding: 30px;
  margin: 100px auto; 
}
.contact_p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.contact_box {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.contact_bt {
  text-align: center;
}
.contact_m {
  display: inline-block;
  width: 250px;
  background: #3659b1;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 10px;
}
.contact_l {
  display: inline-block;
  width: 250px;
  background: #06c655;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 10px;
}
.contact_t {
  display: inline-block;
  width: 250px;
  background: #ca1414;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 10px;
}

.contact_box_2 {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.contact_box_2 .contact_bt .contact_m,
.contact_box_2 .contact_bt  .contact_l {
  width: 350px;
}

@media (max-width: 768px) {
  .contact_box {
    display: block;
    justify-content: center;
  }
  .contact_bt {
    margin: 20px auto;
  }
  .contact_m .contact_l .contact_t {
    margin: 10px auto;
    width: 300px;
  }
  .contact_box_2 {
    display: block;
    justify-content: center;
  }
}
 
/* .contact_btn {
  background-color: #fff;
  border: 1px solid #A80B0B;
  border-radius: 5px;
  color: #A80B0B;
  padding: 10px 15px;
  margin: 20px auto;
}
.contact_btn:hover {
  background-color: #A80B0B;
  color: #fff;
} */



.caution {
  background-color: #A80B0B;
  border-radius: 10px;
  padding: 15px;
  margin: 20px auto;
}
.caution_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.caution_p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 10px 20px;
}



/* 注文ボタン */
.order {
  text-align: center;
  margin: 100px auto;
}
.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}
.order_btn {
  font-size: 2rem;
  color: #fff;
  background-color: #A80B0B;
  border-bottom: 5px solid #970505;
}
.order_btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #ca1414;
  border-bottom: 2px solid #970505;
}
.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


/* ご注文の流れ */
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .flow_ul {
  padding: 0;
}
.flow .flow_li {
  list-style-type: none;
}
.flow .flow_dl {
  margin-left: 0;
}
.flow_ul > .flow_li {
  position: relative;
  list-style: none;
}
.flow_ul > .flow_li:not(:last-child) {
  margin-bottom: 40px;
}
.flow_ul > .flow_li .flow_dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 2px solid #243B75;
  border-radius: 10px;
  position: relative;
}
.flow_ul > .flow_li:not(:last-child) .flow_dl::before,
.flow_ul > .flow_li:not(:last-child) .flow_dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow_ul > .flow_li:not(:last-child) .flow_dl::before {
  border-width: 22px;
  border-top-color: #243B75;
}
.flow_ul > .flow_li:not(:last-child) .flow_dl::after {
  border-width: 20px;
  /* border-top-color: #fff; */
}
.flow_ul > .flow_li .flow_dl .flow_dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow_ul > .flow_li .flow_dl .flow_dt .icon01 {
  font-size: 1.8rem;
  color: #fff;
  background: #243B75;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
.flow_dd {
  font-size: 1.8rem;
  margin: 0 10px;
}
.flow_dd_img {
  width: 100%;
  margin: 20px auto 0 auto;
}

@media(max-width: 650px) {
  .flow_ul > .flow_li .flow_dl {
    width: 90%;
    margin: 0 auto;
  }
  .flow_ul > .flow_li:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow_ul > .flow_li .flow_dl {
    display: block;
    padding: 10px 15px;
  }
  .flow_ul > .flow_li .flow_dl .flow_dt {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .flow_ul > .flow_li .flow_dl .flow_dt .icon01 {
    font-size: 1.5rem;
  }
  .flow_dd {
    font-size: 1.3rem;
    margin: 0 auto;
  }
}


/* ポップアップ部分（フォント） */
.modal-2__wrap input {
    display: none;
}
.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
}
.modal-2__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:15px auto 0 auto;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    background-color: #A80B0B;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}
.modal-2__open-label:hover {
    background-color: #fff;
    color: #A80B0B;
    border: 1px #A80B0B solid;
}
.modal-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.modal-2__open-input:checked + label + input + .modal-2 {
    display: block;
    animation: modal-2-animation .6s;
}
.modal-2__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}
.modal-2__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}
.modal-2__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 50px 20px 25px;
}
.modal-2__content > img {
  width: 90%;
}
.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}
@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .modal-2__open-label {
        max-width: 100%;
        padding: 10px 20px;
        margin: 20px auto;
    }
    .modal-2__close-label {
        top: -17px;
        right: -4%;
    }
    .modal-2__content-wrap {
        width: 90%;
    }
    .modal-2__content {
        max-width: 450px;
        max-height: 450px;
        overflow: auto;
    }
}

/* ポップアップ部分（カラー） */
.modal-3__wrap input {
    display: none;
}
.modal-3__open-label,
.modal-3__close-label {
    cursor: pointer;
}
.modal-3__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:15px auto 0 auto;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    background-color: #A80B0B;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}
.modal-3__open-label:hover {
    background-color: #fff;
    color: #A80B0B;
    border: 1px #A80B0B solid;
}
.modal-3 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.modal-3__open-input:checked + label + input + .modal-3 {
    display: block;
    animation: modal-2-animation .6s;
}
.modal-3__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}
.modal-3__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}
.modal-3__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 50px 20px 25px;
}
.modal-3__content > img {
  width: 90%;
}
.modal-3__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}
@keyframes modal-3-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .modal-3__open-label {
        max-width: 100%;
        padding: 10px 20px;
        margin: 20px auto;
    }
    .modal-3__close-label {
        top: -17px;
        right: -4%;
    }
    .modal-3__content-wrap {
        width: 90%;
    }
    .modal-3__content {
        max-width: 450px;
        max-height: 450px;
        overflow: auto;
    }
}



/* よくある質問 */
.qa_box{
  margin: 10px;
  padding: 10px;
}
.qa-check{
    display: none;
}
.qa-label{
    background: #eeeded;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 10px 10px 10px 50px;
    position: relative;
    border-radius: 5px;
}
.qa-label:before {
  box-sizing: border-box;
  content: 'Q';
  color: #ee1a29;
  font-weight: bold;
  display: block;
  position: absolute;
  height: 52px;
  padding: 10px;
  margin: 10px;
  left: 0;
  top: -10px;
}
.qa-label:after{
    box-sizing: border-box;
    content: '＋';
    color: #163c7d;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 52px;
    padding: 10px;
    margin: 10px;
    position: absolute;
    right: 0;
    top: -10px;
}
.qa-content{
    display: block;
    background-color: #fcfbfb;
    border: 1px #eeeded solid;
    border-radius: 0 0 5px 5px;
    color: #000;
    height: 10px;
    opacity: 0;
    padding: 0 10px 0 80px;
    transition: .5s;
    visibility: hidden;
    position: relative;
}
.qa-content:before {
  box-sizing: border-box;
  content: 'A';
  color: #243B75;
  font-weight: bold;
  display: block;
  position: absolute;
  height: 52px;
  padding: 10px;
  margin: 10px;
  left: 0;
  top: -10px;
}
.qa_text {
  padding-left: 50px;
}
.qa-check:checked + .qa-label:after{
    content: '－';
    color: #243B75;
    font-weight: bold;
    height: 100px;
}
.qa-check:checked + .qa-label + .qa-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    margin-bottom: 5px;
    visibility: visible;
}

@media (max-width: 768px) {
  .qa-label{
    padding: 10px 40px 10px 40px;
  }
  .qa-label:before {
    padding: 10px 5px;
    margin: 10px;
  }
  .qa-label:after{
    padding: 10px 5px;
    margin: 10px;
  }
  .qa-content{
    padding: 0 10px 0 50px;
  }
  .qa_text {
    padding-left: 20px;
}
}

/* カスタム例 */
.garally {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.garally_box {
  width: 45%;
  /* border: 1px #000 solid; */
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  gap: 10;
}
.fig_ttl {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.fig_ttl > i {
  margin-right: 8px;
  align-items: baseline;
}
figure {
  text-align: center;
}
figure img {
  width: 90%;
  margin: 20px auto;
}
figcaption {
  font-size: 2rem;
  text-align: left;
  margin-inline-start: 25px;
}
@media (max-width: 768px) {
  .garally {
    display: block;
  }
  .garally_box {
    width: 100%;
    margin: 10px auto;
  }
  figcaption {
    font-size: 1.5rem;
  }
}



/* 料金表1 
.cost_box1 {
  display: flex;
  justify-content: space-between;
}
.normal_box {
  width: 48%;
  background: #757575;
  border: 2px solid #757575;
  border-radius: 10px;
  text-align: center;
}
.normal_ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  margin: 10px;
}
.cost {
  background: #fff;
  margin: 0;
  padding: 10px;
  color: #ee1a29;
  font-size: 6rem;
  font-weight: bold;
}
.cost_s {
  font-size: 3rem;
  color: #ee1a29;
}
.nouki_ttl {
  font-size: 2rem;
  color: #fff;
  text-align: left;
  margin-inline-start: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nouki_ttl > i {
  margin-right: 10px;
}
.nouki_txt {
  font-size: 2rem;
  color: #fff;
  /*text-align: left;
   margin-inline-start: 60px;
  margin-top: 0;
  margin-bottom: 10px;
}
.speed_box {
  width: 48%;
  background: #3659b1;
  border: 2px solid #3659b1;
  border-radius: 10px;
  text-align: center;
}
.speed_ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  margin: 10px;
}
.isogi {
  font-size: 2.5rem;
}*/


/* 料金表2 
.cost_box2 {
  display: flex;
  margin: 20px auto;
  justify-content: center;
}
.original_box {
  width: 100%;
  background: #0fb85b;
  border: 2px solid #0fb85b;
  border-radius: 10px;
  text-align: center;
}
.original_ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  margin: 10px;
}
.ori_nouki_txt {
  font-size: 2rem;
  color: #fff;
  text-align: left;
   margin-inline-start: 60px;
  margin-top: 0;
  margin-bottom: 10px;
}
.ori_nouki_txts {
  font-size: 1.8rem;
}


@media (max-width: 768px) {
  .cost_box1 {
    display: block;
  }
  .normal_box {
    width: 100%;
    margin: 20px auto;
  }
  .speed_box {
    width: 100%;
    margin: 20px auto;
  }
  .nouki_ttl {
    margin-inline-start: 20px;
  }
  .ori_nouki_txt {
    margin-inline-start: 30px;
  }
}*/

.cost_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.cost_table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.cost_table th,
.cost_table td {
  padding: 20px;
  border-right: 2px solid #fff;
}
.cost_table th {
  font-size: 2rem;
  text-align: center;
  align-items: center;
}
.cost_table thead tr{
  background-color: #527eec;
  color:#fff;
}
.cost_table tbody th {
  background: #3659b1;
  color: #fff;
  vertical-align: middle;
}
.exa {
  text-align: left;
  font-size: 1.5rem;
}
.txt{
   text-align: left;
   font-size: 1.5em;
}
.price{
  text-align: right;
  color: #ee1a29;
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
}
.price_s {
  font-size: 3rem;
  color: #ee1a29;
  margin-right: 5px;
}
.non{
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .cost_table {
    border: 0;
    width:100%
  }
  .cost_table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .cost_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cost_table tr {
    display: block;
    margin-bottom: .625em;
  }
  .cost_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  .cost_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .cost_table td:last-child {
    border-bottom: 0;
  }
  .cost_table tbody th {
    color: #fff;
  }
}
.tokusyu {
  display: block;
  margin: 30px auto 0 auto;
  padding: 50px;
}
.tokusyu_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #A80B0B;
  border-top: 5px solid #ca1414;
  border-bottom: 5px solid #ca1414;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.tokusyu_flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #777;
  text-align: center;
  align-items: center;
  background: #fff;
  margin: 20px;
  padding: 20px 10px;
}
.tokusyu_order {
  width: 30%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}
.tokusyu_price {
  width: 50%;
  color: #ee1a29;
  font-size: 4.5rem;
  font-weight: bold;
}
.tokusyu_img {
  width: 20%;
  margin: 10px;
}
.tokusyu_img > img {
  width: 100%;
}

@media (max-width: 768px) {
  .tokusyu_flex {
    display: block;
    margin: 20px auto;
  }
  .tokusyu_order {
    width: 100%;
    text-align: center;
  }
  .tokusyu_price {
    width: 100%;
    text-align: center;
  }
  .tokusyu_img {
    width: 100%;
    text-align: center;
  }
  .tokusyu_img > img {
    width: 80%;
  }
}

.price_ss {
  font-size: 1.5rem;
  color: #ee1a29;
  line-height: 1.2rem;
  text-align: left;
}

.end_img {
  margin-top: 100px;
  text-align: center;
  width: 100%;
}


