.f-main {
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content: space-between;
	position: relative;
	width: 1100px;
	margin: auto;
  /*border: 1px solid #000000;*/
}

.headLeft {
  position: absolute;
  height: 105px;
  width: 268px;
  margin-top: 10px;
  margin-left: 50px;
}

.headRight {
  position: absolute;
  height: 105px;
  width: auto;
  top: 10px;
  left: 880px;
}

.global-nav {
  position: absolute;
  top: 130px;
  margin-left: 50px;
}

/* ボタン専用のスタイル */
.nav-button {
  display: block;            /* ボタンをブロック要素にして縦並びに */
  width: 180px;              /* ボタンの幅 */
  min-height: 50px;          /* ボタンの最低高さを設定 */
  padding: 5px 0;            /* 上下の余白を調整 */
  background-color: #e6f2d9; /* 緑色の背景色 */
  color: #556b2f;            /* テキスト色（緑系） */
  font-size: 14px;           /* フォントサイズ */
  font-weight: bold;         /* 文字をボールドに */
  text-align: center;        /* テキストを中央揃え */
  text-decoration: none;     /* アンダーラインを削除 */
  margin-bottom: 5px;        /* ボタン間のスペースを詰める */
  border-radius: 5px;        /* 角丸にする場合 */
  border: 1px solid #c0c0c0; /* ボタンの境界線 */
  line-height: 1.4;          /* 複数行のテキスト用に行間を少し広めに */
  display: flex;             /* フレックスボックスで中央揃えを簡単に */
  align-items: center;       /* 縦方向に中央揃え */
  justify-content: center;   /* 横方向に中央揃え */
  word-wrap: break-word;     /* テキストが長すぎる場合に折り返す */
}

/* 特定のボタン (宅配人気商品お試しセット) */
/* 新しいピンク色のボタン (お問い合わせサンプルのお申込み) */
.nav-button.pink {
  background-color: #f8c6d8; /* ピンク色の背景色 */
  color: #800000;            /* 濃い赤のテキスト */
  font-weight: bold;         /* 文字をボールドに */
}

/* ホバー時のエフェクト */
.nav-button:hover {
  background-color: #d0e4bd; /* ホバー時の背景色 */
  text-decoration: underline; /* ホバー時のアンダーライン */
}
.BlueBar {
  position: relative;
  top: 120px;
  width: 925px;
  height: 39px;
  margin-left: 240px;
  color: #000000;
  background: #cde4ff;
  border-top: solid 5px #5989cf;
  border-bottom: solid 5px #5989cf;
}

.BlueBar p {
  position: absolute;
  margin: 0.5em;
  padding: 0;
}

.line_1 {
  position: relative;
  text-align: center;
  top: 140px;
  width: 925px;
  height:500px;
  margin-left: 230px;

}

.line_1 p {
  position: relative;
  text-align: left;
  top: 20px;
  width: 895px;
  left: 30px;

}

.p0 {
  position: absolute;
  text-align: left;
  margin: 15px;
  font-size: 24px;
  font-style: bold;
  color: Blue;
}

.p1 {
  position: absolute;
  text-align: left;
  margin: 15px;
  font-size: 24px;
  font-style: bold;
  color: red;
}

.foot {
  position: relative;
  top: 2000px;
  margin-left: 50px;
}

.copy {
  position: absolute;
  top: 150px;
  left: 400px;
}
