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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* main 共通  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    padding: 0;
    background: transparent;
    color: #ffffff;
    height: 300px;
    overflow: hidden;
    position: relative;
}
#main #pagetitle h1 {
    font-size: 3rem;
    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 {
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
#main #pagetitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/title_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#main section {
    padding: 60px 0 80px;
}
#main section:nth-of-type(2n+1) {
    background: #feefe4;
}
#main h2 {
    color: #e8340c;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-bottom: 28px;
}
#main h2 span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}
#main h3 {
    color: #e8340c;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-top: 28px;
    margin-bottom: 28px;
}
#main h4 {
    color: #e8340c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-top: 22px;
    margin-bottom: 22px;
}
#main h5 {
    color: #e8340c;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 16px;
}
#main h6 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 16px;
}
#main ul,
#main ol {
    text-align: left;
}
#main p {
    margin-bottom: 24px;
}
#main .intro,
#main .intro p {
    text-align: center;
}
#main .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .photos li,
#main .photos.row2 li {
    width: 532px;
    margin: 0 0 30px 0;
    text-align: left;
}
#main .photos li:nth-last-of-type(1),
#main .photos li:nth-last-of-type(2),
#main .photos.row2 li:nth-last-of-type(1),
#main .photos.row2 li:nth-last-of-type(2) {
    margin-bottom: 0;
}
#main .photos.row2 li h3 {
    color: #e8340c;
    margin: 16px 10px 8px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
#main .photos.row2 li p {
    margin: 6px 10px 0;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
#main .photos.row3 {
    justify-content: flex-start;
}
#main .photos.row3 li {
    width: 340px;
    margin: 0 30px 30px 0;
}
#main .photos.row3 li:nth-of-type(3n) {
    margin-right: 0;
}
#main .photos.row3 li:nth-last-of-type(1),
#main .photos.row3 li:nth-last-of-type(2),
#main .photos.row3 li:nth-last-of-type(3) {
    margin-bottom: 0;
}
#main .photos.row3 li h3 {
    color: #e8340c;
    margin-top: 6px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
#main .photos.row3 li p {
    margin-top: 6px;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
/* ネットストアへのリンクボタン */
#main .btn_store {
    margin: 40px auto 0;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    justify-content: center;
}
#main .btn_store a {
    background: #e8340c url(../images/cart.svg) no-repeat 43px center;
    background-size: 30px 30px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 22px 50px 23px 90px;
}


/******************************************************/
/* about.html  */
/******************************************************/
/* 方針 */
#about01 .intro {
    text-align: left;
    width: 680px;
    margin: auto;
}
#about01 .intro p {
    text-align: left;
}
/* ロゴマーク */
#about02 .logomark dt {
    padding: 30px 0;
}


/******************************************************/
/* market.html  */
/******************************************************/
/* ひめのもち */
#market01 .menu {
    display: flex;
    flex-wrap: wrap;
}
#market01 .menu li {
    width: 258px;
    margin: 28px 16px 0 0;
    text-align: left;
}
#market01 .menu li:nth-of-type(4n) {
    margin-right: 0;
}
#market01 .menu li:nth-of-type(1),
#market01 .menu li:nth-of-type(2),
#market01 .menu li:nth-of-type(3),
#market01 .menu li:nth-of-type(4) {
    margin-top: 0;
}
#market01 .menu li h3 {
    color: #e8340c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 8px 10px 0;
    font-family: "Noto Sans JP";
}
#market01 .menu li h3 span {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}
#market01 .menu li p {
    margin: 4px 10px 0;
    padding: 0;
    line-height: 1.35;
}
/* OISHINJO */
#market02 {
    background: #fdf8d9 !important;
    border-top: 3px solid #e8340c;
    border-bottom: 3px solid #e8340c;
    position: relative;
}
#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 .menu {
    display: flex;
    flex-wrap: wrap;
}
#market02 .menu li {
    width: 522px;
    text-align: left;
    padding: 8px 0 9px;
    display: flex;
    align-items: center;
}
#market02 .menu li:nth-of-type(2n+1) {
    margin-right: 36px;
}
#market02 .menu li:nth-last-of-type(n+3) {
    border-bottom: 4px double #e8340c;
}
#market02 .menu li:nth-last-of-type(n+2):not(:nth-of-type(2n+1)) {
    border-bottom: 4px double #e8340c;
}
#market02 .menu li:nth-of-type(4n+3) .img,
#market02 .menu li:nth-of-type(4n+4) .img {
    order: 1;
}
#market02 .menu li .img {
    border: 3px solid #e8340c;
    margin-right: 10px;
}
#market02 .menu li dl {
    margin: 0 10px;
}
#market02 .menu li dt {
    color: #e8340c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 10px;
}
#market02 .menu li dt span {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}
#market02 .menu li dd {
    color: #222222;
    margin: 7px 0 0;
    padding: 0;
    line-height: 1.35;
}
#market02 .menu li dd.producer {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
}
#market02 #pastitem h3 {
    margin-top: 50px;
    font-size: 2.1rem;
    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 30px;
    background: #fdf8d9;
    position: relative;
    z-index: 2;
}
#market02 #pastitem h3::before {
    content: "";
    background: #e8340c;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    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/ico_finish.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
/* ひめのもち */
#market03 .menu {
    display: flex;
    flex-wrap: wrap;
}
#market03 .menu > li {
    width: 258px;
    margin: 28px 16px 0 0;
    text-align: left;
}
#market03 .menu > li.other {
    background: #f5f5f5;
    width: 532px;
    margin: 28px 0 0 0;
    text-align: left;
}
#market03 .menu li dt {
    color: #e8340c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 8px 10px 0;
}
#market03 .menu li dd {
    margin: 4px 10px 0;
    padding: 0;
    line-height: 1.35;
}
#market03 .menu > li.other dl {
    padding: 20px 32px 16px;
}
#market03 .menu > li.other dt {
    margin: 0 0 16px;
}
#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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cafeteria01 .menu_photos li {
    width: 532px;
    text-align: left;
}
#cafeteria01 .menu_photos li dl {
    display: flex;
    padding: 18px 10px 0;
}
#cafeteria01 .menu_photos li dt {
    color: #e8340c;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
    margin-right: 30px;
    padding-top: 3px;
}
#cafeteria01 .menu_photos li dt span {
    font-size: 1.4rem;
    letter-spacing: normal;
    display: block;
    margin-bottom: 5px;
}
#cafeteria01 .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cafeteria01 .menu dl {
    margin-top: 50px;
    width: 340px;
    border-top: 1px solid #777777;
}
#cafeteria01 .menu dt {
    color: #e8340c;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding: 14px 0;
}
#cafeteria01 .menu dd {
    padding: 0 10px;
}
#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: 40px;
}


/******************************************************/
/* company.html  */
/******************************************************/
/* 代表メッセージ */
#company01 .messagearea {
    width: 680px;
    margin: 0 auto 80px;
}
#company01 .messagearea h3 {
    color: #000;
    font-size: 3rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}
#company01 .messagearea .sign {
    text-align: right;
}
#company01 .messagearea .sign .post {
    font-size: 1.4rem;
}
#company01 .messagearea .sign .name {
    font-size: 1.8rem;
}
#company01 .businesscontent {
    counter-reset: listnum;
}
#company01 .businesscontent li {
    border-top: 1px solid #e7e7e7;
    padding: 30px 0 30px 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#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: 38px;
    left: 5px;
}
#company01 .businesscontent li dl {
    letter-spacing: 0.03em;
    padding-top: 12px;
}
#company01 .businesscontent li dl dt {
    font-size: 3rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    min-height: 2.7em;
    display: flex;
    align-items: center;
}
#company01 .businesscontent li .img {
    flex-shrink: 0;
    margin-left: 80px;
}

/* 企業概要　受賞 */
#company01 {
  overflow-x: hidden;
}
#company01 .messagearea {
  margin-bottom: 75px;
}

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

#company01 .award_area h2 {
  margin-bottom: 33px;
  
}


#company01 .award_area .award_list {
  display: flex;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}

#company01 .award_area .award_list li {
  width: calc((100% - 60px) / 3);
}

#company01 .award_area .award_list li img {
  width: 100%;
  height: auto;
}

#company01 .award_area .award_list li .date {
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin: 19px 0 0;
}

#company01 .award_area .award_list li h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 9px 0 8px;
}

#company01 .award_area .award_list li .text {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.79;
  margin: 0;
}

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

/* 概要・沿革 */
#company02 .inbox {
    display: flex;
    justify-content: space-between;
}
#company02 .outline,
#company02 .history {
    width: 520px;
}
#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-size: 1.6rem;
    font-weight: 700;
    vertical-align: top;
    padding: 8px 20px 10px;
    width: 8em;
}
#company02 td {
    border: none;
    line-height: 1.35;
    vertical-align: middle;
    padding: 8px 10px 10px;
}
/* 新庄村を盛り上げる人たち */
#company03 {
    padding-top: 80px !important;
}
#company03 .thumblist {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    gap: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 35px;
}
#company03 .thumblist li {
    width: 240px;
    text-align: center;
    font-size: 1.4rem;
}
#company03 .thumblist li a {
    color: #000;
    text-decoration: none;
}
#company03 .thumblist li a span {
    display: block;
    margin-top: 6px;
}
#company03 .thumblist li a:hover span {
    text-decoration: underline;
}
#company03 .txtlist {
    display: flex;
    flex-wrap: wrap;
    display: block;
    padding-top: 35px;
}
#company03 .txtlist li {
    font-size: 1.4rem;
    line-height: 2.25;
    letter-spacing: 0.03em;
    display: inline;
}
#company03 .txtlist li:nth-last-of-type(n+2)::after {
    content: "/";
    color: #555;
    margin: 0 16px;
}
#company03 .txtlist li a {
    color: #000;
    text-decoration: none;
}
#company03 .txtlist li a:hover {
    text-decoration: underline;
}
#company03 .listnote {
    color: #e8340c;
    font-size: 1.4rem;
    margin-top: 30px;
}
/* 運営会社からのお知らせ */
#company04 {
    background: #fef4ec !important;
    padding: 80px 0 100px !important;
}
#company04 ul {
    width: 800px;
    margin: auto;
}
#company04 ul li {
    border: 4px solid #feefe4;
    background: #fff;
    padding: 25px;
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#company04 ul li .date {
    color: #e8340c;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 8em;
    display: block;
    flex-shrink: 0;
}
#company04 ul li a {
    color: #000000;
}


/******************************************************/
/* access.html  */
/******************************************************/
/* 岡山県新庄村へのアクセス */
#access01 .gmap {
    height: 540px;
}
#access01 .access {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#access01 .access .how {
    width: 608px;
}
#access01 .access .how table {
    width: 100%;
    border: none;
    border-top: 1px solid #888888;
}
#access01 .access .how tr {
    background: linear-gradient(to right, #888888, #888888 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
}
#access01 .access .how th {
    border: none;
    color: #e8340c;
    font-size: 1.6rem;
    font-weight: 700;
    vertical-align: middle;
    padding: 8px 20px 10px;
    width: 8em;
}
#access01 .access .how td {
    border: none;
    line-height: 1.35;
    vertical-align: middle;
    padding: 8px 10px 10px;
}
#access01 .access .how td li {
    padding-left: 1em;
    text-indent: -1em;
}
#access01 .access .how .parking {
    background: #fff6c7;
    border: 1px solid #d5cc9d;
    margin-top: 24px;
    display: flex;
    align-items: center;
    text-align: left;
}
#access01 .access .how .parking dt {
    padding: 0 19px;
    color: #e8340c;
    font-size: 1.6rem;
    font-weight: 700;
    width: 8em;
}
#access01 .access .how .parking dd {
    padding: 10px;
    line-height: 1.35;
}


/******************************************************/
/* news/  */
/******************************************************/
/* お知らせ一覧 */
#news_list ul {
    border-top: 1px solid #999999;
    width: 800px;
    margin: auto;
    text-align: left;
}
#news_list ul li {
    padding: 17px 20px 10px 20px;
    background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px) repeat-x left bottom;
    background-size: 5px 1px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    box-sizing: border-box;
    display: flex;
}
#news_list ul li span.date {
    color: #e8340c;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 8em;
    display: block;
    padding-top: 2px;
    flex-shrink: 0;
}
#news_list ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
/* お知らせ詳細 */
#news_detail .article {
    width: 800px;
    margin: auto;
}
#news_detail .article h2.article_title {
    margin-bottom: 6px;
    display: inline-block;
    text-align: left;
    margin: auto;
}
#news_detail .article .article_date {
    color: #e8340c;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
#news_detail .article ul {
    list-style-type: disc;
    padding-left: 2.4em;
    margin-bottom: 24px;
}
#news_detail .article ol {
    padding-left: 2.4em;
    margin-bottom: 24px;
}
#news_detail .article table {
    margin-bottom: 24px;
}
#news_detail .article img {
    max-width: 100%;
    height: auto;
}
#news_detail .backbtn {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    display: table;
    margin: 60px auto 0;
}
#news_detail .backbtn a {
    background: #e8340c url(../images/arrow_left.svg) no-repeat 40px center;
    background-size: 11px 15px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 40px 0 70px;
    text-decoration: none;
}


/******************************************************/
/* contact.html */
/******************************************************/
#contact_page .rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 600;
}

#contact_page .telnumber_wrap {
  background: #fef4ec;
  width: 600px;
  border-radius: 8px;
  margin: 0 auto;
  padding: 36px 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: 45px;
  height: auto;
  margin-right: 15px;
}  
  
#contact_page .telnumber_wrap h2 .number {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #000000;
  margin: 0;
}
  
#contact_page .telnumber_wrap p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #000000;
  text-align: center;
  margin: 0;
}

#contact_page #contact_wrap .contact_head {
  width: 804px;
  margin: 0 auto;
}


#contact_page #contact_wrap form {
  width: 804px;
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
}

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

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

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

#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;
  max-width: 235px;
  justify-content: space-between;
  align-items: center;
  margin-right: 25px;
  padding: 0;
  flex: auto;
}

#contact_page #contact_wrap form .smf-form--simple-table .smf-item__label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
}

#contact_page #contact_wrap form .smf-form--simple-table .smf-item__description {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 500;
  background: #e8340c;
  width: 36px;
  height: 18px;
  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 {
  max-width: 541px;
}

#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: 16px 20px 15px;
}

#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: 1.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;
  padding: 17px 0;
}

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

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

#contact_page #contact_wrap form .smf-action {
  margin: 42px 0 0;
}

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

#contact_page #contact_wrap form .smf-action button[type="submit"]:hover {
  opacity: 0.8;
}

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

#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: 2rem;
  text-align: center;
}


}


/* 会社概要ページの受賞部分　サイズによるデザイン崩れを防ぐための調整 */
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #company01 .award_area {
    background: #fdefe4;
    width: 1110px;
    margin: 0 0 66px calc(50% - 555px);
    padding: 55px 0 82px;
  }
  
}