@charset "utf-8";
@import url(common/style.css);

.mainVisual {
	position: relative;
}

.mainVisualTextBox {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	width: 52%;
}

@media only screen and (max-width:750px) {
	.mainVisualTextBox {
		width: 78%;
	}

	.imgCapAfter {
		color: #fff;
	}
}

.mainVisual .imgCapAfter {
	position: absolute;
	right: 0;
	bottom: 0;
}


.inner1070 {
	max-width: 1070px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



#planListNavigation {
	background-color: #E6E8EA;
	width: 100%;
	margin-bottom: 20px;
}

@media only screen and (max-width:750px) {
	#planListNavigation {
		margin-bottom: 20px;
	}
}

#planListNavigation {
	background-color: #E6E8EA;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigationPlan {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	color: #3C4448;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.16em;
}

#navigationPlan li a {
	display: flex;
	justify-content: start;
	font-size: 16px;
	font-weight: bold;
	color: #3C4448;
}

#navigationPlan li span {
	padding-left: 10px;
	padding-right: 10px;
}


.premium-section {
	background: #2D3539;
	margin-bottom: 20px;
}

@media only screen and (max-width:750px) {

	.premium-section {
		background: #fff;
		margin-bottom: 0px;
	}
}

.inner1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.gbwhite {
	background: #fff;
}

.premium-section img {
	width: 100%;
}

.premium__content {

	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 36px;
	padding-bottom: 100px;

}

@media only screen and (max-width:750px) {

	.premium__content {
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.premium-type__title {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

@media only screen and (max-width:750px) {
	.premium-type__title {
		width: 85%;
		padding-top: 20px;
	}
}
.premium-type__title-gr {
	max-width: 620px;
}

.premium-type__grid {
	padding-top: 45px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

@media only screen and (max-width:750px) {
	.premium-type__grid {
		padding-top: 30px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.premium-type__flex {
	display: flex;
	gap: 20px;
	margin-top: 50px;
}

@media only screen and (max-width:750px) {
	.premium-type__flex {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

.premium-type__flex-left {
	flex: 0 1 74%;
}


.premium-type__flex-left-g picture {
	max-width: 600px;
	margin-right: 0;
	margin-left: auto;
}
@media only screen and (max-width:750px) {
	.premium-type__flex-left-g picture {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.premium-type__flex-right {
	flex: 1;
	padding-top: 20px;
}
@media only screen and (max-width:750px) {
	.premium-type__flex-right {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}

.premium-type__flex-left-e picture {
	display: flex;
	max-width: 540px;
	margin-right: 0;
	margin-left: auto;
}

@media only screen and (max-width:750px) {
	.premium-type__flex-left-e picture {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}