@charset "utf-8";
:root {
	--fruit: #7096AC;
	--fruitShadow: #48697D;
}

.colorSuzuran {
	color: var(--green1);
}
.colorFruit {
	color: var(--fruit);
}
.backColorSuzuran {
	background-color: var(--green1);
}
.backColorFruit {
	background: var(--fruit);
}
.backColorFont {
	background: var(--font);
}

.btn--fruit {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--white);
	background-color: var(--fruit);
	padding: 1.0rem 3.0rem;
	box-shadow: 2px 2px 0 0 var(--fruitShadow);
}
.btn--fruit:hover {
	opacity: 0.7;
}	
@media screen and (max-width: 630px) {
	.btn--fruit {
		font-size: 1.3rem;
	}
}


	

.fruit .mainTitleBox {
	margin-top: 2.0rem;
}
.fruit .mainTitleBox .topTitle {
	font-size: 3.0rem;
	font-weight: 700;
}
.fruit .mainTitleBox .subTitle {
	font-size: 1.8rem;
	font-weight: 550;
}
.fruit .mainTitleBox .subTitle2 {
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 630px) {
	.fruit .mainTitleBox {
		margin-top: 1.0rem;
	}
	.fruit .mainTitleBox .topTitle {
		font-size: 2.0rem;
	}
	.fruit .mainTitleBox .subTitle {
		font-size: 1.3rem;
	}
	.fruit .mainTitleBox .subTitle2 {
		font-size: 1.6rem;
	}		
}


.fruit .subTitleBox {
	margin-top: 2.0rem;
}
.fruit .subTitleBox .topTitle {
	font-size: 2.0rem;
	font-weight: 550;
}
.fruit .subTitleBox .logo {
	margin-top: 2.0rem;
}

.fruit .subTitleBox .content {
	margin-top: 2.0rem;
	color: var(--font);
}
@media screen and (max-width: 630px) {
	.fruit .subTitleBox {
		margin-top: 1.0rem;
	}
	.fruit .subTitleBox .topTitle {
		font-size: 1.6rem;
	}
	.fruit .subTitleBox .subTitle {
		font-size: 1.3rem;
	}
	.fruit .subTitleBox .logo {
		margin-top: 1.0rem;
	}
	.fruit .subTitleBox .logo img {
		max-width: 200px;
	}
	.fruit .subTitleBox .content {
		margin-top: 1.0rem;		
	}		
}



.fruit .logoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-top;
}
.fruit .logoBox .brandLogo {
	margin: 1.0rem 1.0rem 0rem 1.0rem;
	padding: 1.0rem;
/*	border: 1px solid var(--gray7);*/
	width: 180px;
}
.fruit .logoBox .brandLogo img {
	width: 100%;
}
@media screen and (max-width: 630px) {
	.fruit .logoBox .brandLogo {
		width: 135px;
	}
}


.fruit .postscript {
	color: var(--gray3);
}




.fruit .topTitle {
	font-weight: 700;
	font-size: 2.4rem;
}
@media screen and (max-width: 630px) {
	.fruit .topTitle {
		margin-top: 1.0rem;
		font-size: 1.8rem;
	}
}


.fruit .memberBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-top;
	margin-top: 1.0rem;
}
.fruit .memberBox .image {
	width: 200px;
}
.fruit .memberBox .image img {
	margin: 1.0rem;
	width: 100%;
}
.fruit .memberBox .content {
	margin-left: 3.0rem;
	text-align: left;
	line-height: 1.8;
}

.fruit .memberBox .content .subTitle {
	font-weight: 700;
	font-size: 2.0rem;
}
.fruit .memberBox .content .subTitle2 {
	font-weight: 700;
	font-size: 1.6rem;
}
.fruit .memberBox .content a {
	font-weight: 550;
	text-decoration: underline;
	margin: 0 0.5rem;
}
.fruit .memberBox .content .focus {
	font-weight: 550;
	margin: 0 0.5rem;
}

@media screen and (max-width: 630px) {
	.fruit .memberBox {
		margin-top: 0rem;
	}
	.fruit .memberBox .image {
		width: 150px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.fruit .memberBox .content {
		margin: 0rem 1.0rem;
	}
	.fruit .memberBox .content .focus {
		font-size: 1.6rem;
	}
}




.fruit .pointBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 1.0rem;
}
.fruit .pointBox .content {
	display: block;
	margin: 1.0rem 0 0 0rem;
	line-height: 1.8;
}
.fruit .pointBox .circlePoint {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.fruit .pointBox .circlePoint span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	color: var(--white);
	font-weight: 600;
	font-size: 1.8rem;
}

.fruit .pointBox .symbol {
	font-size: 2.4rem;
	margin: 0 3.0rem;
}

@media screen and (max-width: 630px) {
	.fruit .pointBox {
		margin-top: 0.5rem;
	}
	.fruit .pointBox .circlePoint {
		width: 90px;
		height: 90px;
	}
	.fruit .pointBox .circlePoint span {
		width: 90px;
		font-size: 1.3rem;
	}
	.fruit .pointBox .symbol {
		font-size: 1.8rem;
		margin: 0 2.0rem;
	}
}



.fruit .a--suzuranCard {
	color: var(--white);
	background-color: var(--green);
	font-size: 2.4rem;
	padding: 1.5rem 4.0rem;
	box-shadow: 3px 3px 0 0 var(--green1);
}
.fruit .a--suzuranCard:hover {
	opacity: 0.5;
}
@media screen and (max-width: 630px) {
	.fruit .a--suzuranCard {
		font-size: 2.0rem;
	}
}


