@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------
contacts
------------------------------------------------------------- */
/*  ------------------ contacts_before  ------------------ */
.contacts_before{
    margin-bottom: 20px;
}
.contacts_before .linkicon_btn_area{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    max-width: 600px;
}
.linkicon_btn_area .linkicon_btn a{
    width: 100%;
}
.linkicon_btn_area .linkicon_btn .linkicon img{
    background-color: #2EB459;
    border-radius: 50%;
}
.linkicon_btn_area .linkicon_btn p.linkicon_btn_txt{
    font-size: 1.3rem;
    font-weight: 900;
    color: #2EB459;
    margin-top: 5px;
}
.linkicon_btn_area .linkicon_btn a:active img{
    background-color: #FF81AA;
}
.linkicon_btn_area .linkicon_btn a:active p.linkicon_btn_txt{
    color: #FF81AA;
}
.txt_link button.form_show {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #0A602B;
    background-color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 2px solid;
    border-radius: 40px;
    width: 100%;
    max-width: 400px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
}
/*------------ contacts_before PC用  ------------*/
@media screen and (min-width: 950px) {
    .contacts_before .linkicon_btn_area{
        gap: 40px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .linkicon_btn_area .linkicon_btn {
        padding-right: 40px;
        border-right: 1px solid;
    }
    .linkicon_btn_area .linkicon_btn a:hover img{
        background-color: #FF81AA;
    }
    .linkicon_btn_area .linkicon_btn a:hover p.linkicon_btn_txt{
        color: #FF81AA;
    }
}
/* ----------------------  qa_form  ---------------------- */
.form_heading.qa_heading {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}
.form_heading.qa_heading::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color:#020202 ;
    margin-right: 3px;
}
body.contacts div.dcrt_radio.parallel{
    display: block;
}
div.dcrt_radio.parallel label{
    margin-bottom: 10px;
    display: block;
}
/* a_area */
.a_area{
    font-weight: 500;
}
.a_area .a_txt{
    margin-bottom: 8px;
}
.a_area .a_txt_item{
    margin-bottom: 20px;
}
.a_sub .a_heading{
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.a_sub .a_heading::before{
    display: inline-block;
    content: "Q";
    font-size: 2.2rem;
    margin-top: -5px;
    margin-right: 3px;
    vertical-align: baseline;
}
.a_txt_item .a_sub_heading{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.a_txt_item .a_sub_heading::before{
    display: inline-block;
    content: "";
    margin-top: 6px;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #020202;
}
body.contacts #center_area .a_txt p{
    margin-bottom: 0;
}
body.contacts #center_area .list_contents p{
    margin-left: 10px;
    text-indent: -10px;
    margin-bottom: 5px;
}
body.contacts #center_area .list_contents p::before{
    display: inline-block;
    content: "";
    margin-top: 8px;
    margin-right: 5px;
    width: 3px;
    height: 3px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #595757;
}
.a_txt_item a{
    display: inline;
}
.a_txt_item .txt_link a{
    display: block;
}
ul.list_set li{
    display: flex;
    flex-wrap: nowrap;
    line-height: 160%;
}
ul.list_set li p.list_set_headr{
    text-align: right;
    width: 90px;
    position: relative;
    margin-right: 25px;
}
ul.list_set li p.list_set_headr::after {
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 95px;
}
ul.list_set li p.list_set_ctn{
    text-align: left;
}
ul.list_set.commission li p.list_set_headr{
    width: 150px;
}
ul.list_set.commission li:first-of-type p.list_set_headr::after{
    top: 10px;
}
ul.list_set.commission li p.list_set_headr::after {
    left: 158px;
}
.a_txt_item p.sub_item_heading{
    font-weight: 700;
}
.a_area .a_txt_item_inner{
    font-size: 1.5rem;
}
.a_area .shopping_sub_item{
    margin-top: 15px;
    margin-bottom: 15px
}
/* サクマデコドロップスについて */
body#contact_add .detail_info_area table {
    line-height: 120%;
    padding: 0 10%;
    margin: 0 auto;
    font-size: 1.4rem;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: justify;
}
body#contact_add .detail_info_area table th,
body#contact_add .detail_info_area table td {
    padding: 10px;
    border: none;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    font-weight: 700;
}
body#contact_add .detail_info_area table th {
    max-width: 180px;
}
body#contact_add .flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 600px;
}
/* 納品書について */
body#contact_add .sample_delivery_note img {
    max-width: 297px;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
}

/*---------------- a_area ---------------- */
.yes_no_area{
    margin-bottom: 30px;
}
.yes_no_area label{
    margin-right: 20px;
}
/*---------------- yes_no_area ---------------- */
.thankyou_area{
    font-size: 30px;
    font-weight: 900;
    color: #FF0A4A;
    margin-top: 10px;
    padding-left: 40px;
}
.thankyou_area .thankyou{
    position: relative;
    display: inline-block;
    animation: scale-txt-thankyou 0.3s 0.4s forwards;
    opacity: 0;
}
@keyframes scale-txt-thankyou {
  0% {
    transform: scale(0);
  }
  5% {
    transform: scale(0);
    opacity: 1;
  }
  98% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.thankyou_area .thankyou::before,
.thankyou_area .thankyou::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    opacity: 0;
}
.thankyou_area .thankyou::before {
    animation: ease-img-thankyou 1s 1s ease-out;
    background-image: url(../images/contacts/heart_thankyou01.svg);
    top: 9px;
    left: -32px;
}
.thankyou_area .thankyou::after {
    animation: ease-img-thankyou 1s 1.2s ease-out;
    background-image: url(../images/contacts/heart_thankyou02.svg);
    bottom: -6px;
    right: -32px;
}
@keyframes ease-img-thankyou {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-14px) scale(1.2);
    opacity: 0;
  }
}
