@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
.back {
	padding-top: 150px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.back {
		padding-top: 100px;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【width】::::::::::*/
.width {
	width: 60%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	.width {
		width: 70%;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	.width {
		width: 70%;
	}
}
@media (max-width:900px) {
	.width {
		width: 80%;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {
	.width {
		width: 90%;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツトップ】::::::::::*/
.contents {
	margin-top: 80px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.contents {
		margin-top: 50px;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
会社概要
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.company-back {
	background-image: url("../image/common/pattern-01.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
/*:::::::::::【コンテンツ】::::::::::*/
.company-contents {
	/*	margin-top: 100px;*/
}
/*===========================================================================
アクセス
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.access-back {
	background-image: url("../image/common/pattern-02.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
/*:::::::::::【コンテンツ】::::::::::*/
.access-contents iframe {
	width: 100%;
	height: 400px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.access-contents iframe {
		height: 300px;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
取引業者
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.bp-back {
	background-image: url("../image/common/pattern-01.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
/*:::::::::::【コンテンツ】::::::::::*/
.bp-contents {
	border: 1px solid #B5B5B5;
	text-align: center;
}
.bp-contents li {
	padding: 20px 5px;
	border-bottom: 1px solid #b5b5b5;
}
.bp-contents li:nth-child(odd) {
	background-color: #FFFFFF;
}
.bp-contents li:nth-child(even) {
	background-color: #D7E7FF;
}
.bp-contents li:last-of-type {
	border-bottom: none;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
材料業者
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.ms-back {
	background-image: url("../image/common/pattern-02.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 200px;
}
/*:::::::::::【コンテンツ】::::::::::*/
.ms-contents {
	border: 1px solid #B5B5B5;
	text-align: center;
}
.ms-contents li {
	padding: 20px 5px;
	border-bottom: 1px solid #b5b5b5;
}
.ms-contents li:nth-child(odd) {
	background-color: #FFFFFF;
}
.ms-contents li:nth-child(even) {
	background-color: #D7E7FF;
}
.ms-contents li:last-of-type {
	border-bottom: none;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	.ms-back {
		padding-bottom: 100px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {
	/*:::::::::::【背景】::::::::::*/
	.ms-back {
		padding-bottom: 150px;
	}
}
/*==========================================================================
【お問い合わせ】
==========================================================================*/
/*:::::【背景】:::::*/
.contact-back {
	position: relative;
}
.contact-box-container {
	position: relative;
	z-index: 2;
}
/*==========================================================================
【お問い合わせ電話】
==========================================================================*/
.tel-contents {
	text-align: center;
}
.tel-comment {
	font-size: 20px;
	line-height: 1.9;
}
.tel-box {
	margin: 50px auto;
	border: 2px solid #007ACC;
	border-radius: 20px;
	padding: 20px 10px;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}
.c-txt { /*電話・メールからのお問い合わせ*/
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
}
.number {
	margin: 30px auto;
}
.number span {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 1.9rem;
	margin-right: 20px;
}
.number a {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 3.5rem;
	color: #E63946;
	text-decoration: underline;
}
.tel-box .small-size {
	font-size: 1.2rem;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.number span {
		font-family: "Lato", sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		margin-right: 20px;
	}
	.number a {
		font-family: "Lato", sans-serif;
		font-weight: 900;
		font-size: 3.3rem;
		color: #E63946;
		text-decoration: underline;
	}
}
@media (max-width:600px) {
	.tel-comment {
		font-size: 16px;
	}
	.c-txt { /*電話・メールからのお問い合わせ*/
		font-size: 1.3rem;
	}
	.number span {
		font-size: 22px;
		margin-right: 10px;
	}
	.number a {
		font-size: 2.5rem;
	}
	.tel-box .small-size {
		font-size: 16px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {
	.c-txt { /*電話・メールからのお問い合わせ*/
		font-size: 20px;
	}
	.number span {
		font-size: 20px;
		margin-right: 8px;
	}
	.number a {
		font-size: 36px;
	}
	.tel-box .small-size {
		font-size: 16px;
	}
}
/*==========================================================================
【SVG】
==========================================================================*/
.line-img {
	position: absolute;
	top: -200px;
}
@media (max-width:900px) {
	/*:::::::::::【背景】::::::::::*/
	.line-img {
		top: -150px;
	}
}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	.line-img {
		top: -90px;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【背景】::::::::::*/
	.line-img {
		top: -50px;
	}
}
/*==========================================================================
【お問い合わせフォーム】
==========================================================================*/
.contact-back {
	position: relative;
	padding-top: 100px;
	padding-bottom: 5px;
	background-color: #F0F8FF;
}
.mail-txt {
	margin-bottom: 80px;
}
/*:::::【フォーム】:::::*/
form {
	width: 100%;
	margin: 100px auto;
	padding: 70px 50px;
	border: 2px solid #007ACC;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}
.input-container {
	margin: 20px 0;
}
label {
	font-family: ;
	font-weight: bold;
}
.color-red {
	position: relative;
	z-index: 1;
	color: #FF0004;
}
.form-input, textarea {
	width: 100% !important;
	height: 50px;
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #007ACC;
}
textarea {
	height: 150px !important;
}
/*:::::【お問い合わせ種類】:::::*/
.styled-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 250px;
	margin: 1em 0;
	padding: 0.6em 1.5em 0.6em 0.5em;
	cursor: pointer;
	line-height: 1.4;
	font-size: 0.95em;
	color: #000;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
	background-size: 5px 5px, 5px 5px;
	background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #007ACC;
}
/*:::::【プライバシーポリシー】:::::*/
.privacy-area {
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #007ACC;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	margin-top: 100px;
	color: #000;
}
.privacy-title {
	font-family: "Kiwi Maru";
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	padding: 2% 3%;
	transition: all .5s ease;
	text-align: center;
}
.privacy-area li {
	padding: 20px;
	border-bottom: 1px dashed #007ACC;
}
.first-border {
	border-top: 1px dashed #007ACC;
}
.last-border {
	border-bottom: none !important;
}
.privacy-area span {
	font-weight: bold;
}
/*プライバシーポリシーの電話番号*/
.pp-tel {
	display: block;
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
}
/*:::::【同意ボタン】:::::*/
/*チェックボックスサイズ*/
.checkbox {
	width: 12px;
	height: 12px;
	transform: scale(1.5); /* サイズを1.5倍に拡大 */
	/*margin-right: 5px;*/ /* チェックボックスとテキストの間に余白を追加 */
}
.check-button {
	margin-top: 50px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.check-button label {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*:::::【送信ボタン】:::::*/
.submit-button {
	display: block;
	margin-top: 50px;
	text-align: center;
}
button {
	background-color: #E63946;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 30px;
	border: 1px solid #E63946;
	border-radius: 5px; /* 角を少し丸く */
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.6); /* 通常時のはっきりした影 */
}
button:hover {
	background-color: #C41227;
	transform: translateY(4px); /* 押し込むような動き */
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); /* 押したときは影をほぼなしに */
}
@media (max-width:900px) {
	/*--------------【メールフォーム】----------------*/
	form {
		margin-top: 50px;
		padding: 50px;
	}
	.contact-form-table tr {
		display: flex;
		flex-direction: column;
	}
	.contact-form-table th {
		width: auto;
		text-align: left;
		background-color: inherit;
		padding-bottom: 0;
		border-bottom: none;
	}
	.contact-form-table td {
		width: 100%;
		padding: 10px 20px;
		border-bottom: none;
	}
}
@media (max-width:600px) {
	.mail-txt {
		margin-bottom: 30px;
	}
	/*--------------【メールフォーム】----------------*/
	form {
		padding: 30px 20px 50px 20px;
	}
	.privacy-area {
		margin-top: 50px;
	}
}