html {
	font-size: calc((100vw - 320px) / 140 + 16px);
	height: 100%;
	font-family: serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.mainContent{
	width: 100%;
	height: 100vh;
	/*height: 10px;
    min-height: 100vh;*/
}

body {
	display: flex;
	height: 100%;
	min-height: 100vh;
	margin: 0;
	position: relative;
	--tw-bg-opacity: 1;
	/*background-color: rgb(245 245 245 / var(--tw-bg-opacity));*/
	background-color: #ffffff;
}
.google-login-button {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
		rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
		"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 15px;
	gap: 5px;
	border: 2px solid #747474;
}

.main_backcolor {
	/*background-color: #6c6024;*/
	background-color: mediumseagreen;
}

.mainColor {
	color: mediumseagreen;
}

.miniTitle {
	font-weight: 700;
	font-size: 28px;
	line-height: 45px;
	color: rgb(8, 18, 26);
}

.sentence {
	margin-top: 15px;
	text-align: left;
	line-height: 32px;
}

.circleStyle {
	border-radius: 50%;
	background-image: linear-gradient(0deg, #fff 5%, #e4eded 95%);
	font-weight: 700;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fontM {
	font-size: 1.5rem;
}

.sentenceLineHeight {
	/*line-height: 2.12;*/
	font-size: 20px;
	line-height: 35px;
}

/*パソコン用*/
@media (min-width: 768px) {
	.main_width {
		width: 90%;
	}



	.mainContent {
		/*display: grid;
			grid-template-columns: 30% 70%;*/
	}

	.main_height {
		/*height: 100px;*/
		margin-top: 10px;
	}

	.message {
		display: flex;
		width: 85%;
		height: 100px;
		justify-content: center;
		padding-left: 7.5%;
	}

	.gridZone {
		display: grid;
		grid-template-columns: 50% 50%;
	}
}

/*スマホ用*/
@media(max-width: 768px) {
	.main_width {
		width: 100%;
	}

	.circleStyle {
		margin-top: 5%;
		padding: 5%;
		font-size: small;
	}

	.message {
		display: flex;
		height: auto;
	}

	.gridZone {
		display: grid;
		grid-template-columns: 100%;
		margin: auto;
		/*padding-left: 60px;*/
		width: 85%;
		text-align: left;
	}

	.miniTitle {
		font-size: 20px;
	}

	.fontM {
		padding-left: 60px;
	}

	.loginArea div {
		width: 100%;
	}
	.google-login-button {
			padding: 0 5px;
		}
}

.web_title {
	/*background-color: mediumseagreen;*/
	/*background-color: #f7f7f7;*/
	background-color: #ffffff;
	color: #fff;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	position: relative;
	/*height: 55%;*/
	height: 100%;
	/*width: 125px;*/
}

.web_title_box {
	background-color: mediumseagreen;
	padding: 6px 14px;
	border-radius: 4px;
	position: absolute;
	left: 10%;
}

.title {
	margin: 0;
}

.main_title {
	height: 80px;
	display: flex;
	align-items: center;
}

.guestHeader {
	/*height: 18%;*/
	min-height: 10%;
	/*padding-top: 15px;*/

	/*display: flex;*/
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: 170px 1fr;
	/*box-shadow: 0 4px 5px -2px rgba(107, 107, 107, .3);*/
	/*box-shadow: 0 2px 5px 0 rgba(107, 107, 107, .3);*/
}

.noP {
	margin: 0;
	padding: 0;
	margin-block: 10px 0;
}

.sentenceTitle {
	margin: 0;
}

.gridSentece {
	margin-top: 30px;
}



a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.loginArea {
	margin-top: 25px;
	width: 100%;
}



