@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

.mgr10 {
    margin-right: 1rem;
}
.no5img{
    margin: 0 auto 20px;
    display: block;
}
@media screen and (min-width: 768px) {
    .m-logo {
        margin-block-start: -1.5rem;
        padding-block-end: 2rem;
    }

    .pgt30 {
        padding-top: 5rem;
    }

    .mgb30 {
        margin-bottom: 30px;
    }

    .mgl30 {
        margin-left: 30px;
    }

    .mgt10 {
        margin-top: 10px;
    }

    .mr13 {
        margin-right: 13px;
    }

    .pt_pc3 {
        padding-top: 3rem;
    }

    .pt_pc6 {
        padding-top: 6rem;
    }

    .pb_pc4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.table span {
    color: red;
    font-size: .6rem;
}

/*-----------------------------------------
  body
 ----------------------------------------- */
* {
    box-sizing: border-box;
}

.item img {
    border: 1px solid #ccb5ad;
    border-radius: 5px;
    transition: 1.0s;
    margin-bottom: 1.5rem;
}

.item img:hover {
    opacity: 0.5;
}

body {
    min-width: 1024px;
    background-image: url(../images/main_bg.png);
    color: #4c4c4c;
}

html {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    margin-top: 2rem;
}

p {
    font-size: 110%;
    line-height: 1.8;
}

.wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

.imghover:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.table-striped tbody {
    border: 1px solid #ccc;
}

button a {
    color: white;
}

/*-----------------------------------------
    header
 ----------------------------------------- */
#header {
    height: 480px;
    background-image: url(../images/header.png);
}

#header_sub {
    height: 270px;
    background-image: url(../images/header_sub.jpg);
}

#header,
#header_sub {
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #47CAF3;
}

#header .inner,
#header_sub .inner {
    width: 100%;
}

#header .inner .logo,
#header_sub .inner .logo {
    float: left;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#header .inner a,
#header_sub .inner a {
    color: white;
    font-size: .8rem;
}

#header .inner .title,
#header_sub .inner .title {
    padding-top: 15px;
    float: right;
    display: block;
}

#header .inner .gnavi,
#header_sub .inner .gnavi {
    float: right;
    padding-top: 50px;
    padding-right: 15px;
    display: inline-block;
    clear: left;
}

#header .inner .gnavi a,
#header_sub .inner .gnavi a {
    color: #FFF;
    text-decoration: none;
}

#header .inner .gnavi a:hover,
#header_sub .inner .gnavi a:hover {
    text-decoration: underline;
}

#header .inner .gnavi ul,
#header_sub .inner .gnavi ul {
    margin-left: 5px;
    display: block;
    padding-top: -10px;
    margin-top: -80px;
}

#header .inner .gnavi li,
#header_sub .inner .gnavi li {
    font-size: 100%;
    margin-left: 15px;
    display: block;
    float: left;
    background-color: #47C9F3;
    padding: 5px 8px 3px 8px;
    border-radius: 10px;
    border: 2px solid #EEE;
}

#header .navi,
#header_sub .navi {
    max-width: 900px;
    margin: -10px auto;
}

#header .navi ul,
#header_sub .navi ul {
    display: block;
}

#header .navi li,
#header_sub .navi li {
    width: 150px;
    display: block;
    float: left;
}

#header .navi a,
#header_sub .navi a {
    display: block;
}

#header .navi a:hover,
#header_sub .navi a:hover {
    -webkit-animation: flash 1s;
    animation: flash 1s;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#header .navi a.active,
#header_sub .navi a.active {
    border-bottom: #09C thin solid;
}

#header .navi {
    padding-top: 200px;
    background-image: none;
    margin: 0 auto;
}

#header .inner .gnavi {
    padding-top: 40px;
}

/*************sub page header navi****************/
/**********************/
.txt_s {
    font-size: 0.95em;
    line-height: 1.3em;
}

.pt5 {
    padding-top: 5px;
}

.ptup {
    font-size: 115%;
    line-height: 1.7em;
    padding-top: 4px;
}

/*-----------------------------------------
  Footer
 ----------------------------------------- */
#footer {
    position: relative;
    padding-bottom: 30px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

#footer .pagetop {
    position: absolute;
    right: 0px;
    top: 55px;
}

#footer .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#footer .changer {
    padding-top: 120px;
    padding-bottom: 0px;
}

#footer .changer a {
    color: #FFF;
    text-decoration: none;
    background-image: url("../images/arrow_w.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    padding-right: 18px;
    float: left;
    margin-left: 0px;
}

#footer .changer a:hover {
    text-decoration: underline;
}

#footer .footnavi {
    color: #FFF;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    margin-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    font-size: 90%;
}

#footer .footnavi a {
    color: #FFF;
    text-decoration: none;
}

#footer .footnavi a:hover {
    text-decoration: underline;
}

#footer .copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
    background-color: #88B08C;
    padding: 5px 0;
}

#footer .address {
    display: table;
    border: dotted 1px #FFF;
    font-size: 110%;
    color: #FFF;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    line-height: 2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#footer .address a {
    color: #FFF !important;
}

#footer .address .inner-top {
    display: table-row;
    width: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
}

#footer .address .inner-left {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

#footer .address .inner-right {
    display: table-cell;
    width: 50%;
    text-align: left;
    border-left: 1px #EEEEEE solid;
    padding-left: 15px;
    vertical-align: top;
    padding-top: 10px;
}

#content {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.subhead {
    width: 100%;
}

.subhead h1 {
    float: left;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.35em;
}

.subhead .button a {
    float: right;
    margin-top: -5px;
    background-image: url("../images/backlist.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    color: #4AAD17;
    text-decoration: none;
    padding-right: 32px;
    height: 25px;
}

.subhead .button a:hover {
    text-decoration: underline;
}

.subhead .button a span {
    display: block;
    padding-top: 5px;
}

.page {
    margin-top: 10px;
}

.mainvisual {
    overflow: hidden;
    position: relative;
}

.mainvisual.large {
    height: 340px;
    width: 1200px;
}

.mainvisual.large2 {
    height: 358px;
    width: 1200px;
}

.mainvisual.small {
    height: 200px;
}

.mainvisual .img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainvisual .textArea {
    position: absolute;
    left: 0px;
    top: 0px;
}

.requidColumn .left {
    float: left;
}

.requidColumn .right {
    float: right;
}

.centerColumn .innerClm {
    float: left;
}

.section {
    margin-top: 10px;
}

.section_end {
    padding-bottom: 50px;
    padding-top: 30px;
}

.houhou {
    border: 2px solid #619ACF;
    width: 80%;
    margin: 0 auto 0;
    background-color: #FEFEFE;
    padding: 2rem 2rem 1rem;
}

.houhou h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 9px 5px 10px;
    width: 28%;
    line-height: 1em;
    display: inline;
    background-color: #0174BF;
    color: #FFF;
    margin-bottom: 1rem;
}

.houhou p {
    padding: 1rem;
}

.cap {
    font-size: 85%;
    margin-top: 5px;
}

.orange {
    color: #F90;
}

.blue {
    color: #06C;
}

#content .s_menu {
    float: right;
    text-align: right;
    white-space: nowrap;
    padding-top: 5px;
}

#content .s_menu.small {
    font-size: 85%;
}

#content .ss_menu2 {
    float: right;
    text-align: right;
    white-space: nowrap;
    font-size: 95%;
    padding-top: 5px;
}

#content .subhead .s_menu a {
    text-decoration: none;
    color: #4c4c4c;
    padding-bottom: 6px;
}

#content .subhead .s_menu a:hover,
#content .subhead .s_menu a.active {
    text-decoration: none;
    background-image: url("../images/grn_arrow.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
}

#content .subhead .smalltit {
    font-size: 120%;
    font-weight: bold;
}

#campaign .section .tx_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pickup {
    background-image: url(../images/pickup.png);
    background-repeat: no-repeat;
    width: 1200px;
    height: 480px;
    padding-top: 80px;
    margin-block-end: -6rem;
}

/*　　photo effect*/
.shadow {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: none!important;

}

.ml {
    margin-left: 20px;
}

.mr {
    margin-right: 20px;
}

.txtnote {
    font-size: 14px;
}

.body.right.auto {
    font-size: 16px;
}


section .cont h3 {
    color: tomato;
    margin: 20px 0 0;
}

section img {
    max-width: 100%;
}


#content .subhead h1 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: bold;
    background-image: url(../images/item/cow.webp);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    width: -webkit-fill-available;
    height: 100px;
    padding: 2rem 0 2rem 5rem;
    color: #4c4c4c;
    letter-spacing: 0.4em;
    text-shadow: white 2px 4px 0px;
}

.subhead h1::before {
    content: "";
    width: 62px;
    height: 62px;
    background: url(../images/hushi.png) no-repeat center / contain;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    /* H1の縦真ん中に合わせる */
    t-shadow: white 5px 5px 0px;
}

.section ul {
    margin-top: 5px;
    line-height: 1.8em;
    padding-left: 10px;
}

.mainvisual .textArea {
    text-align: left;
    margin-top: 30px;
    margin-left: 60px;
}

.mainvisual .textArea h2 {
    font-size: 3em;
    border: none;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0, 0, 0, 0.15);
    color: #1cb0e6;
    background-image: none;
    padding: 15px;
    margin-block-start: -.5rem;
}

.mainvisual .textArea .environment {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;
}

.mainvisual .textArea .environment .clm {
    float: left;
    width: 300px;
    margin-right: 25px;
}

.mainvisual .textArea .requidColumn {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 2em;
}

.mainvisual .textArea .requidColumn .right p {
    margin-bottom: 10px;
}

#support .section table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#support table tr td {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

#support .section ul {
    margin-bottom: 10px;
}

#support .color_ddd {
    background-color: #DDDDDD;
}

#support .color_fafa {
    background-color: #FAFAFA;
}

#support .section_end {
    margin-bottom: 50px;
    margin-top: 0px;
    padding-top: 0px;
}

#frow .clm {
    float: left;
    width: 200px;
    height: 400px;
}

#frow .clm.end {
    float: left;
    width: 160px;
}

#frow .innerClm .cap {
    width: 160px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 100%;
}

#flow .txt_s {
    margin-top: 5px;
}

.itembox {
    padding: 0 5px;
}

.txtblue {
    line-height: 1.4em;
    color: #444 !important;
    padding: 0 5px;
}

.txtcenter {
    text-align: center;
    border: 3px solid #0674CA;
    margin: 0 5px 2px;
    padding: 3px 5px 2px;
    border-radius: 8px;
    color: #F63;
    font-weight: bold;
}

a.txtcenter {
    text-decoration: none !important;
}

.itembox .txtcenter:hover {
    text-decoration: none !important;
    background-color: #9FF;
}

/*****/
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 100%;
}

.list {
    line-height: 2.5em;
    font-size: 1.2em;
}

.list h3 {
    color: #FFFFFF;
    background-color: #3FD97F;
    margin: 0px;
    font-size: 130%;
    text-align: center;
    line-height: 3;
    padding: 0;
}

.list dt,
.list dd {
    padding: 5px 4px 5px 4px;
}

.list dt {
    width: 30%;
    clear: left;
    float: left;
    font-weight: 700;
    color: #666;
    background-color: #97D220;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.list dd {
    margin-left: 58px;
    border-top: 1px solid #85BAA1;
    border-left: 1px solid #FFF;
    background-color: #FFFBBD;
}


.textArea ul li {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.5;
}


.textArea ul li a {
    text-decoration: none;
    color: #2196F3;
}

.pairbox {
    display: table;
    width: 100%;
}
h2 span{
    font-size: 1.4rem;
    display: block;
    margin-top: .5rem;
    color: #2196F3;
}
.childox {
    display: table-cell;
    width: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
}

.width80p {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 2em;
    font-size: 120%;
}

.sitemap.clearfix li {
    line-height: 4em;
    color: #0C0;
    list-style-type: square;
    list-style-position: outside;
}

.sitemap.clearfix li a {
    color: #0C0;
}

/* ==============================
   2025リファイン用（PC）
   ============================== */

/* 文字を少しゆったり＆色を落ち着かせる */
body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* 中央の箱を少し細く＋左右に余白をつける */
.wrapper {
    max-width: 1040px;
    /* 以前よりちょい細くする */
    margin: 0 auto;
    padding: 0 24px;
}

/* コンテンツ上下の余白 */
#content {
    padding: 40px 0 64px;
}

/* 「見出しブロック」周りをスッキリ */
.subhead {
    margin-bottom: 24px;
}

/* h1見出しのデザインを今っぽくシンプルに */

/* 見出し右にあったボタンを下に回す */
.subhead .button a {
    float: none;
    display: inline-block;
    margin-top: 4px;
}

/* テキストブロック全体の余白を整える */
#content h1,
#content h2,
#content h3 {
    margin-top: 0;
    margin-bottom: 0.6em;
}

#content p {
margin:2rem auto;
}


/* Bootstrapのカラム間に少しガターを追加 */
@media (min-width: 768px) {
    .row>[class*="col-"] {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* ヘッダーの高さを固定しすぎないように（任意） */
#header {
    height: auto;
    background-size: cover;
    background-position: center;
}

#header .navi {
    padding-top: 24px;
    /* ここを増減するとヘッダーの高さが変わる */
    margin: 0 auto;
}

#header .inner {
    padding-top: 24px;
    padding-bottom: 24px;
}


/* 画像統一（PC） */
.container-fluid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

/* サブの丸画像などは除外したい場合 */
.center-head {
    margin-bottom: 24px;
}

h2{
    font-size: 1.8rem;
    font-weight: 700;
    color: #e25b4a;
    margin: 0 0 4px;
    border-bottom-width: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #e25b4a;
    background: url(../images/hushi.png) no-repeat;
    padding: .3rem 0 .5rem 4rem;
}

.center-head__lead {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 8px;
    padding-bottom: 6px;
    border-bottom: 2px dotted #f7b2b2;
}

.center-head__icon {
    width: 60px;
    height: 60px;
    background: url("../images/item/truck.png") no-repeat center/contain;
    flex-shrink: 0;
}
html,
body {
    overflow-x: hidden;
}
.center-unit__illust img{
    height: 250px!important;
    object-fit: contain;
}
section{
    margin:3rem auto;
}
section .cont h1 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #0275c2;
  border-left: 3px solid #0275c2;
  border-radius: 0 0 0 20px;
  color:#0275c2;
}

section .cont h1:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #0275c2 transparent transparent transparent;
}

section .cont h1:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/* ===========================
   明治：宅配のメリット一覧
   =========================== */

.delivery-benefits {
  padding-left: 16px;
}

/* 各メリットのカード */
.benefit {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 18px 14px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-left: 4px solid #f28f6b; /* アクセントカラー */
  min-height:300px;
}

/* ラベル行（アイコン＋タイトル） */
.benefit__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* ラベルの帯 */
.benefit__label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff2e7;
  color: #e45a3b;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

/* 本文 */
.benefit__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #333;
}

/* アイコン共通 */
.benefit__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 999px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* それぞれのSVGを指定 */
.benefit__icon-cart {
  background-image: url("../images/icon_benefit_cart.svg");
}

.benefit__icon-box {
  background-image: url("../images/icon_benefit_coolbox.svg");
}

.benefit__icon-bottle {
  background-image: url("../images/icon_benefit_bottle.svg");
}
.benefit__icon-money {
  background-image: url("../images/icon_benefit_money.svg");
}

/* SP調整 */
@media (max-width: 767px) {
  .delivery-benefits {
    padding-left: 0;
    margin-top: 16px;
  }
  .benefit {
    padding: 14px 14px 12px;
    min-height:auto;
  }
  .benefit__label {
    font-size: 0.9rem;
  }
  .benefit__text {
    font-size: 0.95rem;
  }
}
/* --- サンプル申し込み 全体のカード --- */
.sample-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    border: 2px solid #4da1ff;
}

/* --- 見出しブロック（左アイコン＋テキスト） --- */
.sample-box__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sample-box__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #005bbb;
}

/* --- 見出しのアイコン（牛 or 手紙 or 電話） --- */
.sample-box__icon {
    width: 36px;
    height: 36px;
     background: url("../images/hushi.png") no-repeat center/contain;
    flex-shrink: 0;
}

/* --- テキスト --- */
.sample-box p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin: ３rem auto;
}

/* --- ボタン --- */
.sample-btn {
    display: inline-block;
    background: #24a8c6;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.sample-btn:hover {
    background: #1b8aa3;
}

/* --- SP調整 --- */
@media (max-width: 767px) {
    .sample-box {
        padding: 22px 20px;
    }

    .sample-box__title {
        font-size: 1.2rem;
    }

    .sample-btn {
        width: 100%;
        text-align: center;
    }
}
/* ============================
   宅配エリア表
   ============================ */

.delivery-area {
  max-width: 720px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* 見出し（上のグリーン帯） */
.delivery-area__head {
  margin: 0;
  padding: 12px 8px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #6bcf7a; /* 好きなら元のグリーンに合わせて調整 */
}

/* テーブル本体 */
.delivery-area__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* 行の基本 */
.delivery-area__table th,
.delivery-area__table td {
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5c8;
}

/* 左列（市区町村） */
.delivery-area__table th {
  width: 35%;
  background-color: #a8d544;
  color: #4a4a4a;
  font-weight: 700;
  text-align: center;
}

/* 右列（詳細エリア） */
.delivery-area__table td {
  background-color: #fdf8cc;
  color: #333333;
}

/* 最終行の下線を消す */
.delivery-area__table tr:last-child th,
.delivery-area__table tr:last-child td {
  border-bottom: none;
}

/* SP 調整 */
@media (max-width: 768px) {
  .delivery-area {
    margin: 24px auto;
  }

  .delivery-area__table th,
  .delivery-area__table td {
    padding: 10px 10px;
    font-size: 0.95rem;
  }

  .delivery-area__table th {
    width: 38%;
  }
}
/* 会社概要カード全体 */
.company-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 16px 20px;
  overflow-x: auto;
}

/* ベーステーブル */
.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.97rem;
}

.company-table th,
.company-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e3e3d8;
  vertical-align: top;
  line-height: 1.7;
}

/* 左列（項目名） */
.company-table th[scope="row"] {
  width: 26%;
  background-color: #f4f4ec;
  font-weight: 600;
  color: #555;
}

/* 右列（内容） */
.company-table td {
  background-color: #faf9f3;
  color: #333;
}

/* 関連会社 見出し行 */
.company-table__group th {
  background: #e3efe3;
  color: #3b6b3b;
  font-weight: 700;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: none;
}

/* 関連会社リンク */
.company-table a {
  color: #2b75c9;
  text-decoration: none;
}

.company-table a:hover {
  text-decoration: underline;
}

/* 最終行のボーダーを薄く（or消すならborder-bottom:none;） */
.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom-color: #e9e9dd;
}

/* SP調整 */
@media (max-width: 768px) {
  .company-card {
    padding: 12px 10px;
  }
  .company-table th[scope="row"] {
    width: 32%;
    font-size: 0.95rem;
  }
  .company-table td {
    font-size: 0.95rem;
  }
}
/* ==========================
   お問い合わせフォーム デザイン
   ========================== */

/* テーブル全体をカード風に */
.table-responsive {
  max-width: 900px;
  margin: 24px auto 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 16px 18px;
}

/* テーブル本体 */
.formTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* 見出しセル・入力セル */
.formTable th,
.formTable td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee4d2;
}

/* 左側ラベル */
.formTable th {
  width: 26%;
  background: #f8f3e5;
  font-weight: 600;
  color: #555;
  text-align: left;
}

/* 右側入力欄 */
.formTable td {
  background: #fffdf7;
}

/* 最終行の線を薄く */
.formTable tr:last-child th,
.formTable tr:last-child td {
  border-bottom-color: #f3ead9;
}

/* 入力パーツの共通スタイル */
.formTable input[type="text"],
.formTable select,
.formTable textarea {
  width: 100%;
  max-width: 420px;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  box-sizing: border-box;
}

/* テキストエリアは幅いっぱい＆高さ固定 */
.formTable textarea {
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
}

/* 必須マーク */
.formTable td span {
  color: #e35b4f;
  font-size: 0.85rem;
  margin-left: 6px;
}

/* 送信ボタン周り */
form p[align="center"] {
  margin-top: 24px;
}

/* 確認・リセットボタン */
form p[align="center"] input[type="submit"],
form p[align="center"] input[type="reset"] {
  display: inline-block;
  min-width: 130px;
  padding: 10px 18px;
  margin: 0 8px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: 0.2s ease;
}

/* 確認ボタン＝メインカラー */
form p[align="center"] input[type="submit"] {
  background: #24a8c6;
  color: #fff;
}

/* リセットは薄グレー */
form p[align="center"] input[type="reset"] {
  background: #f1f1f1;
  color: #555;
}

/* hover */
form p[align="center"] input[type="submit"]:hover {
  background: #1c879f;
}

form p[align="center"] input[type="reset"]:hover {
  background: #e0e0e0;
}

/* SP 調整 */
@media (max-width: 768px) {
  .table-responsive {
    padding: 12px 10px;
  }

  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
  }

  .formTable th {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
  }

  .formTable td {
    border-radius: 0 0 6px 6px;
  }

  form p[align="center"] input[type="submit"],
  form p[align="center"] input[type="reset"] {
    width: 45%;
    min-width: 120px;
  }
}
