@charset "UTF-8";


/*
	Theme Name: ファームシステム技研株式会社
	Description: ファームシステム技研株式会社
	Theme URI: https://www.fsgk.jp
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0.2
*/



/* 共通設定 */


* {
	border-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #333;
	font-family: "Noto Sans JP";
}
body * {
	overflow: hidden;
}
aside, header, nav, footer, small {
	display: block;
}
header > div, footer > div, footer > small, #company > table, #company #gaikan, #contact_area, #contact_method ul, #contact_text, #g-map iframe, #info, #notice_area, #policy > div, #post, #product_menu, .top_text {
	margin: 0 auto;
	width: 1200px;
}
header, article, aside, footer {
	overflow: auto;
	margin: 0 auto;
	padding: 0;
}
blockquote {
	position:relative;
	border: 1px solid #8bc0b8;
	border-radius: 10px;
	margin: 2em auto;
	padding: 2em 1em;
	width: 80%;
}
blockquote cite {
	color: #d4ded7;
	display: block;
	font-size: 0.8rem;
	padding-right: 20px;
	text-align: right;
}
hr {
	background-color: #499bea;
	border-style: none;
	height: 7px;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
.boldfont {
	font-weight: bold;
}
.caption {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.redfont, .need {
	color: #f00;
}
.smallfont {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.textcenter {
	text-align: center;
}


/* ヘッダー */

header {
	border-bottom: 5px solid #008080;
	min-height: 90px;
}
header h1 {
	margin-top: 10px;
}
header > div {
	display: grid;
	grid-template-columns: 40% 1fr;
}



/* メインメニュー */

header nav > input, header nav > label {
	display: none;
}
header nav > ul {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	list-style-type: none;
	margin: 25px auto;
	width: 100%;
}
header nav > ul li {
	border-left: 1px solid #d28506;
	height: 100%;
	padding: 0 10px;
}
header nav > ul li:last-child {
	border-right: 1px solid #d28506;
}
header nav > ul li a {
	align-items: center;
	color: #333;
	display: flex;
	flex-direction: column;
	font-size: 0.88em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	height: 100%;
	justify-content: center;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
}
header nav > ul li a span {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
header nav > ul li a::before {
	background-color: #4169e1;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	transition: width .6s ease-out;
	width: 0;
}
header nav > ul li.active a::before, header nav > ul li a:hover::before {
	width: 80%;
}



/* フッター */

footer {
	font-size: 0.88rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0 0 50px;
}
footer > div {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
footer > div > div:first-child p:last-child {
	margin-top: 20px;
}
footer > div > div:last-child p a {
	align-items: center;
	background: #4169e1;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	height: 130px;
	text-align: center;
	text-decoration: none;
	width: 295px;
}
footer > div > div:last-child p a:hover {
	opacity: .6;
}
footer > div > div:last-child p a span {
	display: block;
}
footer > div > div:last-child p a span:first-child::before {
	color: #fff;
	content: '\f0e0';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 3rem;
	font-weight: 900;
}
footer > div > div:nth-child(2) {
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}
footer > div > div:nth-child(2) p {
	display: flex;
	justify-content: center;
}
footer > div > div:nth-child(2) p:first-child {
	margin-bottom: 15px;
}
footer > div > div:nth-child(2) p span:first-child {
	background-color: #4169e1;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-right: 10px;
	padding: 5px 0 8px;
	text-align: center;
	width: 3em;
}
footer > div > div:nth-child(2) p span:last-child {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1em;
	padding: 5px 0;
}
footer > nav {
	background: #4169e1;
	margin-bottom: 0 auto 50px;
	padding: 20px 15px;
}
footer > nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	row-gap: 1em;
}
footer > nav ul li {
	padding: 0 20px;
}
footer > nav ul li:first-of-type {
	padding-left: 0;
}
footer > nav ul li a {
	color: #fff;
	display: block;
	font-size: 0.94em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 0 12px;
	position: relative;
	text-decoration: none;
	transition: opacity .6s ease-out;
}
footer > nav ul li a::before {
	content: '\f105';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
footer > nav ul li a:hover {
	opacity: .6;
}
footer > small {
	font-weight: bold;
	margin-top: 50px;
}



/* メインコンテンツ */

article > section {
	padding: 80px 0;
	text-align: center;

}
article > section:last-child {
	padding-bottom: 100px;
}
article > section h2 {
	border-bottom: 3px solid #4169e1;
	display: inline-block;
	font-size: 2.25em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
article > section h2 br {
	display: none;
}
article > section h2 span {
	color: #d28506;
	display: block;
	font-size: 0.88rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-top: 10px;
	text-align: center;
}
#buttom_area {
	margin: 30px 0;
}
#buttom_area input {
	background: #d28506;
	border: 1px solid #d28506;
	color: #fff;
	display: inline-block;
	font-size: 1.06em;
	letter-spacing: 0.1em;
	line-height: 1;
	opacity: 1;
	padding: 18px 50px;
	text-align: center;
	text-decoration: none;
	transition: opacity .6s ease-out;
}
#buttom_area input:hover {
	cursor: pointer;
	opacity: .6;
}
#company #gaikan {
	margin: 2rem auto;
}
#company #gaikan img {
	height: auto;
	width: 100%;
}
#company > table, #contact_area table, #policy {
	text-align: left;
}
#company > table tr > *, #contact_area table tr > * {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px;
}
#company > table th {
	background-color: #f0f0f0;
	width: 9.5em;
}
#company_header {
	background: url(img/company.jpg) left top no-repeat;
	background-size: 100% auto;
}
#contact_area {
	pading: 15px 0;
}
#contact_area > p {
	margin-bottom: 1.5em;
}
#contact_area > div ul {
	margin-bottom: 60px;
	margin-top: 60px;
}
#contact_area > div ul li {
	margin-bottom: 1em;
}
#contact_area table {
	margin-top: 60px;
	width: 100%;
}
#contact_area table tr:not(:nth-child(3)) td input, #contact_area table td textarea {
	width: 90%;
}
#contact_area table tr td input, #contact_area table td textarea {
	padding: 0.5em;
}
#contact_area table td span {
	color: #bbb;
}
#contact_area table th {
	vertical-align: middle;
	width: 17%;
}
#contact_header {
	background: url(img/contact.jpg) left top no-repeat;
	background-size: 100% auto;
}
#contact_method {
	background: #f5f5f5;
}
#contact_method ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
#contact_method ul li {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1em;
	width: 49%;
}
#contact_method ul li p:first-child {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 15px;
	padding: 30px 0;
}
#contact_method ul li:first-child p:first-child span::before {
	color: #4169e1;
	content: '\f095';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	transform: scaleX(-1);
}
#contact_method ul li:last-child p:first-child span::before {
	color: #4169e1;
	content: '\f1ac';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
#contact_text {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
}
#dissolver {
	margin: 0 auto;
	width: 1200px;
}
#dissolver > div {
	margin: 5rem auto;
}
#dissolver > div:not(:last-of-type) {
	margin-bottom: 8rem;
}
#dissolver > table {
	margin: 5rem auto;
}
#dissolver > table td, #dissolver > table th {
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
	vertical-align: middle;
}
#dissolver > table tr:not(:first-of-type) th {
	background-color: #0000cd;
	color: #fff;
}
#dissolver > table tr:first-of-type th {
	background-color: #eee;
}
#dissolver > ul {
	display: grid;
	grid-row-gap: 2em;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#dissolver > ul li img {
	height: auto;
	width: 100%;
}
#eel_type {
	margin: 4em 0;
}
#eel_type dd {
	margin-top: 1em;
}
#eel_type dt {
	background-color: #eee;
	font-size: 1.5em;
	dont-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0.5em 0;
}
#eel_type dt:nth-of-type(2) {
	margin-top: 2em;
}
#eel_type dt span {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#filtration div {
	margin: 4rem auto;
}
#filtration div h3 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#filtration div ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1rem;
	linst-style-type: none;
	justify-content: center;
	margin: 2rem 0;
	padding: 0;
}
#generator > div {
	margin: 3rem auto;
	width: 1200px;
}
#generator > div:not(:first-child) {
	overflow: hidden;
	margin: 6rem auto;
}
#generator > div:not(:first-child) > h3 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1rem 0 3rem;
}
#generator > div:not(:first-child) > table, #dissolver > table {
	margin: 2rem auto;
}
#generator > div:not(:first-child) > table caption {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	1color: #fff;
	padding: 1em 0;
}
#generator > div:not(:first-child) > table td:not(.no_space), #generator > div:not(:first-child) > table th {
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
	vertical-align: middle;
}
#generator > div:not(:first-child) > table th {
	background-color: #0000cd;
	color: #fff;
}
#generator > div:nth-of-type(4) > table:nth-of-type(2) {
	display: none;
}
#g-map {
	background: #f5f5f5;
}
#g-map iframe {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 4px;
}
#info {
	background-color: #fff;
	max-height: 250px;
	overflow: auto;
	position: relative;
}
#info > div {
	padding: 15px;
}
#info table {
	margin-left: auto;
	margin-right: auto;
  width: 25%;
}
#info tr {
	border-bottom: 1px solid #8d95b0;
}
#info tr > * {
	padding: 30px 0 10px;
}
#info td {
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}
#info th {
	line-height: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: right;
	vertical-align: middle;
}
#info th::before {
	color: #f00;
	content: '\f04b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#map iframe {
	width: 100%;
}
#notice_area {
	padding: 15px;
}
#notice_area table {
  width: 100%;
}
#notice_area tr {
	border-bottom: 1px solid #8d95b0;
}
#notice_area tr > * {
	padding: 30px 0 10px;
}
#notice_area td {
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}
#notice_area th {
	line-height: 1em;
	vertical-align: middle;
	width: 200px;
}
#notice_header {
	background: url(img/note.jpg) left top no-repeat;
	background-size: auto 100%;
}
#policy {
	background: #f5f5f5;
	margin-bottom: 60px;
	margin-top: 60px;
}
#policy > div {
	background-color: #fff;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 20px;
}
#policy ol  {
	margin: 0 20px 30px;
}
#policy ol li {
	display: list-item;
	margin: 1em 2em;
	overflow: visible;
}
#policy p {
	margin: 1em 30px 45px;
}
#post h3 {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 15px 10px;
}
#post_content {
	margin: 40px 0 80px;
}
#post_content p {
	margin-bottom: 1em;
	margin-top: 1em;
}
#product_menu {
	display: grid;
	grid-row-gap: 2rem;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#product_menu li {
	border: 2px solid #000;
}
#product_menu li span {
	display: inline-block;
	font-size: 2rem;
	letter-space: 0.1em;
	lune-height: 1.5em;
	margin: 2em 0;
}
#product_menu li span::before {
	content: '\f0a9';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 10px;
}
#tocom a {
	background: #d28506;
	border: 1px solid #d28506;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	line-height: 1;
	opacity: 1;
	margin-top: 30px;
	padding: 18px 50px;
  position: relative;
	text-decoration: none;
	text-align: center;
	transition: opacity .6s ease-out;
}
#tocom a:hover {
	opacity: .6;
}
#tocom a span::before {
	content: '\f105';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 7px;
}
section.bg1 {
	background-image: url("img/bg.png");
}
section.bg1 h2 {
	border-bottom: 3px solid #fff;
	color: #fff;
}
section.bg1 h2 span {
	color: #fff;
}
.content_header {
	color: #fff;
	height: 400px;
	padding: 0!important;
	max-width: 100%!important;
}
.content_header > div {
	align-items: center;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	height: 400px;
	justify-content: center;
}
.content_header h2 span {
	color: #fff;
}
.features {
	border: 2px solid #ff8c00;
	margin: 3rem auto;
	text-align: left;
	width: 80%;
}
.features dd {
	margin: 0 auto 1em 12%;
	width: 72%;
}
.features dd:last-child {
	margin-bottom: 2em;
}
.features dt {
	margin: 2em auto 0.5em;
	width: 85%;
}
.features dt span {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.features dt span::before {
	content: '\f0c8';
	display: inline-block;
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin: 0 0.3em;
	transform: rotate(45deg);
}
.modal {
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.modal .modal-content {
	display: block;
	height: 95%;
	width: auto;
}
.modal #close {
	color: #f1f1f1;
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	right: 35px;
	top: 15px;
}
.popup {
	cursor: pointer;
}
.tabelle {
	display: none;
}
.top_text p:not(:last-of-type) {
	margin-bottom: 1em;
}



/* 画面サイズ 1200px用 */
@media screen and (max-width: 1200px) {
	header > div, footer > div, footer > small, #company > table, #company #gaikan, #contact_area, #contact_method ul, #contact_text, #dissolver, #g-map iframe, #generator > div, #info, #notice_area, #policy > div, #post, .top_text {
		width: 90%;
	}
	header > div {
	grid-template-columns: 30% 1fr;
	}
	#contact_area table th {
		width: 20%;
	}
	#dissolver > div:nth-of-type(1) {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	#generator > div:nth-of-type(5) > table {
		maegin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	#generator > div:nth-of-type(5) > table img {
		height: auto;
		margin: auto;
		width: 95%;
	}
}

/* 画面サイズ 1080px用 */
@media screen and (max-width: 1080px) {
	header > div {
		display: block;
	}
	header h1 {
		text-align: center;
	}
	header nav > ul {
		justify-content: center;
	}
	#company_header, #contact_header {
		background-size: auto 100%;
	}
	#contact_area table th {
		width: 25%;
	}
	#info table {
		width: 50%;
	}
	#product_menu {
		grid-template-columns: 45% 45%;
		width: 95%;
	}
}
/* 画面サイズ 960px用 */
@media screen and (max-width: 960px) {
	footer > div {
		flex-wrap: wrap;
	}
	footer > div > div {
		flex-grow: 1;
		width: 50%;
	}
	footer > div > div:last-child p a {
		margin: 40px auto 0;
		width: 50%;
	}
	footer > small {
		text-align: center;
	}
	.features {
		width: 95%;
	}
	.features dd {
		width: 80%;
	}
}
/* 画面サイズ 896px用 */
@media screen and (max-width: 896px) {
	header > div {
		grid-template-columns: 30% 1fr;
	}
	.no_return {
		display: none;
	}
}
/* 画面サイズ 854px用 */
@media screen and (max-width: 854px) {
	#contact_area table th {
		width: 30%;
	}
	#generator > div:nth-of-type(4) > table:nth-of-type(1) {
		display: none;
	}
	#generator > div:nth-of-type(4) > table:nth-of-type(2) {
		display: table;
	}
}
/* 画面サイズ 800px用 */
@media screen and (max-width: 800px) {
	header > div {
		display: block;
	}
	header nav > ul {
		justify-content: center;
	}
}
/* 画面サイズ 768px用 */
@media screen and (max-width: 768px) {
	header {
		margin-top: 55px;
	}
	header h1 {
		text-align: center;
	}
	header nav {
		background-color: #4169e1;
		height: 50px;
		overflow: visible;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}
	header nav > label {
		cursor: pointer;
		display: block;
		float: right;
		height: 30px;
		margin-right: 15px;
		margin-top: 7px;
		position: relative;
		width: 30px;
		z-index: 11;
	}
	header nav > label::before {
		box-shadow: #fff 0 12px 0;
		-webkit-box-shadow: #fff 0 12px 0;
	}
	header nav > label::after {
		bottom: 0;
	}
	header nav > label::before, nav label::after {
		background: #fff;
		content: '';
		display: block;
		height: 6px;
		position: absolute;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		width: 30px;
	}
	header nav > input:checked ~ label::before {
		-webkit-box-shadow: transparent 0 0 0;
		box-shadow: transparent 0 0 0;
		-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
		transform: rotate(45deg) translate3d(6px, 11px, 0);
	}
	header nav > input:checked ~ label::after {
		-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
		transform: rotate(-45deg) translate3d(6px, -11px, 0);
	}
	header nav > input:checked ~ ul {
		right: 0;
	}
	header nav > ul {
		background-color: #00f;
		box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-moz-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		display: block;
		height: auto;
		right: -230px;
		margin-top: 45px;
		position: absolute;
		top: 0;
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		width : 230px;
		z-index: 99999;
	}
	header nav > ul li {
		border: 0;
		display: block;
		1height: 50px;
		height: auto;
	}
	header nav > ul li a {
		border-top: 1px solid #fff;
		color: #fff;
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding: 1em 0;
		text-align: center;
	}
	header nav > ul li a::before {
		background-color: transparent;
	}
	.modal {
		height: 80%;
		top: 10%;
	}
}
/* 画面サイズ 732px用 */
@media screen and (max-width: 732px) {
	#contact_area table tr > * {
		border: none;
		display: block;
	}
	#contact_area table tr td {
		padding-top: 0;
	}
	#contact_area table tr th {
		padding-bottom: 5px;
		padding-left: 10px;
		width: 100%;
	}
}
/* 画面サイズ 667px用 */
@media screen and (max-width: 667px) {
	article > section h2 {
		font-size: 1.9em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#dissolver > table {
		display: none;
	}
	#dissolver .tabelle {
		display: table;
		margin: 1em auto;
	}
}
/* 画面サイズ 600px用 */
@media screen and (max-width: 600px) {
	article > section h2 {
		max-width: 90%;
	}
	footer > div {
		display: block;
	}
	footer > div > div {
		width: auto;
	}
	footer > div > div:first-child {
		margin-bottom: 40px;
		text-align: center;
	}
	#dissolver > ul {
		grid-template-columns: 47% 47%;
	}
	#filtration div {
		width: 95%;
	}
	#info table {
		width: 70%;
	}
	#product_menu {
		display: block;
	}
	#product_menu li {
		margin: 1rem 0;
	}
}
/* 画面サイズ 568px用 */
@media screen and (max-width: 568px) {
	article > section:not(:first-child) h2 {
		line-height: 1.3em;
		padding-bottom: 5px;
	}
	article > section h2 br {
		display: inline;
	}
	article > section h2 span {
		margin-top: 5px;
	}
	#contact_method ul {
		display: block;
	}
	#contact_method ul li {
		margin: 0 auto;
		width: 80%;
	}
	#contact_method ul li:first-child {
		margin-bottom: 30px;
	}
}
/* 画面サイズ 428px用 */
@media screen and (max-width: 428px) {
	footer > div > div:last-child p a {
		width: 90%;
	}
	footer > nav {
		padding-top: 0;
	}
	footer > nav ul {
		align-content: space-between;
		flex-wrap: wrap;
	}
	footer > nav ul li {
		margin-top: 20px;
	}
	#company > table tr {
	 display: block;
	 width: 100%;;
	}
	#company > table tr > * {
	 border: 0;
	 display: block;
	 padding: 10px 20px;
	 width: auto;
	}
	#company > table tr > td {
		padding: 10px 30px 30px;
	}
	#generator > div:not(:first-child) > h3 {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#generator > div:nth-of-type(2) > table, #generator > div:nth-of-type(3) > table {
		display: none;
	}
	#generator > div:nth-of-type(2) .tabelle, #generator > div:nth-of-type(3) .tabelle {
		display: table;
		margin: 2em auto;
	}
	#generator > div > table * {
		display: block;
	}
	#info table {
		width: 80%;;
	}
}
