@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #c2e3e3;
	font-family: "noto_sansregular", "noto_sans_thairegular", "NotoSansCJKjp_Regular", sans-serif;
	font-size: 15px;
	box-sizing: border-box;
}
.wrapper-page {
	display: inline-block;
	width: 100%;
}
.content-page {
	width: 90%;
	margin: 0 auto 48px;
}
.content-in {
	display: inline-block;
	padding: 32px;
	width: 100%;
	box-sizing: border-box;
}
.headText {
	font-family: "noto_sansbold", sans-serif;
	font-size: 22px;
	margin-top: 32px;
	color: #1b7274;
	text-align: center;
}
.center {
	text-align: center;
}
.title-list {
	margin: 24px 0 0 0;
	font-family: "noto_sansbold", sans-serif;
}
.lists {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lists {
	display: inline-block;
	width: 100%;
	list-style: disc;
	margin-left: 24px;
	line-height: 32px;
}
.lists a {
	color: #333;
}
.lists a:hover {
	color: #2bacb1;
}
.gotoHelpCenter {
	margin-top: 32px;
}
.gotoHelpCenter a {
	color: #333;
	font-family: "noto_sansbold", sans-serif;
}
.gotoHelpCenter a:hover {
	color: #2bacb1;
}
.logo img {
	width: 100%;
	max-width: 223px;
}
.eye {
	text-align: center;
	margin: 48px 0 0 0;
}
.eye img {
	width: 100%;
	max-width: 233px;
	height: auto;
}
.detail {
	color: #666;
	text-align: center;
	margin: 16px 0;
	font-size: 0.9em;
}
.wrap-search {
	display: inline-block;
	width: 100%;
	height: 56px;
	background: #e6f6f6;
	border: 1px solid #2bacb1;
	border-radius: 4px;
	margin: 32px 0 48px;
}
.search-box {
	display: inline-block;
	width: 80%;
	float: left;
	border: none;
	background: none;
	height: 56px;
	line-height: 54px;
	padding: 0 16px;
	font-size: 22px;
	outline: none;
	font-family: "noto_sansregular", "noto_sans_thairegular", "NotoSansCJKjp_Regular", sans-serif;
	box-sizing: border-box;
}
.search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.search-box::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.search-box:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.search-box:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.button-search {
	background: #2bacb1;
	border: none;
	width: 20%;
	display: inline-block;
	height: 56px;
	line-height: 54px;
	color: #fff;
	float: right;
	outline: none;
	font-size: 21px;
	cursor: pointer;
}
.list-button {
	display: inline-block;
	width: 100%;
	margin-top: 16px;
}
.buttons {
	float: left;
	width: 100%;
	margin: 0 0 16px 0;
	cursor: pointer;
}
.buttons a {
	display: inline-block;
	background: #fff;
	border: 3px solid #2bacb1;
	border-radius: 30px;
	height: 48px;
	line-height: 48px;
	color: #26999d;
	text-decoration: none;
	font-family: "noto_sansbold", sans-serif;
	width: 100%;
	text-align: center;
	
	moz-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.buttons a:hover {
	background: #2bacb1;
	color: #fff;
}
@media screen and (min-width: 760px) {
.content-page {
	width: 750px;
}
.eye {
	margin: 100px 0 0 0;
}
.headText {
	font-size: 25px;
}
.buttons {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding:  0 17px 0 12px;
}
.buttons:nth-child(1) {
	padding-left: 0;
}
.buttons:nth-child(4) {
	padding-right: 0;
}
}
@media screen and (min-width: 1100px) {
.content-page {
	width: 1000px;
}
}