@charset "UTF-8";


.main {
	width: 80%;
	margin: 0 auto;
}



h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #1b2943;;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	margin-top: 1em;
}



.cw-header__mainlead {
	padding: 0.5em 0;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
	border-top: 1px solid #1b2943;;
}

@media screen and (min-width: 768px) {
	.cw-header__mainlead {
		text-align: center;
	}
}

.cw-header__sublead {
	
}

@media screen and (min-width: 768px) {
	.cw-header__sublead {
		text-align: center;
	}
}

.cw-header__sublead_note {
	font-size: 1.3rem;
}





.cw-section {
	margin-top: 25px;
}

.cw-section {
	margin: 65px 0;
}


.cw-section__worries {
	width: 100%;
	margin: 35px 0 0;
	padding: 1em;
	background-color: #f5f5f5;
	display: inline-block;
	font-weight: bold;
	border: solid 1px #1b2943;;
}

@media screen and (min-width: 768px) {
	.cw-section__worries {
		padding: 1.5em 2em;
	}
}

.cw-section__worries__sublead {
	width: fit-content;
	margin-top: -2.5em;
	padding: 0 1.5em;
	background: #1b2943;;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	border-radius: 20px;
}


.cw-section__worries ul {
	padding-left: 1.2em;
}

.cw-section__worries li {
	margin-top: 0.5em;
	list-style-type: disc;
}

.cw-section__worries li:first-of-type {
	margin-top: 1.0em;
}



.cw-section__worries__catch {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 30px 0 10px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1;
	color: #1b2943;;
}
.cw-section__worries__catch::before, .cw-section__worries__catch::after {
	width: 2px;
	height: 28px;
	content: "";
	background-color: #1b2943;;
}
.cw-section__worries__catch::before {
	margin-right: 0.5em;
	transform: rotate(-30deg);
}
.cw-section__worries__catch::after {
	margin-left: 0.5em;
	transform: rotate(30deg);
}






.col-2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media screen and (min-width: 960px) {
	.col-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

.cw-section__image {
	margin: 25px 0;
}

.cw-section__image figure {
	margin: 0;
}

.cw-section__image figcaption {
	text-align: center;
	font-size: 1.4rem;
}

.cw-section__image img {
	width: auto;
	max-width: 100%;
}



.cw-section__feature dl {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
	margin: 30px 0 10px;
}

.cw-section__feature dt {
	flex-shrink: 0;
	padding: .5em .75em;
	background-color: #1b2943;;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .075em;
	border-radius: 4px;
}

.cw-section__feature dd {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}


.cw-section__note {
	margin-top: 35px;
}


p.add-marker {
	padding-left: 1.2em;
	text-indent: -1.2em;
}


.cw-section__business_day {
	margin-top: 1.2em;
}

.cw-section__step {
	position: relative;
	padding: 0 0 40px 40px;
}

.cw-section__step::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 9px;
	width: 2px;
	height: 100%;
	background-color: #1b2943;;
	z-index: -1;
}

.cw-section__step::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #1b2943;;
	border-radius: 50%;
	z-index: 1;
}

.cw-section__step.start::before {
	top: 10px;
}

.cw-section__step.end::before {
	height: 25px;
}

.cw-section__step h4 {
	margin: 0;
}


.cw-section__step h4 i {
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-style: normal;
}

.cw-section__step h4 span {
	display: block;
	font-size: 0.8em;
}


.cw-section__address {
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	margin: 20px 0 0;
}

.c-wysiwyg .cw-section__address h5 {
	font-size: 1.0em;
}




.cw-section__list {
	padding-left: 1.2em;
}

.cw-section__list li {
	margin-top: 1.0em;
	list-style-type: disc;
}

.cw-section__list li:first-of-type {
	margin-top: 0;
}

p.cw-section__link {
	margin-top: 1.2em;
}

p.cw-section__link a {
	text-decoration: underline;
}






/* ========================================
 * Button
 * ====================================== */

.cw-section__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	padding: 0;
	background: none;
	background: #1b2943;;
	color: #fff;
	letter-spacing: .05em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	outline: none;
	border: none;
}

.cw-section__btn {
	width: 220px;
	height: 46px;
	margin: 35px auto 0;
	border-radius: 23px;
	font-size: 1.2rem;
	gap: 0 7px;
}

@media (min-width: 960px) {
	.cw-section__btn {
		width: 280px;
		height: 54px;
		margin: 35px 0 0;
		border-radius: 27px;
		font-size: 1.0em;
		gap: 0 10px;
		-webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s;
		transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s;
	}
}



/* ========================================
 * Price table
 * ====================================== */

.cw-price {
	margin-top: 35px;
}

.cw-price__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.cw-price__table th,
.cw-price__table td {
	padding: 0.5em 1.0em;
	line-height: 1.4;
}

.cw-price__table thead {
	background-color: var(--c-gray-bright);
	border-top: solid 1px #cccccc;
	border-bottom: solid 2px #1b2943;;
}

.cw-price__table thead th {
	width: calc(100% / 5);
	text-align: left;
}


.cw-price__table tbody th {
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}

.cw-price__table tbody td {
	width: calc(100% / 5);
	padding-right: 2.0em;
	text-align: right;
	border-bottom: solid 1px #cccccc;
}

/* ========================================
 * Modal
 * ====================================== */

.modaal-overlay {
	z-index: 9999;
}

.modaal-wrapper {
	z-index: 10000;
}

#disclaimer-window {
	display: none;
}

#price-window {
	display: none;
}


/* ========================================
 * Pisclaimer modal 免責事項
 * ====================================== */

.cw-disclaimer {
	padding: 10px;
	font-size: 1.6rem;
}

@media (min-width: 960px) {
	.cw-disclaimer {
		padding: 30px;
	}
}

.cw-disclaimer .cw-section{
	margin: 65px 0 0;
}


.cw-disclaimer h2 {
	text-align: center;
}

.cw-disclaimer .cw-section > ul {
	margin-top: 2.0em;
}

@media (min-width: 640px) {
	.cw-disclaimer .cw-section > ul {
		padding-left: 1.2em;
	}
}

.cw-disclaimer .cw-section > ul > li {
	margin-top: 2.0em;
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 1.75;
}

.cw-disclaimer .cw-section > ul > li::before {
	content: '● ';
}

.cw-disclaimer .cw-section > ul > li > ul {
	margin-top: 1.0em;
	padding-left: 1.2em;
}

.cw-disclaimer .cw-section > ul > li > ul > li {
	margin-top: 0.5em;
	text-indent: 0;
	list-style-type: disc;
}

.cw-disclaimer .cw-section .textlink {
	text-decoration: underline;
}

.cw-disclaimer .cw-section .textlink:hover {
	text-decoration: none;
}


/* ========================================
 * 透明シート取付けサービスの申し込み モーダル
 * ====================================== */

.modaal-content-container {
	padding: 15px;
}

.cw-section {
	margin: 30px 0 20px;
	font-size: 1.4rem;
}

.cw-service-select h2 {
	text-align: center;
	font-size: 2.0rem;
}


@media (min-width: 640px) {
	.modaal-content-container {
		padding: 30px;
	}

	.cw-section {
		margin: 40px 0 30px;
		font-size: 1.6rem;
	}

	.cw-service-select h2 {
		font-size: 2.6rem;
	}
}


.cw-service-select ul {
	margin-top: 20px;
}

@media (min-width: 960px) {
	.cw-service-select ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-top: 30px;
	}
}

.cw-service-select ul li {
	margin-bottom: 15px;
}

@media (min-width: 960px) {
	.cw-service-select ul li {
		margin-bottom: 0;
	}
}

.cw-service-select ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px;
	line-height: 1.75;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	transition: color .125s ease 0s,background-color .25s ease 0s,border-color .25s ease 0s;
	text-decoration: none !important;
 
}

@media (min-width: 960px) {
	.cw-service-select ul li a:hover {
		color: #fff;
		background-color: #1b2943;
		border-color: #1b2943;
	}
}

#service-select-window {
	display: none;
}
 
