/*================================================
 *  農産物直売所ソリューション　CSS設定
 ================================================*/
/*  s1000 mk*/

.pos-new-product-container {
	max-width: 800px;
	margin: 40px auto;
	padding: 25px 30px 30px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgba(24, 128, 58, 0.1);
	background: #ffffff;
	overflow: hidden;
	position: relative;
  }
  
  .pos-new-product-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(to right, #2080ce, #2080ce);
  }
  
  .pos-new-product-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 1px;
  }
  
  .pos-new-product-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: #2080ce;
  }
  
  .pos-new-product-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	position: relative;
  }
  
  .pos-new-product-image {
	flex: 1;
	max-width: 50%;
	display: flex;
	justify-content: center;
	position: relative;
  }
  
  .pos-new-product-image::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 80%;
	height: 10px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 70%);
	border-radius: 50%;
  }
  
  .pos-new-product-image img {
	max-width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
	margin: auto;
	transition: transform 0.4s ease;
  }
  
  .pos-new-product-container:hover .pos-new-product-image img {
	transform: translateY(-5px);
  }
  
  .pos-new-product-info {
	flex: 1;
	max-width: 50%;
	padding: 0 0 0 10px;
	text-align: left;
  }
  
  .pos-new-product-feature {
	display: inline-block;
	background: #f8f9fa;
	border-left: 3px solid #18803a;
	padding: 8px 12px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #444;
	border-radius: 0 4px 4px 0;
  }
  
  .pos-new-product-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2080ce;
	line-height: 1.2;
  }
  
  .pos-new-product-price-container {
	margin-top: 15px;
  }
  
  .pos-new-product-price-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
  }
  
  .pos-new-product-price {
	font-size: 28px;
	color: #e74c3c;
	font-weight: bold;
	display: inline-block;
	padding: 0 0 4px 0;
  }
  
  .pos-new-product-price-tax {
	font-size: 14px;
	color: #666;
	margin-left: 5px;
  }
  
  .pos-new-product-badge {
	position: absolute;
	top: 15px;
	left: -12px;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 18px 8px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	z-index: 2;
	letter-spacing: 1px;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0% 50%);
  }
  
  .pos-new-product-badge::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 12px;
	height: 8px;
	background: #8e2c24;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  
  .pos-new-product-button {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 24px;
	background: #2080ce;
	color: white;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s ease;
  }
  
  .pos-new-product-button:hover {
	background-color: #25a04d;
  }

  .bpRe-btn {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 24px auto 50px;
    padding: 0 20px;
    border:#176ab8 1px solid;
    border-radius: 64px;
    color: #ffffff !important;
    line-height: 48px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    background: #176ab8;
    transition: 0.2s;
	width:max-content;
}

.bpRe-btn:hover {
    background: #176ab8;
    transition: 0.2s;
}

  /* レスポンシブ対応 */
  @media (max-width: 768px) {
	.pos-new-product-content {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.pos-new-product-image,
	.pos-new-product-info {
	  max-width: 100%;
	}
	
	.pos-new-product-badge {
	  top: 10px;
	  left: -8px;
	}
  }
/*s1000 mk  */

.pagetop {
	bottom: 250px;
}

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.fixed_btn {
	background: #01748b;
	bottom: 130px;
}

.breadcrumbs {
	padding: 20px 10px;
}

.breadcrumbs a {
	color: #01748b;
}

.hero_box {
    height: 460px;
    align-items: center;
    background-color: #fffae5;
    background-image: url(/product/business/images/farm/hero_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 0;
    margin: 0;
    display: flex;
}

.hero_box > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.hero_box > div > div > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.hero_box > div > div > div:nth-of-type(1) p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #ff9200;
	border-radius: 20px;
	padding: 5px 20px;
	margin: 0 0 20px;
}

.hero_box > div > div > div:nth-of-type(1) p span {
	font-size: 1.2rem
}

.hero_box > div > div > div:nth-of-type(1) h1 {
	font-size: 3.6rem;
	text-align: center;
	text-shadow: 0px 0px 5px rgb(255 255 255 / 100%);
	position: relative;
	margin: 0 0 10px;
}

.hero_box > div > div > div:nth-of-type(1) h1::after {
	content: "";
	width: 270px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 0 0 -135px;
}

.hero_box > div > div > div:nth-of-type(1) h1 span:nth-of-type(1) {
	font-size: 2.6rem;
}

.hero_box > div > div > div:nth-of-type(1) h1 span:nth-of-type(2) {
	display: block;
	margin: 10px 0 0;
}

.hero_box > div > div > div:nth-of-type(1) img {
	width: 100%;
	max-width: 160px;
}

.hero_box > div > div > div:nth-of-type(2) {
	position: relative;
}

.hero_box > div > div > div:nth-of-type(2) p {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	background: #01748b;
	border-radius: 100%;
	position: absolute;
	top: 0;
}

.hero_box > div > div > div:nth-of-type(2) p::after {
	content: '';
	background: #01748b;
	width: 16px;
	height: 15px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: 75px;
	left: 70px;
	transform: rotate(50deg);
}

.hero_box > div > div > div:nth-of-type(2) img {
	width: 100%;
	max-width: 320px;
	margin: 0 0 0 20px;
}

/* モーダル関連のスタイル */
/* モーダル全体 */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
  }
  
  .modal.active {
	display: flex;
  }
  
  /* モーダルウィンドウ（コンテナ） */
  .modal-container {
	background-color: white;
	padding: 40px;
	border-radius: 12px;
	position: relative;
	margin: 20px;
	/* 幅はウィンドウ幅の90%まで、かつ画像に合わせる */
	max-width: 90%;
	max-height: 90vh;
	display: inline-block;
  }
  
  /* モーダル内の画像 */
  .modal-content {
	display: block;
	width: auto;
	max-width: 100%; /* コンテナ幅を超えない */
	height: auto;
	object-fit: contain;
  }
  
  /* 拡大対象のサムネイル画像 */
  .expandable-image {
	max-width: 100%;
	height: auto;
	cursor: pointer;
  }
  
  /* 画像コンテナ */
  .image-container {
	position: relative;
	display: inline-block;
  }


  

/* ズームアイコンのスタイル */

/* ズームアイコン */
.zoom-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgb(234 236 237 / 80%);
	padding: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	cursor: pointer;
  }
  
  .zoom-icon svg {
	width: 20px;
	height: 20px;
  }
  
  /* モーダルクローズボタン */
  .modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background-color: #333;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	border: 2px solid white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  
  .modal-close:hover {
	background-color: #555;
  }
  
  /* アニメーション */
  @keyframes fadeIn {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
  }
  
  .fade-in {
	animation: fadeIn 0.2s ease-out;
  }
/*  */
.possystem_box {
	display: flex;
	gap: 30px;
	margin: 0 0 30px;
}

.possystem_box > div:nth-of-type(2) {
	min-width: 350px;
	text-align: center;
}

.possystem_box > div:nth-of-type(2) img {
	width: 100%;
	max-width: 350px;
}

.invoice_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 0 0 30px;
}

.invoice_box > div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 30px;
}

.invoice_box > div > div {
	text-align: center;
}

.invoice_box > div > div img {
	max-width: 200px;
	margin: 0 0 10px;
}

.invoice_box img {
	width: 100%;
	object-fit: contain;
}

.invoice_box > img {
	max-width: 400px;
}

.croud_box {
	max-width: 700px;
	margin: 0 auto 20px;
}

.croud_box img {
	width: 100%;
	max-width: 700px;
	margin: 0 0 10px;
}

.tokuchou_title {
	height: 100px;
}

.tokuchou_title.seisansya {
	background: #fff8f3;
}

.tokuchou_title.chokubaijyo {
	background: #f5faf7;
}

.tokuchou_title.jimusyo {
	background: #f5fafd;
}

.tokuchou_title > div {
	background: #fff;
	padding: 40px 30px 5px;
}

.tokuchou_title.seisansya > div {
	border-bottom: 2px solid #ff6d12;
}

.tokuchou_title.chokubaijyo > div {
	border-bottom: 2px solid #31a156;
}

.tokuchou_title.jimusyo > div {
	border-bottom: 2px solid #3a93d3;
}

.tokuchou_title > div > div {
	position: relative;
}

.tokuchou_title img {
	width: 100%;
	max-width: 100px;
	filter: drop-shadow(3px 2px 1px rgba(0, 0, 0, 20%));
	position: absolute;
	bottom: -34px;
	z-index: 2;
}

.tokuchou_title p {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 10px;
	margin: 0 0 0 130px;
}

.tokuchou_title.seisansya p {
	color: #ff6d12;
}

.tokuchou_title.chokubaijyo p {
	color: #31a156;
}

.tokuchou_title.jimusyo p {
	color: #3a93d3;
}

a.link_text,
a.link_pdf,
a.link_arrow,
a.link_window {
	color: #20209a;
}

.invoicehakko_box {
	display: flex;
	gap: 30px;
}

.invoicehakko_box > div:nth-of-type(2) {
	min-width: 350px;
}

.invoicehakko_box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}

.invoicehakko_box > div:nth-of-type(2) img {
	width: 100%;
	max-width: 400px;
}

.invoicehakko_box > div:nth-of-type(2) img:nth-of-type(2) {
	max-width: 400px;
}

.eraber_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.eraber_box > div {
	width: calc(95%/3);
	border: 1px solid #c7c8c7;
	padding: 0 20px 20px;
}

.eraber_box > div > p:nth-of-type(n+2) {
	color: #7FBE25;
	font-weight: bold;
	border-top: 1px dashed #c7c8c7;
	padding: 10px 0 0;
}

.eraber_box > div > ul:nth-of-type(1) {
	margin: 0 0 10px;
}

.eraber_box > div > ul li,
.tokuchou_box ul li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 2rem 0;
}

.tokuchou_box {
	margin: 0 0 50px;
}

.tokuchou_box:last-of-type {
	margin: 0;
}

.tokuchou_box h2 {
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 10px;
}

.tokuchou_box.seisansya h2 {
	color: #ff6d12;
}

.tokuchou_box.chokubaijyo h2 {
	color: #31a156;
}

.tokuchou_box.jimusyo h2 {
	color: #3a93d3;
}

.tokuchou_inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0 0 60px;
}

.tokuchou_inner:last-of-type {
	margin: 0;
}

.tokuchou_inner > div:nth-of-type(1) {
	width: 40%;
	text-align: center;
	height: fit-content;
}

.tokuchou_inner > div:nth-of-type(2) {
	width: 55%;
}

.tokuchou_inner img {
	width: 100%;
	max-width: 500px;
	max-height: 240px;
	object-fit: contain;
	background: #fff;
	padding: 20px;
}

.tokuchou_inner img.w_medium {
	max-width: 250px;
}

.hikaku_box {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

.hikaku_box > div {
	width: calc(95%/3);
	display: flex;
	flex-flow: column;
	border: 1px solid #004099;
	border-radius: 5px;
	position: relative;
}

.hikaku_box > div > div:nth-of-type(1) {
	background: #efefef;
	border-radius: 5px 5px 0 0;
}

.hikaku_box > div > div > div {
	min-height: 72px;
	text-align: center;
	position: relative;
	padding: 20px 10px;
}

.hikaku_box > div > div > div::after {
	content: '';
	width: 50%;
	height: 1px;
	border-bottom: 1px dashed;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.hikaku_box > div > div > p {
	font-size: 1.3rem;
	border-bottom: 1px dashed;
	padding: 20px 10px;
}

.hikaku_box > div:nth-of-type(1) ul li:nth-of-type(5) {
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hikaku_box > div:nth-of-type(1) ul li:nth-of-type(8) {
	min-height: 62px;
}

.hikaku_box > div:nth-of-type(1) ul li:nth-of-type(n+9) {
	min-height: 41px;
}

.hikaku_box > div:nth-of-type(2) ul li:nth-of-type(n+11) {
	min-height: 41px;
}

.hikaku_box ul li {
	text-align: center;
	padding: 10px 0;
}

.hikaku_box ul li span {
	font-size: 1.1rem;
}

.hikaku_box ul li:nth-of-type(even) {
	background: #ecf1f9;
}

.hikaku_box > div ul li:last-of-type {
	border-radius: 0 0 5px 5px;
}

.hikaku_box > div > div:nth-of-type(1) img {
	width: fit-content;
	height: 26px;
	object-fit: contain;
}

.hikaku_box > div:nth-of-type(1) > div:nth-of-type(1) img {
	height: 20px;
}

.hikaku_box input {
	display: none;
}

.hikaku_box label {
	display: none;
}

.hiyourei_box {
	width: 100%;
	overflow-x: scroll;
	margin: 0 0 10px;
}

.hiyourei_box table {
	width: 1010px;
	text-align: center;
	line-height: 1.5;
	border-collapse: collapse;
	margin: 0 auto;
}

.hiyourei_box table tr td:nth-of-type(1) {
	width: 15%;
	padding: 15px 10px;
}

.hiyourei_box table tr td:nth-of-type(n+2) {
	width: calc(85%/3);
	padding: 15px 10px;
}

.hiyourei_box table tr:nth-of-type(1) {
	background: #efefef;
}

.hiyourei_box table tr:nth-of-type(1) td div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hiyourei_box table tr:nth-of-type(1) img {
	width: fit-content;
	height: 26px;
	object-fit: contain;
}

.hiyourei_box table tr:nth-of-type(1) td:nth-of-type(2) img {
	height: 18px;
}

.hiyourei_box table tr:nth-of-type(2) {
	background: #fff;
}

.hiyourei_box table tr:nth-of-type(3) {
	background: #ecf1f9;
}

.hiyourei_box table tr:nth-of-type(3) img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}

.hiyourei_box table tr td span:nth-of-type(1) {
	font-size: 2rem;
}

.hiyourei_box table tr:nth-of-type(2) td:nth-of-type(2) span:nth-of-type(1) {
	display: block;
	margin: 0 0 18px;
}

.hiyourei_box table tr:nth-of-type(3) td span {
	display: block;
	margin: 0 0 10px;
}

.hiyourei_box table tr td span:nth-of-type(2) {
	font-size: 1.1rem;
}


.example_box {
	border: 1px solid #d9d9d9;
	padding: 10px;
}

.example {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: .5vw;
	overflow: scroll;
	overflow-x: hidden;
	height: 270px;
	width: 100%;
resize: vertical;
}

.example table {
	width: 100%;
}

.example tbody {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.example th,
.example td {
	padding: 5px 10px;
	border: solid 1px #ccc;
}

.example th {
	width: 10%;
	background: #eef8e7;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.example td {
	width: 30%;
}

.example table:first-child,
.example table:first-child td {
	border-right: 0;
}

.katudoutenkai_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.katudoutenkai_box > p {
	margin: 0 0 20px;
}

.katudoutenkai_box > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.katudoutenkai_box > div > div:nth-of-type(1) {
	width: 30%;
	text-align: center;
}

.katudoutenkai_box > div > div:nth-of-type(2) {
	width: 65%;
}

.katudoutenkai_box > div > div:nth-of-type(2) > p {
	margin: 0 0 20px;
}

.katudoutenkai_box ul {
	margin: 0 0 10px;
}

.katudoutenkai_box ul li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 2rem;
}

.btn_green {
	width: 100%;
	max-width: 450px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #ff9200;
	border-radius: 30px;
	padding: 10px;
	margin: 0 auto;
	transition: .3s;
}

.btn_green:hover {
	color: #fff;
	opacity: 0.3;
}

.title_orange_line {
	text-align: center;
	/* margin: 0 0 50px; */
}

.title_orange_line h2 {
	display: inline;
	color: #000;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 3px solid #ff9200;
}

.title_orange {
	color: #ff9200;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.text_title {
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.text_green {
	color: #31a156;
	font-weight: bold;
}

.text_black {
	color: #000;
}

.text_middle {
	font-size: 1.3rem;
}

.text_small {
	font-size: 1.1rem;
	line-height: 1.5;
}

.bg_green {
	background: #f5faf7;
}

.bg_green2 {
	background: #f8f9f8;
}

.bg_yellow {
	background: #fff8f3;
}

.bg_blue {
	background: #f5fafd;
}

.w_large {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: 0 auto;
}

/*メールフォーム*/

.form_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 40px;
	margin: 0 auto;
}

.form_box h4 {
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h4 + div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box table {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
}

.form_box table tr th span {
	color: #fff;
	background: #d9534f;
	border-radius: 5px;
	padding: 5px;
	margin: 0 10px 0 0;
}

.form_box label {
	line-height: 1.5;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box input.short {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.form_box p.error_messe {
	color: #ff0000;
}

.form_box > p.front {
	text-align: center;
	margin: 0 0 30px;
}

.form_box > p input {
	width: fit-content;
	display: flex;
	min-width: 300px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #225293;
	border: none;
	border-radius: 20px;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	transition: .3s;
}

.form_box > p input.back {
	color: #fff;
	background: #999;
}

.form_box > p input:hover {
	opacity: 0.3;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.form_box table.kakunin_table tr th,
.form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.form_box table.kakunin_table tr th {
	font-weight: bold;
	background: #eee;
}

.form_box table.kakunin_table + p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}


/*メールフォームここまで*/


/* 202409 追加 */

#seisansya,#chokubaijyo,#jimusyo{padding-top: 50px;}

.banner_box2 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.banner_box2 img {
  width: 300px;
  height: 112px;
  object-fit: contain;
}

.content2_2{background: #f2f2f2;
	padding-bottom: 10px;
}
/* .banner_box2 img:nth-child(1) {
margin-right: 20px;
} */

/* 202409 追加 */

@media screen and (max-width:1024px) {

	/*メールフォーム*/

	.form_title h2 {
		font-size: 2.4rem;
		align-items: flex-end;
	}

	.form_box {
		padding: 20px 20px 40px;
	}

	.form_box table tr {
		display: flex;
		flex-flow: column;
	}

	.form_box table tr th {
		padding: 20px 0 0;
	}

	.form_box input.short {
		max-width: 100%;
	}

	/*メールフォームここまで*/

}

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

/* 202409 追加 */
	.banner_box2 {
		justify-content: center;
		padding: 0 0 0 0;
		gap: 0px !important;

	}
	
	.banner_box2 img:nth-child(1) {
		margin-bottom: 5px;
			margin-right: 0px;
		
	}

	/* 202409 追加 */

	.pagetop {
		bottom: 90px;
	}

	.foot {
		padding-bottom: 80px;
	}

	.fixed_btn {
		width: 100%;
		max-width: 320px;
		justify-content: center;
		bottom: 0;
	}

	h2 {
		text-align: center;
	}

	.hero_box {
		height: auto;
		min-height: 500px;
		padding: 20px 0;
	}

	.hero_box > div > div {
		flex-flow: column;
		padding: 20px 15px;
	}

	.hero_box > div > div > div:nth-of-type(2) img {
		max-width: 280px;
	}

	.possystem_box {
		flex-flow: column;
	}

	.possystem_box > div:nth-of-type(2) {
		min-width: auto;
	}

	.invoice_box > div > div p {
		height: 50px;
	}

	.invoicehakko_box {
		flex-flow: column;
	}

	.invoicehakko_box > div:nth-of-type(1) {
		width: 100%;
	}

	.eraber_box > div {
		width: 100%;
		margin: 0 0 30px;
	}

	.eraber_box > div:last-of-type {
		margin: 0;
	}

	.tokuchou_title > div {
		padding: 40px 20px 5px;
	}

	.tokuchou_inner {
		flex-direction: column-reverse
	}

	.tokuchou_inner > div:nth-of-type(1),
	.tokuchou_inner > div:nth-of-type(2) {
		width: 100%;
	}

	.tokuchou_inner img {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}

	.hikaku_box {
		flex-flow: column;
	}

	.hikaku_box > div {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.hikaku_box > div:last-of-type {
		margin: 0 auto;
	}

	.hikaku_box label {
		display: block;
		color: #fff;
		background: #7FBE25;
		border-radius: 16px;
		cursor: pointer;
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 20px;
		transition: .3s;
	}

	.hikaku_box label:hover {
		opacity: 0.3;
	}

	.hikaku_box > div > input + label + div {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: .3s;
	}

	.hikaku_box > div > input:checked + label + div {
		height: auto;
		opacity: 1;
	}

	.hikaku_box > div > div > p {
		font-size: 1.4rem;
		border-bottom: none;
		padding: 20px 10px 50px;
	}

	.hikaku_box > div > div:nth-of-type(1) {
		border-radius: 5px;
	}

	.hikaku_box > div > div:nth-of-type(1) - input:checked {
		border-radius: 5px 5px 0 0;
	}

	.hikaku_box > div ul li:last-of-type {
		border-radius: 0 0 5px 5px;
	}

	.hikaku_box > div:nth-of-type(1) ul li:nth-of-type(8) {
		min-height: auto;
	}

	.hikaku_box > div:nth-of-type(1) ul li:nth-of-type(n+8),
	.hikaku_box > div:nth-of-type(2) ul li:nth-of-type(n+11) {
		display: none;
	}

	.hiyourei_box table {
		width: 630px;
	}

	.katudoutenkai_box > div > div:nth-of-type(1),
	.katudoutenkai_box > div > div:nth-of-type(2) {
		width: 100%;
	}

	.katudoutenkai_box > div > div:nth-of-type(1) {
		margin: 0 0 20px;
	}

}

@media print {}
