#vp-cont-navi * {
	box-sizing: border-box;
}

.vp-cont-navi {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 15px;
	gap: 0.25rem 0.125rem;
}
.vp-cont-navi > li {
	flex: 0 1 calc((100% - 0.375rem) / 4);
}

.vp-cont-navi li {
	margin: 0;
	border: 1px solid #1287d4;
	border-radius: 4px;
	box-sizing: border-box;
}

.vp-cont-navi li a {
	display: block;
	padding: 0.375rem 0.5rem;
}
.vp-cont-navi li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.urethanemat-cta {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin: 1.5rem auto;
}

.urethanemat-cta a {
	display: flex;
	padding: .75rem 1.5rem;
	background-color: #fff;
	color: #e70000;
	border: 2px solid #e70000;
	align-items: center;
	gap: 1rem;
	border-radius: .25rem;
	max-width: 310px;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}

.urethanemat-cta a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.urethanemat-cta a > span {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e70000;
	border-radius: 50%;
}

.urethanemat-cta i {
	font-size: 1.5rem;
}

.urethanemat-cta a[href="#estimate"] i {
	font-size: 1.75rem;
}

.urethanemat-cta p {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	font-size: 15px;
	line-height: 1;
	color: #e70000;
	font-weight: bold;
}

.urethanemat-cta a[href="#estimate"] {
	background-color: #e70000;
	color: #fff;
}

.urethanemat-cta a[href="#estimate"] p {
	color: #fff;
}

.urethanemat-catch {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin: 3.5rem 0 1.5rem;
	padding: 0 0 .75rem;
	line-height: 1.4;
}

.urethanemat-catch--red-line {
	position: relative;
	margin-bottom: 3rem;
}

.urethanemat-catch--red-line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 8px;
	background-color: #e70000;
	border-radius: 25px;
}

.urethanemat-catch--lg {
	font-size: 1.5rem;
}

.urethanemat-problem {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.urethanemat-problem div {
	display: flex;
	flex-direction: column;
}

.urethanemat-problem figure {
	margin: 0 0 1rem;
}

.urethanemat-problem img {
	width: 100%;
	height: auto;
}

.urethanemat-problem h3 {
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	gap: 1rem;
	align-items: center;
	margin: 0 0 1rem;
	line-height: 1;
}

.batsu {
	width: 32px;
	height: 32px;
	background-color: #D9D9D9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
}

.maru {
	width: 32px;
	height: 32px;
	background-color: #e70000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .25rem;
}

.urethanemat-problem ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0 0 0 1.5rem;
	margin-bottom: 1rem;
}

.urethanemat-problem li {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2;
}

.urethanemat-problem li::before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	border-radius: 50%;
	transform: translateY(-50%);
}

.urethanemat-problem p {
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-belt {
	margin: 3.5rem 0 3rem;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding: .75rem 0;
	background-color: #e70000;
	color: #fff;
}

.urethanemat-strength {
	display: flex;
	gap: 2rem;
}

.urethanemat-strength figure {
	position: relative;
	margin: 1rem 0 0;
}

.urethanemat-strength figure img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -25%);
}

.urethanemat-strength li {
	margin-bottom: 1.5rem;
}

.urethanemat-strength p {
	display: flex;
	gap: 1rem;
	line-height: 1;
	align-items: center;
	font-weight: bold;
}

.urethanemat-strength-number {
	font-size: 42px;
	line-height: 1;
}

.urethanemat-strength-text {
	font-size: 30px;
	line-height: 1;
	color: #e70000;
}

.urethanemat-strength-description {
	display: block;
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-use-cases {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.urethanemat-use-cases li {
	display: flex;
	flex-direction: column;
}

.urethanemat-use-cases figure {
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-bottom: .5rem;
}

.urethanemat-use-cases img {
	width: 100%;
	height: auto;
}

.urethanemat-use-cases figcaption {
	display: block;
	text-align: center;
	padding: .5rem 0;
	font-size: 1rem;
	font-weight: bold;
	background-color: #E6E6E6;
}

.urethanemat-use-cases p {
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
}

.urethanemat-title-gray {
	margin: 3rem 0 1.25rem;
	font-size: 1.25rem;
	padding: .5rem 1rem;
	background-color: #f0f0f0;
	font-weight: bold;
	line-height: 1.4;
}

.urethanemat-core {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.urethanemat-core > li {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	border: 1px solid #ececec;
	padding: .25rem;
}

.urethanemat-core figure {
	margin: 0;
}

.urethanemat-core img {
	width: 100%;
	height: auto;
}

.urethanemat-core-title {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.urethanemat-core-price {
	display: flex;
	border: 1px solid #ddd;
	border-radius: .25rem;
	padding: .5rem 1rem;
	font-weight: bold;
	font-size: .875rem;
	margin: 0 .25rem;
	line-height: 1;
	justify-content: center;
}

.urethanemat-core-price dt {

}

.urethanemat-core-price dd {
	color: #e70000;
}

.urethanemat-core ul {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 2rem;
	margin: .25rem 0;
	gap: .25rem;
}

.urethanemat-core ul li {
	position: relative;
	font-weight: bold;
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-core ul li::before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 50%;
	width: 11px;
	height: 11px;
	background-color: #23A334;
	border-radius: 50%;
	transform: translateY(-50%);
}

.urethanemat-core p:not(.urethanemat-core-title) {
	margin: 0;
	font-size: .875rem;
	line-height: 1.5;
	margin: 0 .25rem;
}

.urethanemat-core-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3.25rem;
}

.urethanemat-core-table tbody th,
.urethanemat-core-table td {
	text-align: center;
	font-size: .875rem;
	padding: .5rem .5rem;
	line-height: 1.5;
}
.urethanemat-core-table td.font-big {
	font-size: 1.25rem;
}

.urethanemat-core-table th {
	font-weight: bold;
}

.urethanemat-core-table thead th {
	background-color: #707070;
	color: #fff;
	font-size: 1.125rem;
	padding: .875rem .5rem;
	line-height: 1.5;
	text-align: center;
}

.urethanemat-core-table thead th:first-child {
	font-size: .875rem;
}

.urethanemat-core-table tr > * {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.urethanemat-core-table tr > *:last-child {
	border-right: 1px solid #ccc;
}

.urethanemat-core-table tbody tr:last-child > * {
	border-bottom: 1px solid #ccc;
}

.urethanemat-core-table thead th:first-child {
	width: 88px;
}

.urethanemat-core-table tbody th {
	background-color: #efefef;
}

.urethanemat-note {
	position: relative;
	padding: 2rem 1.5rem 1.5rem;
	border: 2px solid #FFC778;
}

.urethanemat-note dt {
	position: absolute;
	top: 0;
	left: 42px;
	display: flex;
	align-items: center;
	background-color: #fff;
	gap: 10px;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 1.125rem;
	color: #FFC778;
	padding: 0 .5rem;
}

.urethanemat-note dt img {
	width: 26px;
	height: 26px;
}

.urethanemat-note dd {
	margin: 0;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	line-height: 1.25;
}

.urethanemat-title-border {
	font-size: 1.125rem;
	background-color: #f0f0f0;
	padding: .5rem 1rem;
	border-left: 6px solid #e70000;
	font-weight: bold;
	line-height: 1.75;
	margin: 3rem 0 1.25rem;
}

.urethanemat-lineup {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.urethanemat-lineup li {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.urethanemat-lineup-catch {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #e70000;
}

.urethanemat-lineup li > div {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	border: 1px solid #ececec;
	padding: .25rem;
}

.urethanemat-lineup figure {
	margin: 0;
}

.urethanemat-lineup img {
	width: 100%;
	height: auto;
}

.urethanemat-lineup ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: .25rem;
	margin-bottom: .125rem;
}

.urethanemat-lineup ul li {
	width: 37px;
	height: 37px;
}

.urethanemat-lineup-title {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	margin: 0;
}

.urethanemat-lineup-feature {
	display: flex;
	margin: 0 1rem;
	gap: 1.25rem;
}

.urethanemat-lineup-feature dl {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: .25rem;
	flex: 1;
}

.urethanemat-lineup-feature dt {
	font-size: .75rem;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: .25rem;
}

.urethanemat-lineup-feature dd {
	font-size: .75rem;
	padding: .25rem;
	text-align: center;
}

.urethanemat-lineup-color {
	display: block;
	text-align: center;
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-lineup-price {
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-lineup-price dd {
	color: #e70000;
}

.urethanemat-lineup-catalog {
	display: flex;
	border-radius: .25rem;
	background-color: #cecece;
	gap: .5rem;
	padding: .375rem .75rem;
	margin: 0 auto;
	align-items: center;
}

.urethanemat-lineup-catalog:hover {
	text-decoration: none;
	opacity: 0.8;
}

.urethanemat-lineup-catalog .icon {
	width: 20px;
	height: 20px;
	background-color: #ec515b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.urethanemat-lineup-catalog i {
	color: #fff;
	font-size: 1rem;
	transform: translateX(1px);
}

.urethanemat-lineup-catalog span:not(.icon) {
	font-size: .625rem;
	color: #333;
	line-height: 1.5;
}

.urethanemat-lineup-description {
	margin: 0 .25rem;
	font-size: .875rem;
	line-height: 1.5;
}

.urethanemat-lineup-subtitle {
	margin: 3rem 0 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: bold;
	padding: .5rem 1rem;
	border-bottom: 2px solid #ccc;
}

.urethanemat-color-tab {
	display: flex;
	gap: .5rem;
	margin-bottom: 1.25rem;
}

.urethanemat-color-tab li {
	background-color: #efefef;
	color: #333;
	border-radius: .375rem;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
	padding: .5rem 1rem;
	cursor: pointer;
	transition: .2s ease-in-out;
}

.urethanemat-color-tab li.active,
.urethanemat-color-tab li:hover {
	background-color: #226699;
	color: #fff;
}

.urethanemat-color-list {
	display: none;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
}

.urethanemat-color-list li {
	display: flex;
	flex-direction: column;
	gap: .375rem;
	align-items: center;
}

.urethanemat-color-list img {
	width: 68px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
	border-radius: 50%;
}

.urethanemat-color-list span {
	font-size: 10px;
	white-space: nowrap;
}

.urethanemat-color-list.active {
	display: grid;
}

.urethanemat-change {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 3rem;
}

.urethanemat-change div {
	display: flex;
	flex-direction: column;
	border: 1px solid #e6e6e6;
}

.urethanemat-change span {
	display: block;
	font-size: 1.25rem;
	line-height: 1;
	padding: 1rem 1.25rem;
	font-weight: bold;
	background-color: #E6E6E6;
}

.urethanemat-change figure {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem;
}

.urethanemat-change img {
	max-width: 100%;
	height: auto;
}

.urethanemat-change p {
	font-size: 15px;
	line-height: 1.5;
	padding: 0 1.25rem 1.25rem;
}

.urethanemat-option {
	display: flex;
	gap: 40px;
	margin-bottom: 1.5rem;
}

.urethanemat-option figure {
	width: 420px;
	flex-shrink: 0;
	margin: 0;
}

.urethanemat-option img {
	width: 100%;
	height: auto;
}

.urethanemat-option > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.urethanemat-option span {
	font-size: 1.25rem;
	font-weight: bold;
	display: block;
	margin-bottom: .5rem;
	line-height: 1.4;
}

.urethanemat-option ul {
	padding: 0 0 0 1.5rem;
	margin: 0 0 .5rem;
	display: flex;
	flex-direction: column;
	gap: .125rem;
}

.urethanemat-option li {
	position: relative;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.5;
}

.urethanemat-option li::before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #e70000;
	border-radius: 50%;
	transform: translateY(-50%);
}

.urethanemat-option p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.urethanemat-price {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.urethanemat-price > div {
	padding: 1.5rem;
	border: 5px solid #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.urethanemat-price figure {
	margin: 0 1rem .5rem;
	text-align: center;
}

.urethanemat-price img {
	width: 100%;
	height: auto;
}

.urethanemat-price-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-bottom: .375rem;
	border-bottom: 1px solid #062D87;
	width: 100%;
	margin-bottom: .5rem;
}

.urethanemat-price-title span:nth-child(1) {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	color: #062D87;
}

.urethanemat-price-title span:nth-child(2) {
	font-size: 13px;
	line-height: 1.2;
}

.urethanemat-price dl {
	font-size: 13px;
	line-height: 1.2;
	width: 100%;
}

.urethanemat-price dl div {
	display: flex;
}

.uretanemat-price-amount {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
}

.uretanemat-price-amount > span:nth-child(1) {
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
}

.uretanemat-price-amount span:nth-child(2) {
	display: flex;
	align-items: baseline;
	gap: .125rem;
}

.uretanemat-price-text {
	color: #E50112;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
}

.uretanemat-price-tax {
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
}



/**************************************************************************************************

決済・納期など

**************************************************************************************************/
.tr_informationBox_tit {
	margin: 50px 0 0 0;
	padding: 8px 10px;
	border-radius: 4px 4px 0 0;
	background: #ddd;
	font-size: 14px;
	line-height: 1.3em;
	color: #000;
}

.tr_informationBox_tit i {
	width: 1.5em;
}

.tr_informationBox {
	border: solid 1px #ddd;
	border-top: 0 none;
	border-radius: 0 0 4px 4px;
	margin: 0;
	padding: 7px 27px;
	box-sizing: border-box;
}

.tr_informationBox dl {
	margin: 20px 0;
}

.tr_informationBox dl dt {
	display: inline-block;
	width: 189px;
	vertical-align: top;
	margin: 0 25px 0 0;
	padding: 12px 10px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	color: #000;
	box-sizing: border-box;
}

.tr_informationBox dl dt.info1:before {
	font-family: "Font Awesome 5 Free";
	content: '\f157';
	font-weight: 900;
	padding-right: 0.5em;
	font-size: 110%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info2:before {
	font-family: "Font Awesome 5 Free";
	content: '\f073';
	font-weight: 900;
	padding-right: 0.5em;
	font-size: 110%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info3:before {
	font-family: "Font Awesome 5 Free";
	content: '\f2f1';
	font-weight: 900;
	padding-right: 0.5em;
	font-size: 110%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info4:before {
	font-family: "Font Awesome 5 Free";
	content: '\f70e';
	font-weight: 900;
	padding-right: 0.5em;
	font-size: 110%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info1 .cap {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

.tr_informationBox dl dd {
	width: 620px;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.tr_informationBox dl dd p {
	margin: 0 auto 1em auto;
	font-size: 13px;
	line-height: 1.5;
}

.tr_informationBox dl dd.sample {
	width: 475px;
	padding: 0;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
}

.tr_informationBox dl dd.sampleBtn {
	width: 124px;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.tr_informationBox dl dd.sampleBtn a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 124px;
	padding: 12px 0 10px 0;
	margin: 0;
	background: linear-gradient(#f85945, #e50514);
	border: solid 3px #e50514;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.tr_informationBox dl dd.sampleBtn a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	position: absolute;
	color: #fff;
	font-weight: 900;
	font-size: 70%;
	top: 30%;
	right: 10px;
}

.tr_informationBox dl dd.sampleBtn a:hover {
	opacity: .8;
}

.tr_informationBox ul li {
	background: #fff;
	width: 200px;
	margin: 0;
	display: inline-block;
}

.tr_informationBox ul li:nth-child(even) {
	margin: 0 10px;
}

.tr_informationBox ul li h4 {
	background: #efefef;
	border-bottom: 1px solid #356503;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #356503;
	padding: 10px 0 8px 0;
	line-height: 1.4em;
}

.tr_informationBox ul li p {
	font-size: 13px;
	padding: 10px;
	line-height: 1.4em;
}

.tr_informationBox .attenBox {
	background: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}

.tr_informationBox .attenBox h4 {
	background: #e50112;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 10px 0 8px 0;
	line-height: 1.4em;
	position: relative;
}

.tr_informationBox .attenBox h4:before {
	font-family: "Font Awesome 5 Free";
	content: '\f06a';
	position: absolute;
	color: #fff;
	font-weight: 900;
	font-size: 110%;
	top: 20%;
	left: 355px;
}

.tr_informationBox .attenBox p {
	padding: 20px;
}

.urethanemat-estimate-box h3 {
    background: linear-gradient(#4b4b4b, #313536);
    border: solid 3px #131915;
    border-radius: 3px;
    line-height: 1.0em;
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 25px 0 13px 20px;
    margin: 50px 0 20px 0;
    text-shadow: 1px 1px 0px #000;
    position: relative;
}

.urethanemat-estimate-box h3 span {
    font-size: 14px;
}

.urethanemat-estimate-box h3:after {
    border: 30px solid transparent;
    border-top-color: #313536;
    border-bottom-width: 0;
    bottom: -30px;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}

.urethanemat-estimate-box .ttlBox {
    padding: 10px;
    margin: 50px 0 20px 0;
    border: solid 1px #ccc;
    background: #efefef;
    border-radius: 2px;
    box-sizing: border-box;
}

.urethanemat-estimate-box .ttlBox .point {
    width: 55px;
    height: 55px;
    vertical-align: middle;
    display: inline-block;
    background: linear-gradient(#4b4b4b, #313536);
    margin: 0 15px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.urethanemat-estimate-box .ttlBox .point p.cap {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 1.0em;
    margin: 7px 0 0 0;
}

.urethanemat-estimate-box .ttlBox .point p {
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}

.urethanemat-estimate-box .ttlBox h4 {
    font-size: 22px;
    line-height: 1.5em;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    display: inline-block;
}


label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 30px;
    cursor: pointer;
}


.tr_estStep1,
.tr_estStep2 {
    display: grid;
    margin: 30px 0;
    height: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 10px;
}

.tr_estStep1 .frame,
.tr_estStep2 .frame {
    margin: 0;
    padding: 0;
}

.check {
    display: none;
}

.check:checked + .b-sheet-check-item,
.check:checked + .truck-check-item {
    border: 5px solid #447ff6;
    background: #f1f8ff;
}

.b-sheet-check-item {
    position: relative;
    display: block;
    height: 100%;
    background: transparent;
    padding: 20px 15px;
    border: 5px solid #efefef;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.b-sheet-check-item h4 {
    margin-top: 0.8em;
    font-size: 16px;
    line-height: 1.3;
	white-space: nowrap;
	text-align: center;
}

.tr_estStep1 h4 {
	font-size: 15px;
}

.b-sheet-check-item ul li span,
.truck-check-item ul li span {
    display: block;
    margin: 0 -0.8em 0.5em -0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}

.b-sheet-check-item .thumb {
    margin-top: 2em;
    display: block;
}

.b-sheet-check-item .thumb img,
.truck-check-item img {
    pointer-events: none;
	width: 100%;
}

.tr_informationBox_tit {
    margin: 50px 0 0 0;
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    font-size: 14px;
    line-height: 1.3em;
    color: #000;
}

.tr_informationBox_tit i {
    width: 1.5em;
}

.tr_informationBox {
    border: solid 1px #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 7px 27px;
    box-sizing: border-box;
}

.tr_informationBox dl {
    margin: 20px 0;
}

.tr_informationBox dl dt {
    display: inline-block;
    width: 189px;
    vertical-align: top;
    margin: 0 25px 0 0;
    padding: 12px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #000;
    box-sizing: border-box;
}

.tr_informationBox dl dd {
    width: 620px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.tr_informationBox dl dt.info1:before {
    font-family: "Font Awesome 5 Free";
    content: '\f157';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info2:before {
    font-family: "Font Awesome 5 Free";
    content: '\f073';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info3:before {
    font-family: "Font Awesome 5 Free";
    content: '\f2f1';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


.tr_informationBox dl dd p {
    margin: 0 auto 1em auto;
    font-size: 13px;
    line-height: 1.5;
}

.tr_informationBox dl dt.info4:before {
    font-family: "Font Awesome 5 Free";
    content: '\f70e';
    font-weight: 900;
    padding-right: 0.5em;
    font-size: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tr_estContactBox {
    margin: 50px 0 0 0;
    background: #e6e6e6;
    padding: 25px 15px;
}

.tr_estContactBox .contactBtn a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    background: linear-gradient(#f85945, #e50514);
    border: solid 3px #e50514;
    line-height: 1.2em;
    width: 540px;
    padding: 23px 0 20px 0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.tr_estContactBox .contactBtn a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    position: absolute;
    color: #fff;
    font-weight: 900;
    font-size: 130%;
    top: 38%;
    left: 40px;
}

.tr_estContactBox .contactBtn a span {
    font-size: 14px;
    font-weight: normal;
}

.tr_estContactBox .contactBtn a:hover {
	opacity: .8;
}

.bluesheet-input-unit {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 38px;
    padding: 0.3em 1em 0.3em 0;
    border: 5px solid #efefef;
    border-left: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.meters {
    display: flex;
    margin: 10px 0 0 2em;
}

[data-display='width-m'], [data-display='height-m'] {
    /* width: 14em; */
    text-align: right;
    flex-grow: 1;
}

.simVinylcurtainItemSizeM:after {
    content: "メートル";
    padding-left: 0.5em;
    font-size: 1em;
}

.b-sheet-order-guide {
    padding: 0 20px;
    border: 2px dotted #4e9975;
    border-radius: 5px;
    background: #eef9f4;
    color: #036638;
    text-align: left;
}

.b-sheet-order-guide-ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.b-sheet-order-guide p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.4;
    color: #036638;
}

.tr_estStep2-note {
    padding: 20px 35px;
    border-top: 1px solid #ccc;
}

.tr_estStep2-note p {
    font-size: 14px;
    text-align: left;
    color: #666;
}

.tr_estStep2-note p a {
    color: #447ff6;
}

.itemBtnBase {
    margin: 1.5rem 0px 0px 0px;
    text-align: right;
}

#bluesheet .itemBtn1, #aoriseat .itemBtn1, #nidainet .itemBtn1, #hoshu .itemBtn1 {
    border: 1px solid #447ff6;
    background: #447ff6;
}

span.error {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
}

.check:checked + .b-sheet-check-item span:before,
.check:checked + .truck-check-item span:before {
    background: #fff;
    border: 1px solid #447ff6;
}

.check + .b-sheet-check-item span:before,
.check + .truck-check-item span:before {
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    border: 1px solid #999;
}

.check + .b-sheet-check-item span:before,
.check + .b-sheet-check-item span:after,
.check + .truck-check-item span:before,
.check + .truck-check-item span:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.check:checked + .b-sheet-check-item span:after,
.check:checked + .truck-check-item span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.check + .b-sheet-check-item span:after,
.check + .truck-check-item span:after {
    opacity: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -6px;
    transform: translate(0, -50%);
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #447ff6;
    -webkit-transform: scale(2);
    transform: scale(2);
}


.truck-check-item {
	position: relative;
	display: block;
	height: 100%;
	background: transparent;
	padding: 20px 15px;
	border: 5px solid #efefef;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.truck-check-item .thumb {
	margin-top: 2em;
	display: block;
}

.truck-check-item .gom_need {
	margin: 2em auto 0;
	max-width: 120px;
}

.truck-check-item h4 {
	margin-top: 0.8em;
	font-size: 16px;
	line-height: 1.3;
}

.nidai_estimateBox .truck-check-item h4 {
	font-size: 15px;
}

.truck-check-item ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1em 0;
	font-size: 12px;
}

.truck-check-item ul li {
	padding: 0.5em 0.8em;
	width: calc((100% - 10px) / 2);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
}

.truck-check-item ul li span {
	display: block;
	margin: 0 -0.8em 0.5em -0.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}

.truck-check-item .price {
	margin: 1em 0;
	font-size: 13px;
	font-weight: bold;
	color: #e50112;
}

.truck-check-item .price span {
	padding-left: 0.3em;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.tr_estStep2 select {
	width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
}

.tr_estStep2 select.error {
	border-color: #ff0000;
	background: #fff0f0;
	box-shadow: 0 0 3px #ff0000;
}

.tr_estStep3-measurement {
	margin-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.tr_estStep3 ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 35px 0 35px;
	gap: 20px;
}

.tr_estStep3 li {
	position: relative;
	text-align: left;
}

.tr_estStep3 li div {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.truck-input-unit {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 38px;
	padding: 0.3em 1em 0.3em 0;
	border: 5px solid #efefef;
	border-left:none;
	border-radius: 0 8px 8px 0;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.tr_estStep3 ul li input[type=text] {
	width: 120px;
	height: 54px;
	line-height: 54px;
	padding: 0.3em 0.25em 0.3em 1em;
	border: 5px solid #efefef;
	border-right:none;
	border-radius: 8px 0 0 8px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
}

.tr_estStep3 ul li input[type="text"]:focus,
.tr_estStep3 ul li input[type="text"]:focus + .truck-input-unit {
	border-color:#447ff6;
	background: #f1f8ff;
	outline: none;
}

.tr_estStep4 .frame {
	margin: 30px 0;
}

.tr_estStep4 .frame dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
}

.tr_estStep4 .frame:last-child dl {
	padding-bottom: 0;
	border-bottom: none;
}

.tr_estStep4 .frame dl dt {
	width: 34%;
}

.tr_estStep4 .frame dl dd {
	width: 22%;
	text-align: center;
}

.tr_estStep4 .frame dl dt h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}

.tr_estStep4 .frame dl dt .hatena {
	margin-top: 0.5em;
}

.tr_estStep4 .frame dl dd p {
	display: inline-block;
	margin: 0.5em 1em 0 1em;
	padding: 5px 0.8em;
	border-radius: 12px;
	background: #f8f8f8;
	font-size: 14px;
	line-height: 1;
	color: #999;
}

.tr_estStep4 input[type=radio] {
	display: none;
}

.tr_estStep4 label {
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0 1em;
	border: 5px solid #efefef; /* ラベルの境界線を実線で指定する */
	border-radius: 8px;
	background: #efefef;
	cursor: pointer;
}

.tr_estStep4 label img {
	display: block;
	border-radius: 4px;
}

.tr_estStep4 label:hover img {
	opacity: 0.8;
}

.tr_estStep4 input[type=radio]:checked + label {
	border: 5px solid #447ff6;
	background: #447ff6;
}

.tr_estStep4 input[type=radio]:checked + label + p {
	background: #447ff6;
	color: #fff;
}


/*-- FAXここから --*/
.tr_faxBox {
    margin: 0;
}

.tr_faxBox ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.tr_faxBox ul li a {
    display: block;
    text-decoration: none;
}

.tr_faxBox ul li p {
    margin: 10px 0 0 0;
    font-size: 0.9rem;
    line-height: 1.4em;
    text-align: center;
    color: #447ff6;
}

.tr_faxBox ul li .faxBtn {
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 8px 12px;
    border: 1px solid #447ff6;
    border-radius: 4px;
    background: #447ff6;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.tr_faxBox ul li .faxBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    padding-right: 0.3em;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*-- FAXここまで --*/

.tr_faqBox {
	width: 900px;
	margin: 0;
	margin-bottom: 40px;
}

.tr_faqBox .red {
	color: #e50112;
}

.tr_faqBox dt {
	/* cursor:pointer; */
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: 99% center;
	border-bottom: dotted 1px #ccc;
	padding: 20px 30px 20px 40px;
	font-size: 15px;
	line-height: 1.6em;
	position: relative;
}

.tr_faqBox dt span {
	font-weight: bold;
}

.tr_faqBox dt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f059";
	font-size: 130%;
	position: absolute;
	color: #e50112;
	font-weight: 900;
	top: 30%;
	left: 5px;
}

.tr_faqBox dd,
.aori_faqBox dd,
.nidai_faqBox dd,
.hoshu_faqBox dd {
	/*display:none;*/
	font-size: 15px;
	line-height: 140%;
	border-bottom: dotted 1px #ccc;
	padding: 20px 30px 20px 40px;
	line-height: 1.6em;
	position: relative;
}

.tr_faqBox dd:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	font-size: 130%;
	position: absolute;
	color: #e50112;
	font-weight: 900;
	top: 20px;
	left: 5px;
}

.tr_faqBox dd p,
.aori_faqBox dd p,
.nidai_faqBox dd p,
.hoshu_faqBox dd p {
	margin: 0 0 20px 0;
}

.tr_faqBox dt.active {
	background-image: url(../../trackseat/img/faq_close.png);
	background-size: 12px auto;
}

.tr_faqBox dt.over,
.aori_faqBox dt.over,
.nidai_faqBox dt.over,
.hoshu_faqBox dt.over {
	background-color: #faf5e7;
}

#estimate_box {
	position: fixed;
	bottom: 10px;
	right: 160px;
	display: none;
}

#estimate_box ul {
	display: flex;
}

#estimate_box ul li {
	width: 220px;
	min-height: 70px;
	font-size: 1.8em;
	text-align: center;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
	z-index: 99;
}

#estimate_box .tel {
	color: white;
	background-color: #11cc11;
	display: none;
}

#estimate_box .detail {
	color: white;
	background-color: #e60012;
	display: flex;
}

#estimate_box a {
	color: white;
	margin: auto;
	text-decoration: none;
	transform: translateY(50%);
}

#estimate_box .detail a:link {
}

#estimate_box .detail a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -20px;
	left: 50%;
}

#estimate_box .detail a[data-type='show']:before {
	content: "\f106";
}

#estimate_box .detail a[data-type='hide']:before {
	content: "\f107";
}

#estimate_box .detail a[data-type='hide'] {
	display: none;
}

#estimate_box .result {
	color: white;
	background-color: #447ff6;
}

#estimate_box .total_price {
	background-color: white;
	border-radius: 5px;
	text-align: right;
	margin: 5px;
	padding: 5px;
}

#estimate_box .total_price strong:before {
	content: "合計(税抜)";
	font-size: 0.5em;
	color: black;
	font-weight: normal;
	margin-right: 15px;
}

#estimate_box .total_price strong {
	font-size: 1.5em;
	color: crimson;
	font-weight: bold;
}

#estimate_box .submit_estimate_form_button {
	color: white;
	font-weight: bold;
}

#estimate_box .submit_estimate_form_button:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin-left: 3px;
}

#estimate_detail_box {
	background-color: #e60012;
	border-radius: 5px 5px 0px 0px;
	width: 500px;
	padding: 5px;
	z-index: 99;
	position: fixed;
	right: 160px;
	bottom: 0px;
	display: none;
}

#estimate_detail_box h2 {
	margin: auto;
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 1.5em;
}

#estimate_detail_box .estimate_inner_box {
	background-color: white;
	z-index: 100;
	padding: 10px;
}

.estimate_inner_box table {
	margin: 5px;
	width: 100%;
	margin: auto;
}

.estimate_inner_box table:nth-child(-n+2) {
	margin-bottom: 15px;
}

.estimate_inner_box th {
	width: 30%;
	font-weight: bold;
	text-align: center;
}

.estimate_inner_box td {
	padding: 5px;
	width: 70%;
	text-align: right;
	font-size: 1.2em;
}

.estimate_inner_box tr:last-child td {
	color: crimson;
	font-size: 1.5em;
	font-weight: bold;
}

.estimate_inner_box th {
	padding: 5px;
	font-size: 1.5em;
}

.estimate_inner_box .item_price th {
	background-color: #ffdddd;
	color: #cc0000;
	border: 1px solid #cc0000;
}

.estimate_inner_box .item_price td {
	border: 1px solid #cc0000;
}

.estimate_inner_box .option_price th {
	background-color: #b9dcff;
	color: #447ff6;
	border: 1px solid #447ff6;
}

.estimate_inner_box .option_price td {
	border: 1px solid #447ff6;
}

.estimate_inner_box .gom_rope_price th {
	background-color: #a4dfc5;
	color: #036638;
	border: 1px solid #036638;
}

.estimate_inner_box .gom_rope_price td {
	border: 1px solid #036638;
}

.total_price b.largeNotes {
	font-size: 9pt;
	color: #cc0000;
	display: block;
	text-align: left;
	line-height: 120%;
}

.estimate_inner_box p {
	font-size: 1.0em;
	color: #cc0000;
	margin-top: 3px;
}

#estimate_box {
	z-index: 1;
}

.simAtten {
	display: inline-block;
	color: #FF9F02;
	border: solid 2px #FF9F02;
	border-radius: 7px;
	padding: 10px;
	font-size: 15px;
	line-height: 22px;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	text-align: center;
	width: -webkit-fill-available;
}

@media (min-width: 769px) {
	.sp-only {
		display: none;
	}
}

@media (max-width: 768px) {
	.vp-cont-navi {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 15px;
		gap: 0.25rem 0.125rem;
	}
	.vp-cont-navi > li {
		flex: 0 1 calc((100% - 0.125rem) / 2);
		font-size: .75rem;
	}

	.urethanemat-cta {
		flex-direction: column;
		gap: 0.5rem;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-cta a {
		flex: none;
		max-width: none;
	}

	.urethanemat-problem {
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-problem {
		gap: 0.5rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.urethanemat-problem li {
		font-size: .875rem;
	}

	.urethanemat-strength {
		flex-direction: column;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-strength figure {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.urethanemat-strength figure img:nth-child(2) {
		max-width: 300px;
	}

	.urethanemat-catch--lg {
		font-size: 1.25rem;
	}

	.urethanemat-use-cases {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .75rem;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-core {
		margin-left: .5rem;
		margin-right: .5rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1.5rem;
	}

	.urethanemat-core-table {
		margin-left: .5rem;
		margin-right: .5rem;
		width: calc(100% - 1rem);
	}

	.urethanemat-core-table thead th {
		padding: .5rem .25rem;
		font-size: .875rem;
	}

	.urethanemat-core-table tbody th,
	.urethanemat-core-table td {
		padding: .5rem .25rem;
		font-size: .75rem;
	}

	.urethanemat-note {
		margin-left: .5rem;
		margin-right: .5rem;
		padding: 1.5rem 1rem 1rem;
	}

	.urethanemat-note dt {
		left: 24px;
	}

	.urethanemat-note dd {
		line-height: 1.4;
	}

	.urethanemat-lineup {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-color-tab {
		flex-wrap: wrap;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-color-list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1rem;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-change {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.urethanemat-option {
		flex-direction: column;
		margin-left: .5rem;
		margin-right: .5rem;
		margin-bottom: 3rem;
	}

	.urethanemat-option figure {
		max-width: 100%;
	}

	.urethanemat-option > div {
		gap: 1.5rem;
	}

	.urethanemat-price {
		margin-left: .5rem;
		margin-right: .5rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.tr_informationBox_tit {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 18px;
	}

	.tr_informationBox {
		width: auto;
		margin: 0 8px;
		padding: 0;
		border-radius: 0 0 4px 4px;
	}

	.tr_informationBox dl {
		margin: 0;
	}

	.tr_informationBox dl dt {
		position: inherit;
		display: block;
		margin: auto;
		padding: 10px 1em;
		width: auto;
		border: none;
		border-radius: inherit;
		background: #efefef;
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
		color: #000;
	}

	.tr_informationBox dl dt:before {
		position: inherit !important;
		top: inherit !important;
		left: inherit !important;
		padding-right: 0.3em;
		color: inherit !important;
	}

	.tr_informationBox dl dd {
		display: block;
		padding: 0 15px;
		width: auto;
	}

	.tr_informationBox dl dd.sample {
		display: block;
		padding: 15px;
		width: auto;
	}

	.tr_informationBox dl dd.sampleBtn {
		display: block;
		width: auto;
		text-align: center;
	}

	.tr_informationBox dl dd.sampleBtn a {
		position: inherit;
		display: inline-block;
		margin: 0 auto;
		padding: 10px 25px;
		width: auto;
		border: solid 2px #e50514;
		font-weight: normal;
	}

	.tr_informationBox dl dd.sampleBtn a::before {
		position: inherit;
		top: inherit;
		right: inherit;
		padding-right: 0.5em;
	}

	.tr_informationBox dl dd p {
		margin: 1em auto;
		font-size: 13px;
	}

	.tr_informationBox ul {
	}

	.tr_informationBox ul li,
	.tr_informationBox ul li:nth-child(2n) {
		display: flex;
		margin: 0 0 10px 0;
		width: auto;
	}

	.tr_informationBox ul li:last-child {
		margin: 0 0 0 0;
	}

	.tr_informationBox ul li h4 {
		flex-shrink: 0;
		padding: 8px;
		width: 25vw;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.2;
		box-sizing: border-box;
	}

	.tr_informationBox ul li p {
		padding: 8px;
		font-size: 12px;
	}

	.urethanemat-estimate-box h3 {
		margin: 50px 8px 20px 8px;
		padding: 25px 8px 13px 8px;
		font-size: 24px;
		border-radius: 3px;
	}

	.urethanemat-estimate-box h3 span{
		display: block;
		margin-top: 1em;
		font-size: 12px;
		line-height: 1.3;
	}

	.urethanemat-estimate-box .ttlBox h4{
		font-size: 16px;
	}

	.tr_estStep1,
	.tr_estStep2 {
		margin-left: .5rem;
		margin-right: .5rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .5rem;
	}

	.b-sheet-check-item h4 {
		white-space: wrap;
		font-size: .875rem;
	}

	.truck-check-item ul {
		flex-direction: column;
		justify-content: center;
		gap: .5rem;
	}

	.truck-check-item ul li {
		width: 100%;
		padding: .25em .5em;
	}


	.tr_estStep3 {
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.tr_estStep3 ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.vpNote {
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.tr_estStep4 {
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.tr_estStep4 .frame dl dt {
		width: 100%;
		margin-bottom: .5rem;
	}

	.tr_estStep4 .frame dl dd {
		width: 50%;
	}

	.tr_estContactBox .contactBtn a {
		width: 100%;
	}

	.tr_estContactBox .contactBtn a:before {
		left: 20px;
	}

	.tr_faqBox {
		width: calc(100% - 1rem);
		margin-left: .5rem;
		margin-right: .5rem;
	}
}

@media (max-width: 480px) {

	#estimate_box {
		right: 0px;
		width: 100%;
	}

	#estimate_box a{
		transform: translateY(15%);
    }

	#estimate_box ul{
	  justify-content: center;
	  align-items: stretch;
	}

	#estimate_box ul li{
		min-height: 70px;
		margin: 0 2px;
		font-size: 0.7em;
	}
	#estimate_box ul li.detail,
	#estimate_box ul li.tel{
		text-align: center;
		flex-basis: 20%;
		display: flex;
	}
	#estimate_box ul li.detail i,
	#estimate_box ul li.tel i{
		color:white;
		font-size: 3.2em;
		display: block;
	}

	#estimate_box ul li.result{
		flex-basis: 60%;
	}
	#estimate_box .detail a:before,
	#estimate_box .detail a:after{
		top :-20px;
		transform: translateX(-20%);
	}

	#estimate_box .submit_estimate_form_button{
		margin: 4px;
	}
	#estimate_box .total_price strong:before{
		font-size: 0.6em;
		margin-right: 7px;
	}
	#estimate_box .total_price strong{
		font-size: 1.3em;
	}

	/**
	お見積り内訳
	*/
	#estimate_detail_box{
		width: 95%;
		margin : 5px auto;
		right: 10px;
	}

	#estimate_detail_box h2{
		font-size: 1.0em;
	}

	.estimate_inner_box table,
	.estimate_inner_box th,
	.estimate_inner_box td{
		font-size : 0.9em;
	}
	.estimate_inner_box td{
		text-align: left;
	}
	.estimate_inner_box tr:last-child td{
		text-align: right;
		font-size: 1.0em;
	}


}

.coreprice_text{
	font-size: 0.8rem;
	margin-top: -2.15rem;
	margin-bottom: 3.25rem;
}
