@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
#main #pagetitle {
    padding: 0;
    background: transparent;
    color: #ffffff;
    height: 150px;
    overflow: hidden;
    position: relative;
}
#main #pagetitle h1 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4),
                 2px 2px 6px rgba(0, 0, 0, 0.4),
                 2px 2px 6px rgba(0, 0, 0, 0.4);

}
#main #pagetitle img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
#main section {
    padding: 30px 16px;
    text-align: left;
}
#main section:nth-of-type(2n+1) {
    background: #feefe4;
}
#main h2 {
    color: #e8340c;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
}
#main h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}
#main h3 {
    color: #e8340c;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}
#main h4 {
    color: #e8340c;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: center;
}
#main h5 {
    color: #e8340c;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#main h6 {
    color: #000000;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center;
}
#main ul,
#main ol {
    text-align: left;
}
#main p {
    margin-bottom: 16px;
}
#main .smp_full {
    margin-left: -16px !important;
    margin-right: -16px !important;
    background: #cccccc;
    display: block;
    margin-bottom: 18px;
}
#main .photos li:nth-of-type(n+2) {
    margin-top: 10px;
}
#main .photos li img {
    width: 100%;
    height: auto;
}
#main .photos li h3 {
    color: #e8340c;
    margin: 6px 0 4px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
}
#main .photos li p {
    margin: 4px 0 0;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
/* ネットストアへのリンクボタン */
#main .btn_store {
    margin: 20px auto 0;
    font-size: 3.2rem;
    line-height: 1;
    display: flex;
    justify-content: center;
}
#main .btn_store a {
    background: #e8340c url(../images/cart.svg) no-repeat 33px center;
    background-size: 24px 24px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 16px 40px 17px 70px;
}


/******************************************************/
/* about.html  */
/******************************************************/
/* ロゴマーク */
#about02 .logomark dt {
    margin: 24px 0;
    text-align: center;
}
#about02 .logomark dt img {
    width: 250px;
    height: auto;
}


/******************************************************/
/* market.html  */
/******************************************************/
/* ひめのもち */
#market01 .intro,
#market01 .intro p {
    text-align: center;
}
#market01 .menu {
    display: flex;
    flex-wrap: wrap;
}
#market01 .menu li {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}
#market01 .menu li:nth-of-type(2n) {
    padding-left: 8px;
}
#market01 .menu li:nth-of-type(2n+1) {
    padding-right: 8px;
}
#market01 .menu li:nth-of-type(n+3) {
    margin-top: 14px;
}
#market01 .menu li h3 {
    color: #e8340c;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: left;
    margin: 6px 0 0;
    font-family: "Noto Sans JP";
}
#market01 .menu li h3 span {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
    display: inline-block;
}
#market01 .menu li p {
    margin: 4px 0 0;
    letter-spacing: normal;
    line-height: 1.35;
    text-align: left;
}
#market01 .menu li img {
    width: 100%;
    height: auto;
}
/* OISHINJO */
#market02 {
    background: #fdf8d9 !important;
    border-top: 3px solid #e8340c;
    border-bottom: 3px solid #e8340c;
    position: relative;
    padding-bottom: 20px !important;
}
#market02::before {
    content: "";
    background: #e8340c;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}
#market02::after {
    content: "";
    background: #e8340c;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
}
#market02 .intro,
#market02 .intro p {
    text-align: center;
}
#market02 .menu {
    margin-top: -8px;
}
#market02 .menu li {
    text-align: left;
    padding: 8px 0 9px;
    width: 100%;
    display: flex;
    align-items: center;
}
#market02 .menu li:nth-of-type(n+2) {
    border-top: 4px double #e8340c;
}
#market02 .menu li .img {
    border: 2px solid #e8340c;
    width: 100px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
}
#market02 .menu li:nth-of-type(2n+1) .img {
    order: 1;
    margin: 0 0 0 10px;
}
#market02 .menu li dl {
    padding: 4px 0;
}
#market02 .menu li dt {
    color: #e8340c;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0 0 8px;
}
#market02 .menu li dt span {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: normal;
    display: inline-block;
}
#market02 .menu li dd {
    color: #222222;
    margin: 4px 0 0;
    padding: 0;
    line-height: 1.45;
}
#market02 .menu li dd.producer {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
}
#market02 #pastitem h3 {
    margin-top: 50px;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    font-family:
        "Noto Sans JP",
        sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#market02 #pastitem h3 span {
    padding: 0 20px;
    background: #fdf8d9;
    position: relative;
    z-index: 2;
}
#market02 #pastitem h3::before {
    content: "";
    background: #e8340c;
    height: 3px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
}
#market02 #pastitem .menu li .img {
    position: relative;
}
#market02 #pastitem .menu li .img::before {
    content: "";
    display: block;
    background: #000;
    opacity: 0.1;
    position: absolute;
    inset: 0;
}
#market02 #pastitem .menu li .img::after {
    content: "";
    display: block;
    background: url("../images/smp_ico_finish.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
/* ひめのもち */
#market03 .intro,
#market03 .intro p {
    text-align: center;
}
#market03 .menu {
    display: flex;
    flex-wrap: wrap;
}
#market03 .menu > li {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}
#market03 .menu > li:nth-of-type(2n) {
    padding-left: 8px;
}
#market03 .menu > li:nth-of-type(2n+1) {
    padding-right: 8px;
}
#market03 .menu > li:nth-of-type(n+3) {
    margin-top: 14px;
}
#market03 .menu li img {
    width: 100%;
    height: auto;
}
#market03 .menu li dt {
    color: #e8340c;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: left;
    margin: 6px 0 0;
}
#market03 .menu li dd {
    margin: 4px 0 0;
    letter-spacing: normal;
    line-height: 1.35;
    text-align: left;
}
#market03 .menu > li.other {
    background: #f5f5f5;
    width: 100%;
    padding: 0;
    margin: 16px 0 0 0;
    text-align: left;
}
#market03 .menu > li.other dl {
    padding: 16px 16px 12px;
}
#market03 .menu > li.other dt {
    margin: 0 0 8px;
}
#market03 .menu > li.other dd {
    margin: 0;
    text-align: right;
}
#market03 .menu > li.other dd ul {
    background: linear-gradient(to right, #555555, #555555 1px, transparent 1px, transparent 3px) repeat-x left top;
    background-size: 5px 1px;
    text-align: left;
    margin-bottom: 6px;
}
#market03 .menu > li.other dd ul li {
    background: linear-gradient(to right, #555555, #555555 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    padding: 8px 18px 9px;
    line-height: 1.1;
    position: relative;
}
#market03 .menu > li.other dd ul li::before {
    content: "";
    display: block;
    background: #e8340c;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}


/******************************************************/
/* cafeteria.html  */
/******************************************************/
/* 村の食堂 */
#cafeteria01 .menu_photos li dl {
    margin-bottom: 14px;
}
#cafeteria01 .menu_photos li dt {
    color: #e8340c;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
    margin: 6px 0;
}
#cafeteria01 .menu_photos li dt span {
    font-size: 2.2rem;
    letter-spacing: normal;
    display: block;
    margin-bottom: 4px;
}
#cafeteria01 .menu {
}
#cafeteria01 .menu dl {
    margin-top: 18px;
    border-top: 1px solid #777777;
}
#cafeteria01 .menu dt {
    color: #e8340c;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding: 8px 0;
    text-align: center;
}
#cafeteria01 .menu dd {
    padding: 0 16px;
}
#cafeteria01 .menu dd ul {
    text-align: left;
}
#cafeteria01 .menu dd li {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #555555, #555555 1px, transparent 1px, transparent 3px) repeat-x left center;
    background-size: 5px 1px;
    margin-bottom: 2px;
}
#cafeteria01 .menu dd li strong {
    background: #ffffff;
    display: inline-block;
    padding-right: 8px;
    margin-right: 20px;
    font-weight: 400;
}
#cafeteria01 .menu dd li span {
    background: #ffffff;
    display: inline-block;
    padding-left: 8px;
}
/* テラス */
#cafeteria02 .photos {
    margin-top: 20px;
}


/******************************************************/
/* company.html  */
/******************************************************/
/* 代表メッセージ */
#company01 .messagearea {
    margin: 0 auto 40px;
}
#company01 .messagearea h3 {
    color: #000;
    font-size: 5.4rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.35;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}
#company01 .messagearea .sign {
    text-align: right;
}
#company01 .messagearea .sign .post {
    font-size: 2.4rem;
}
#company01 .messagearea .sign .name {
    font-size: 3.2rem;
}
#company01 .businesscontent {
    counter-reset: listnum;
}
#company01 .businesscontent li {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 20px 40px;
    position: relative;
}
#company01 .businesscontent li::before {
    counter-increment: listnum;
    content: counter(listnum);
    color: #e8340c;
    font-size: 8rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: normal;
    position: absolute;
    top: 24px;
    left: 3px;
}
#company01 .businesscontent li dl {
    letter-spacing: 0.03em;
    padding-top: 12px;
}
#company01 .businesscontent li dl dt {
    font-size: 4.2rem;
    line-height: 1.35;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
#company01 .businesscontent li .img {
    margin-top: 10px;
}


/* 企業概要　受賞 */ 
#company01 {
  overflow-x: hidden;
}

#company01 .messagearea {
  margin-bottom: 27px;
}
#company01 .award_area h2 {
  margin-bottom: 30px;
}

#company01 .award_area {
  background: #fdefe4;
  padding: 31px 0 50px;
  width: 100vw;
  margin: 0 0 43px calc(50% - 50vw);
}

#company01 .award_area .award_list {
  margin: 0 16px;
}

#company01 .award_area .award_list li {
  display: grid;
  grid-template-areas: 
  "date date"
  "title title"
  "image text";
  column-gap: 10px;
  margin-bottom: 30px;
}

#company01 .award_area .award_list img {
  grid-area: image;
  min-width: 150px;
  width:  150px;
  height: auto;
}

#company01 .award_area .award_list .date {
  grid-area: date; 
  border-left: 3px solid #e8340c;
  padding:4px 0 3px 20px; 
  margin: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}  
  
#company01 .award_area .award_list h3 {
  grid-area: title;
  border-left: 3px solid #e8340c;
  padding-left: 20px;
  margin: 0 0 10px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.33;
}


#company01 .award_area .award_list .text {
  grid-area: text; 
  font-size: 13px;
  line-height: 1.54;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  word-break: break-all;
}

#company01 .award_area .award_list .text a {
  color: #e8340b;
}



/* 概要・沿革 */
#company02 .history {
    margin-top: 30px;
}
#company02 table {
    width: 100%;
    border: none;
    border-top: 1px solid #888888;
}
#company02 tr {
    background: linear-gradient(to right, #888888, #888888 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
}
#company02 th {
    border: none;
    color: #e8340c;
    font-weight: 700;
    vertical-align: top;
    padding: 12px 0 12px;
    width: 8em;
}
#company02 td {
    border: none;
    line-height: 1.35;
    vertical-align: middle;
    padding: 12px 10px 12px;
}
/* 新庄村を盛り上げる人たち */
#company03 {
    padding-top: 40px !important;
}
#company03 .thumblist {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    gap: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px;
}
#company03 .thumblist li {
    width: calc(50% - 8px);
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.35;
    letter-spacing: normal;
}
#company03 .thumblist li a {
    color: #000;
    text-decoration: none;
}
#company03 .thumblist li a span {
    display: block;
    margin-top: 4px;
}
#company03 .txtlist {
    display: flex;
    flex-wrap: wrap;
    display: block;
    padding-top: 24px;
}
#company03 .txtlist li {
    font-size: 2.6rem;
    line-height: 2.25;
    letter-spacing: 0.01em;
    display: inline;
}
#company03 .txtlist li:nth-last-of-type(n+2)::after {
    content: "/";
    color: #999;
    margin: 0 8px;
}
#company03 .txtlist li a {
    color: #000;
    text-decoration: none;
}
#company03 .listnote {
    color: #e8340c;
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* 運営会社からのお知らせ */
#company04 {
    background: #fef4ec !important;
    padding: 40px 0 50px !important;
}
#company04 ul {
    margin: 0 10px;
}
#company04 ul li {
    border: 3px solid #feefe4;
    background: #fff;
    padding: 11px 16px;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: normal;
    margin-top: 4px;
}
#company04 ul li .date {
    color: #e8340c;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 3px;
}
#company04 ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}


/******************************************************/
/* access.html  */
/******************************************************/
/* 岡山県新庄村へのアクセス */
#access01 .gmap {
    margin: 0 -16px;
}
#access01 .gmap iframe {
    width: 100%;
    height: 75vw;
}
#access01 .access .how table {
    border: none;
    display: block;
    margin-top: 4px;
}
#access01 .access .how thead,
#access01 .access .how tfoot,
#access01 .access .how tbody {
    display: block;
}
#access01 .access .how tr {
    display: block;
    background: linear-gradient(to right, #888888, #888888 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    padding: 12px 0;
}
#access01 .access .how th {
    display: block;
    border: none;
    color: #e8340c;
    font-weight: 700;
    padding: 0;
}
#access01 .access .how td {
    display: block;
    border: none;
    line-height: 1.5;
    padding: 0;
}
#access01 .access .how td li {
    padding-left: 1em;
    text-indent: -1em;
}
#access01 .access .how .parking {
    background: #fff6c7;
    border: 1px solid #d5cc9d;
    margin-top: 16px;
    padding: 16px 15px;
}
#access01 .access .how .parking dt {
    color: #e8340c;
    font-weight: 700;
}
#access01 .accessmap {
    margin-top: 16px;
    border: 2px solid #888888;
    text-align: center;
}
#access01 .accessmap img {
    width: 100%;
    height: auto;
}


/******************************************************/
/* news/  */
/******************************************************/
/* お知らせ一覧 */
#news_list ul {
    border-top: 1px solid #999999;
    width: 100%;
    text-align: left;
}
#news_list ul li {
    padding: 11px 14px;
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: normal;
    box-sizing: border-box;
}
#news_list ul li .date {
    color: #e8340c;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 3px;
}
#news_list ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
/* お知らせ詳細 */
#news_detail .article {
}
#news_detail .article h2.article_title {
    letter-spacing: 0.1em;
    margin: 0 auto 6px;
    display: table !important;
    text-align: left;
}
#news_detail .article .article_date {
    color: #e8340c;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}
#news_detail .article h3,
#news_detail .article h4,
#news_detail .article h5,
#news_detail .article h6 {
    letter-spacing: 0.1em;
}
#news_detail .article ul {
    list-style-type: disc;
    padding-left: 2.4em;
    margin-bottom: 16px;
}
#news_detail .article ol {
    padding-left: 2.4em;
    margin-bottom: 16px;
}
#news_detail .article table {
    margin-bottom: 16px;
}
#news_detail .article img {
    max-width: 100%;
    height: auto;
}
#news_detail .backbtn {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    margin: 30px 0 0;
}
#news_detail .backbtn a {
    background: #e8340c url(../images/arrow_left.svg) no-repeat 20px center;
    background-size: 11px 15px;
    color: #ffffff;
    padding: 16px 0 16px 2px;
    text-decoration: none;
    display: block;
}

/******************************************************/
/* contact.html */
/******************************************************/
#contact_page .intro p{
  font-size: 2.4rem;
  text-align: center;
}

#contact_page #contact_tel {
  padding-bottom: 50px;
}

#contact_page .telnumber_wrap {
  background: #fef4ec;
  width: auto;
  border-radius: 5px;
  margin: 0;
  padding: 30px 0;
  
}

#contact_page .telnumber_wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-family: "Noto Sans JP",
        "メイリオ",
        "Meiryo",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        sans-serif;
}


#contact_page .telnumber_wrap h2 img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}  
  
#contact_page .telnumber_wrap h2 .number {
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  color: #000000;
  margin: 0;
}
  
#contact_page .telnumber_wrap p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #000000;
  text-align: center;
  margin: 0;
}

#contact_page #contact_wrap {
  padding: 30px 15px 50px;
}

#contact_page #contact_wrap form::before {
  content: "下記のフォームに必要事項の記入をお願いします。";
  font-size: 2.4rem;
  padding-bottom: 23px;
  border-bottom: 1px solid #888888;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#contact_page #contact_wrap form[data-screen="complete"]::before {
  content: "";
}

#contact_page #contact_wrap form {
  padding-top: 40px;  
  position: relative;
}


#contact_page #contact_wrap form .smf-item {
  justify-content: space-between;
  background-image : linear-gradient(to right, #888888, #888888 1px, transparent 1px, transparent 2px);
  background-size: 2px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;       
  padding: 22px 0 18px;
}

#contact_page #contact_wrap form .smf-item:nth-last-of-type(1) {
  background: none;
}
  
#contact_page #contact_wrap form .smf-form--simple-table .smf-item__col--label {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 0;
}

#contact_page #contact_wrap form .smf-form--simple-table .smf-item__label {
  font-size: 2.6rem;
  font-weight: 500;
  color: #000000;
  margin-right: 15px;
}

#contact_page #contact_wrap form .smf-form--simple-table .smf-item__description {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 500;
  background: #e8340c;
  width: 33px;
  height: 15px;
  border-radius: 3px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  margin: 0;
}

#contact_page #contact_wrap form .smf-item__col input[type="text"],
#contact_page #contact_wrap form .smf-item__col input[type="email"],
#contact_page #contact_wrap form .smf-item__col textarea {
  width: 100%;
  border-color: #e3e3e3;
  border-radius: 5px;
  padding: 19px 12px 20px;
}

#contact_page #contact_wrap form .smf-item__col input[type="text"]::placeholder,
#contact_page #contact_wrap form .smf-item__col input[type="email"]::placeholder,
#contact_page #contact_wrap form .smf-item__col textarea::placeholder {
  font-size: 2.4rem;
  color: #bcbbbb;
}

#contact_page #contact_wrap form .smf-item__col textarea {
  resize: none; 
  height: 150px;
}

#contact_page #contact_wrap form .smf-item__col .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

#contact_page #contact_wrap form .smf-item .smf-label {
  width: 50%;
}

#contact_page #contact_wrap form .smf-item label {
  line-height: 1;
  display: flex;
  align-items: center;
}

#contact_page #contact_wrap form .smf-item label input[type="checkbox"] {
  margin: 0 10px 0 0;
}

#contact_page #contact_wrap form .smf-action {
  margin: 22px 0 0 0;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}

#contact_page #contact_wrap form .smf-action button[type="submit"] {
  border: none;
  background: #e8340c;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.6rem;
  height: 60px;
  width: 220px;
  border-radius: 0;
}

#contact_page #contact_wrap form .smf-action button[type="submit"][data-action="back"] {
  background: #ffffff;
  color: #555555;
}

#contact_page #contact_wrap form .smf-button-control:nth-last-of-type(1) button[type="submit"] {
  margin-bottom: 0;
}

#contact_page #contact_wrap form .smf-error-messages {
  text-align: left;
}

#contact_page #contact_wrap .smf-placeholder {
  text-align: left;
}

#contact_page #contact_wrap .smf-complete-content {
  text-align: center;
  padding: 16px 0;
}

#contact_page #contact_wrap .smf-complete-content p {
  font-size: 3.1rem;
  text-align: center;
}

#contact_page #contact_wrap .smf-action .smf-button-control+.smf-button-control {
  margin: 0;
}

}