main div.title-box {
	text-align: left;
	margin: 1.5rem;
	width: fit-content;
}

main .title-box h2.title {
	font-size: 2.5rem;
	margin: 0;
	font-weight: bold;
	line-height: 2.7rem;
}

main .title-box p.bottom-border {
	border-bottom: 2px solid var(--primary-color);
	
	margin: 0;
	padding: 1rem 0 0.5rem 0;
	width: fit-content;
}

main div.line-box {
	border: solid 2px var(--primary-color);
	margin-bottom: 1.5rem;
	
	padding: 1rem;
	border-radius: 20px;
	width: fit-content;
}








main {
	flex: 1;
	padding-top: 1rem;
	
	padding-bottom: 1rem;
	
}


main h2 {
	font-size: 1.2rem;
	
	font-weight: normal;
	
	color: var(--primary-color);
	
	padding-left: 0.5rem;
	
	border-bottom: none;
	line-height: 1.6;
	
}


main h2.type1 {
	margin: 0;
	padding: 0;
	border: none;
	font-family: var(--main-font);
	
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

main h2.type1 div {
	font-size: 1rem;
	text-align: left;
	
	line-height: 1.6;
	font-weight: normal;
}


@media screen and (min-width:700px) {

	
	main h2.type1 {
		width: 25vw;
		
		flex: 0 0 auto;
		transform: rotate(0deg);
		
		margin-right: 1rem;
		
		font-size: 1.4rem;
		
		line-height: 1.6rem;

	}

	main h2.type1 div {
		margin-top: 1rem;
		
	}

}





main h3 {
	padding-left: 0.5rem;
	
}


main p {
	padding-left: 0;
	
	line-height: 1.6;
	
}

main li {
	padding-left: 0.5rem;
	
	padding-bottom: 0%;
	line-height: 1.6;
	
}




@media screen and (min-width:700px) {

	
	.list-side-title {
		display: flex;
		
		justify-content: center;
		
		align-items: flex-start;
		
		gap: 3%;
		
	}

	main li {
		padding-bottom: 0.2rem;
		line-height: 1.6;
		
	}
}





@media screen and (min-width:500px) {

	
	.list-side-title .list-menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		
		gap: 1rem;
		
	}

}




@media screen and (min-width:800px) {

	
	.list-side-title .list-menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		
		gap: 1rem;
		
	}

}




@media screen and (min-width:1000px) {

	
	.list-side-title .list-menu {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		
		gap: 1rem;
		
	}

	
	main h2.type1 {
		width: 22vw;
		
		flex: 0 0 auto;
		transform: rotate(0deg);
		
		margin-right: 0;
		
		font-size: 1.6rem;
		
		line-height: 1.8rem;

	}

}






.list * {
	margin: 0;
}


.list {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 1rem;
	
	background: #fff;
	
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	
	margin-bottom: 3%;
}


@media screen and (min-width:700px) {

	
	.list {
		margin-bottom: 0;
	}

}




.list h4 {
	color: #555;
	
}


.list h4 .price {
	background: var(--primary-color);
	
	color: var(--primary-text-color);
	
	border-radius: 100px;
	
	padding: 0.3rem 1rem;
	
	margin-left: 1rem;
	
	font-size: 0.8rem;
	
}


.list p {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	
	line-height: 1.4;
	
}


.list .newicon {
	position: absolute;
	left: -5px;
	
	top: -10px;
	
	background: var(--secondary-color);
	
	color: var(--secondary-text-color);
	
	font-size: 0.7rem;
	
	width: 5em;
	
	line-height: 5em;
	
	border-radius: 50%;
	
	text-align: center;
	
}


.list figure img {
	margin-bottom: 0.5rem;
	
	width: 100%;
	
	height: auto;
	
}

.list a.nounderline {
	text-decoration: none;
	
	color: inherit;
	
}




.booklet-view-btn {
	display: inline-block;
	background: var(--primary-color);
	color: var(--primary-text-color) !important;
	text-decoration: none !important;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	margin: 0.5rem 0;
	font-size: 1rem;
}

.booklet-view-btn:hover {
	background: var(--secondary-color);
	transform: translateY(-2px);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.booklet-view-btn i {
	margin-right: 0.5rem;
	font-size: 1.2rem;
}


.booklet-button-pc {
	display: none;
	text-align: center;
	margin: 1.5rem 0 0 0;
}


main h2.type1 .booklet-button-pc {
	text-align: center;
}


.booklet-button-mobile {
	display: block;
	text-align: center;
	margin: 2rem 1rem 1rem 1rem;
}


@media screen and (min-width:700px) {
	.booklet-button-pc {
		display: block;
	}

	.booklet-button-mobile {
		display: none;
	}
}



main h2.type1 div.questionnaire {
	border: solid 2px #222;
	border-radius: 5px;
	padding: 0.5rem;
	margin-top: 5%;
	box-shadow: 2px 2px 2px #00000037;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.questionnaire {
	border: solid 2px #222;
	border-radius: 5px;
	padding: 0.5rem;
	margin-top: 5%;
	box-shadow: 2px 2px 2px #00000037;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.questionnaire p {
	font-size: 0.8rem;
	font-weight: normal;
	margin: 0;
	line-height: 1.6;
	font-family: var(--main-font);
	color: #222
}


.questionnaire img {
	margin: 3px;
	width: 100%;
	max-width: 150px;
	border: solid 1px #666666;
	border-radius: 5px;
}

.questionnaire a {
	overflow-wrap: break-word;
}

.questionnaire-display-switch {
	display: list-item;
}
@media screen and (min-width:700px) {
	.questionnaire-display-switch {
		display: none;
	}
}


.bg1 a {
	color: inherit;
}

.bg1 {
	background-position: top center, bottom center;
	
	background-size: 100% var(--bg1-height);
	
	background-repeat: no-repeat;
	
	padding-top: var(--bg1-height);
	
	padding-bottom: var(--bg1-height);
	
	background-image: url('../images/bg1_top.png'), url('../images/bg1_bottom.png');
	
}

.bg1-inner {
	background: #cbf0ef;
	
	padding-top: var(--bg1-height);
	
	padding-bottom: var(--bg1-height);
	
}

.bg1-inner .text-color {
	color: var(--primary-text-lor);
	
	
}



.bg1-inner>section {
	margin-top: 0;
	margin-bottom: 0;
}




@media screen and (min-width:800px) {
	.bg1 .list-side-title .list-menu {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width:1000px) {
	.bg1 .list-side-title .list-menu {
		grid-template-columns: repeat(2, 1fr);
	}
}