body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	line-height: 28px;
	font-family: "Square Market", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
		"ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	color: #3e4348;
}
h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

i {
	padding-right: 5px;
}
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
p {
	font: 100% Helvetica, sans-serif;
	line-height: 1.7em;
}
.mySlides {
	display: none;
}
.squareA {
	background-color: #2996cc;
	text-align: center;
	text-decoration: none;
	color: white;
	height: 40px;
	text-transform: uppercase;
	font-family: 'Square Market', 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 38px;
	padding-bottom: 10px;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 10px;
	word-wrap: break-word;
	display: block;
	max-width: 300px;
	min-width: 220px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
}

.w3-button1 {
	text-align: center;
	text-decoration: none;
	color: white;
	height: 40px;
	text-transform: uppercase;
	font-family: 'Square Market', 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 38px;
	padding: 0 28px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 16px;
}
/* .squareA:hover{
    background-color: #2380af;
    transition-duration: 0.05s;
} */
button {
	border-radius: 16px;
}
.main-image {
	background-color: #cccccc;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.image1 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("MOD4.jpg");
	background-position: center top;
	background-size: cover;
}
.image2 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("MOD2.jpg");
	background-position: 50% 52%;
	background-size: cover;
	width: 100%;
}
.image3 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("MOD3.jpg");
	background-position: 50% 40%;
	background-size: cover;
}
.buy1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("buy1.jpg");
	height: 240px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.buy2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("buy2.jpg");
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.buy3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("buy4.jpg");
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a {
	text-decoration: none;
}
/* width */
::-webkit-scrollbar {
	width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
	border-top-color: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #2996cc;
	border-radius: 10px;
	border-color: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: gray;
}
