@charset "utf-8";

body {
	font-family: "Noto Sans JP", sans-serif !important;
	color: #020202;
	}
.spbr {
	display: none;
}
.pctext {
	display: inline;
	font-size: 20px;
}
.sptext {
	display: none;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
	body {
	overflow-x: hidden; 
    margin: 0;
	}
	section h4.h4-white {
		margin-top: 0;
	}
	.spbr {
    	display: inline;
	}
	.pctext {
    	display: none;
	}
	.sptext {
    	display: inline;
		font-size: 0.9em;
	}
	.pc {
    	display: none;
	}
	.sp {
    	display: inline;
	}
}

.lead {
	font-weight: bold;
	text-align: center;
	margin: 60px auto;
}
.lead span {
	color: #55838D;
	font-size: 22px;
}
.variation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 600;
	margin-bottom: 70px;
}
.variation .pc ul {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 30px;
	margin-top: 40px;
}
.variation .pc ul li:last-child {
    margin-left: 60px;
}
.variation .pc ul li {
	display: flex;
	flex-wrap: wrap;
	width: calc( ( 100% - 80px ) / 5 );
}
.variation .pc ul li span {
	color: #55838D;
	font-weight: 500;
	padding-bottom: 20px;
}
.variation .pc ul li figure {
	margin: 0;
	text-align: center;
}
.variation .pc ul li figure img {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.section_lead {
		width: 100%;
	}
	section h4 {
		font-size: 4vmin !important;
		line-height: 1.5;
	}
	.lead {
		margin: 3em 2.5em;
	}
	.lead span {
		font-size: 1.3em;
	}
	.sp {
		margin-top: 1em;
	}
	.sp span {
		color: #55838D;
	}
	.variation {
		margin: 0 2em 1em;
	}
	.variation .sp ul {
		display: flex;
		width: 100%;
		gap: 2em;
		margin-top: 1em;
	}
	.variation .sp ul li {
		display: flex;
		flex-wrap: wrap;
		width: calc( ( 100% - 2em ) / 3 );
	}
	.variation .sp ul li figure {
		margin: 0;
		text-align: center;
	}
	.variation .sp ul li figure img {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.variation .sp ul li figure figcaption {
		margin-bottom: 1em;
	}
}

section h5 {
	font-size:16px !important;
	line-height:0 !important;
	border-bottom:4px solid #55838D !important;
	border-left:none !important;
	padding: 0px 20px;
}
.h5-right {
	text-align: right;
}
.sp-right {
	display: none;
}
.merit-lead {
	font-weight: 500;
    padding: 5px 0 30px 10px;
}
.merit-lead span {
	font-weight: bold;
}
.merit img {
	display: block;
	margin: 20px auto 10px;
}
.pc-list {
	width: 100%;
    border-collapse: collapse;
	margin: 30px auto 30px;
}
.pc-list tr > *:first-child {
    border-left: none;
}
.pc-list tr > *:last-child {
    border-right: none;
}
.pc-list th {
	width: 20%;
	color: #55838D;
	text-align: left;
	line-height: 40px;
	border: 1px solid #DADADA;
	padding-left: 20px;
}
.pc-list td {
    width: 80%;
	border: 1px solid #DADADA;
	padding-left: 20px;
}
@media (max-width: 768px) {
	section h5 {
		padding: 1em;
		margin: auto;
	}
	.h5-right {
		display: none;
	}
	.sp-right {
		display: block;
		text-align: right;
		padding-bottom: 1em;
	}
	.merit-lead {
		font-size: 0.9em;
		padding: 0 1em;
		margin: 0 0 3em;
	}
	.sp-list {
		width: 100%;
    	border-collapse: collapse;
		margin: 2em auto;
	}
	.sp-lis:last-child {
		margin-bottom: 0;
	}
	.sp-list tr > *:first-child {
		border-left: none;
		border-right: none;
	}
	.sp-list tr > *:last-child {
		border-right: none;
	}
	.sp-list td, .sp-list th {
		width: 50%;
		border: 1px solid #DADADA;
		text-align: center;
		line-height: 2em;
		padding: 1em;
	}
	.sp-list th {
		color: #55838D;
		border: 1px solid #DADADA;
	}
}

.block_point {
	background: #E3EBEC;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 15px;
}
.block_point .point11 {
	flex: 1 1 calc(33.333% - 15px);
	display: flex;
    flex-direction: column;
	text-align: center;
	background: #FFF;
	padding: 25px;
}
.block_point .point11 dt {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: bold;
	color: #55838D;
}
.block_point .point11 dd {
	font-family: "Gothic MB101 Bold", "Noto Sans JP", sans-serif !important;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #666;
	padding: 15px 0;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px; 
	margin-top: 30px;
}
.column {
    flex: 1 1 calc(50% - 20px);
}
.column figure {
	text-align: center;
}
.column figure figcaption {
	font-weight: bold;
	padding-top: 23px;
}
@media (max-width: 768px) {
	.block_point {
		flex-direction: column;
		row-gap: 2em;
		margin: 0 3em;
	}
	.block_point .point11 {
		flex: 1 1 100%;
		padding: 1em;
	}
	.block_point .point11 dt {
		padding-top: 0.3em;
	}
	.block_point .point11 dd {
		font-size: 1.3em;
		font-weight: 600;
	}
	.column h5 {
		font-size: 1.2em !important;
		padding: 1em;
	}
	.row {
		flex-direction: column;
		row-gap: 2em;
		margin: 2em 1em;
	}	
	.row:last-child {
		margin-bottom: 0;
	}	
	.sp-table {
	    display: block;
    	overflow-x: auto;
		width: 100%;
	}
	.sp-spec {
		width: max-content;
		min-width: 100%;
		border-collapse: separate;
    	border-spacing: 0; 
	}
	.sp-spec thead th {
    	position: sticky;
		background: #759AA2;
		color: #fff;
    	top: 0;
    	z-index: 3;
	}
	.sp-spec thead tr:nth-child(2) th {
   		position: sticky;
    	z-index: 4;
	}
	.sp-spec th:first-of-type, .sp-spec td:first-of-type {
		position:sticky;
		border-right: double #DADADA;
		left:0;
		z-index: 5;
	}
	.sp-spec th:nth-child(2), .sp-spec td:nth-child(2) {
    	border-left: none;
	}
	.sp-spec td {
		text-align: center;
		border: 1px solid #DADADA;
		padding: 9px;
	}
	.sp-spec td:first-of-type {
		background: #fff;
	}
}

.specifications {
	font-family: "Noto Sans JP", sans-serif !important;
	}
.pc-spec {
	margin-bottom: 23px;
}
.pc-spec td, th {
	border: 1px solid #DADADA;
	border-collapse: collapse;
	padding: 9px;
}
.pc-spec th {
	background: #759AA2;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
}
.pc-spec .th2 {
	writing-mode: vertical-rl;
}
.pc-spec td {
	width: calc( (100% - 25%) / 4 );
	color: #020202;
	text-align: center;
}
.sp-table {
    display: none;
}
@media (max-width: 768px) {
	.sp-table {
	    display: block;
    	overflow-x: auto;
		width: 100%;
	}
	.sp-spec {
		width: max-content;
		min-width: 100%;
		border-collapse: separate;
    	border-spacing: 0; 
	}
	.sp-spec thead th {
    	position: sticky;
		background: #759AA2;
		color: #fff;
    	top: 0;
    	z-index: 3;
	}
	.sp-spec thead tr:nth-child(2) th {
   		position: sticky;
    	z-index: 4;
	}
	.sp-spec th:first-of-type, .sp-spec td:first-of-type {
		position:sticky;
		border-right: double #DADADA;
		left:0;
		z-index: 5;
	}
	.sp-spec th:nth-child(2), .sp-spec td:nth-child(2) {
    	border-left: none;
	}
	.sp-spec td {
		text-align: center;
		border: 1px solid #DADADA;
		padding: 9px;
	}
	.sp-spec td:first-of-type {
		background: #fff;
	}
	.sp-lead {
		margin: 0 1em;
	}
}

.mitsumori_glassfilm {
	background: #f0f0f0;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.form-group-inline {
	display: inline-block;
}

.form-group {
	font-size: 16px;
	line-height: 1.6;
	margin-right: 20px;
}
.form-group select {
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
	height: 34px;
	padding: 2px;
}
.form-group input {
	font-size: 16px;
	line-height: 1.8;
	text-align: right;
	padding-right: 10px;
}
input#size_h,
input#size_w {
	width: 5em;
}
input#num {
	width: 3em;
}
ul.attention {
	padding-left: 1em;
}
ul.attention li {
	list-style: disc;
}
#calc_result {
	display: none;
	background: #999;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1em;
}
#calc_result h5 {
	color: #fff !important;
	padding: 0;
	font-size: 20px !important;
	margin: 0 0 20px 0;
	font-weight: 500;
}
#calc_result ul {
	padding: 0 10px;
}
#calc_result ul li {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px 10px 0;
}
#calc_result label {
	line-height: 34px;
}
#calc_result input {
	border:0;
	padding:5px;
	font-size:24px;
	font-weight: bold;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:10px;
	width:150px;
	text-align: right;
}
#calc_result input#res_discount_rate,
#calc_result input#res_size_h,
#calc_result input#res_size_w {
	width: 140px;
}
#calc_result input#res_num {
	width: 80px;
}
#calc_result input#res_menseki {
	width: 150px;
}
#calc_result input#res_menseki,
#calc_result input#res_total_price {
	width: 200px;
}

@media screen and (min-width: 768px) {
	.btn-submit {
		display: inline-block;
		border-radius: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid transparent;
		background-color: #55838d;
		border-color: #55838d;
		color: #fff;
		font-size: 118%;
		text-align: center;
		padding: 12px 24px;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		margin: 0;
		cursor: pointer;
		margin: 10px auto;
	}
	.mitsumori_glassfilm {
		margin-top: 100px;
	}
	.mitsumori_glassfilm h2 {
		font-weight: normal;
		text-align: center;
		font-size: 125%;
		margin: 0 0 20px 0;
		background: #999;
		color: #fff;
		padding: 10px 10px;
	}
	.insta-widget {
		margin-top: 20px !important;
	}
}
@media screen and (max-width: 767px) and (min-width: 0px) {
	select, input {
		width: 80% !important;
	}

	.btn-submit {
		display: inline-block;
		border-radius: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid transparent;
		background-color: #55838d;
		border-color: #55838d;
		color: #fff;
		font-size: 118%;
		text-align: center;
		padding: 12px 24px;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		margin: 3px 5px;
		cursor: pointer;
	}

	.mitsumori_glassfilm h2 {
		font-weight: 400;
		margin: 0 0 0.5em 0;
		background: #666;
		color: #fff;
		padding: 0.8em;
		letter-spacing: 0;
		font-size: 118%;
		text-align: center;
	}

	.form-group-inline {
		display: block;
	}

	.form-group label {
		display: block;
	}
	ul.attention {
		margin: 1em 0;
		padding-left: 1em;
	}
	ul.attention li {
		list-style: disc;
	}
	p.center {
		text-align: center;
	}
	#calc_result ul {
		padding: 0;
	}
	#calc_result h5 {
		font-size: 16px !important;
		margin: 0 0 0.5em 0;
	}
	#calc_result ul li {
		display: block;
		font-size: 16px;
		padding: 0;
	}
	#calc_result label {
		display: block;
		font-size:12px;
	}
	#calc_result ul li input {
		width: 100% !important;
		margin: 0 !important;
		font-size:16px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.insta-widget {
		margin-top: 2em !important;
	}
	.mitsumori_glassfilm {
		margin-top: 1em;
	}
}
