
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

* {
  box-sizing: border-box;
}

body{
	margin: 0;
    padding: 0;
	background-color:#fff;
	
	/*font-family: "Noto Sans Thai", sans-serif;*/
	font-family: 'Kanit';
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:"wdth" 100;

}

html { overflow-y: scroll; }


.content01{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content:center;
	width : 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:60px;
	background-color:#fff;
	
}
.divImg01{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content:center;
	width : 100%;
	background-color:#fff;
}
.divImg01{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content:center;
	width : 35%;
	background-color:#fff;
	padding:5px;
}
/*
.divtext01{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content:center;
	width : 75%;
	background-color:#fff;
	padding:5px;
	font-size:1.5vw;
}
*/
.divtext01{
	display: block;
	word-wrap: break-word;
	width : 65%;
	background-color:#fff;
	padding:5px;
	padding-left:50px;
	/*font-size: 1.35vw;*/
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
}

.divtext02{
	display: block;
	word-wrap: break-word;
	width : 65%;
	background-color:#fff;
	padding:5px;
	padding-right:50px;
	/*font-size: 1.35vw;*/
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
}

.divImg02{
	width:100%;
	height:100%;
	padding-top:100%;
	background-color: rgba(0,0,0,0);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	word-wrap: break-word;
	background-position: 50% 50%;
	-webkit-background-size: cover;
}

.content02{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content:center;
	width : 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-color:#fff;
	
}

.testH01{
	width : 80%;
	margin-left:auto;
	margin-right:auto;
	font-size:2.2vw;
	font-weight:normal;
	font-weight: 500;
	margin-top:30px;
}


.testH02{
	width : 80%;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	/*font-size: 1.65vw;*/
	font-size: 30px;
	margin-top:30px;
}

h3{
	display:inline-block;
	font-weight:normal;
	font-weight: 300;
	/*font-size: 1.5vw;*/
	font-size: 25px;
	margin:0px;
}