img {
	height: auto;
}

/*--------------------------------
header
--------------------------------*/
header {
	background-color: #20B2D3;
	margin: 0px;
	overflow: hidden;
}

/*--------------------------------
body
--------------------------------*/
.category a {
	background: #20B2D3;
	border-radius: 3px;
	color: #fff !important;
	padding: 0 10px 2px;
	text-decoration: none;
}

/* CONTENT01 ******************/
.content1 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.newsList li {
	border-bottom: 1px solid rgb(255 255 255/90%);
	padding: 1rem;
	margin-bottom: 1rem;
}

.newsList li a {
	text-decoration: none;
	color: #FFF;
}

.newsList li a div {
	width: calc(100% - 120px);
}

.newsList li a .ttl {
	font-weight: bold;
}

.readBtn {
	background: #20B2D3;
	box-shadow: 10px 10px 10px rgb(200 200 200/10%);
	padding: 10px 20px;
	border: 1px solid #20B2D3;
	width: 121px;
	transition: .5s;
}

.readBtn:hover {
	background: #FFF;
	color: #20B2D3;
	border: 1px solid #20B2D3;
}

.grayBorderBox {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 8px;
}


/*--------------------------------
PARALUX
--------------------------------*/
.para01,
.para02,
.para03,
.para04 {
	position: absolute;
	z-index: 5;
}

.para01 {
	top: 0%;
	right: 10%;
	max-width: 200px;
	margin: auto;
}

.para02 {
	top: 0%;
	right: 0%;
	max-width: 200px;
	margin: auto;
}

.para03 {
	bottom: 0%;
	left: -10%;
	max-width: 200px;
	margin: auto;
}

.para04 {
	bottom: 0%;
	left: 10%;
	max-width: 200px;
	margin: auto;
}

/*--------------------------------
media
--------------------------------*/

@media (max-width: 991px) {

	/** CONTENT3 **/
	/** Paralux ************************/
	.para01 {
		right: -15%;
	}

	.para02 {
		right: -25%;
	}

	.para03 {
		left: -25%;
	}

	.para04 {
		left: -15%;
	}
}

@media (max-width: 767px) {
	header {
		padding-top: 2rem;
	}

	/** CONTENT1 **/
	.content1 {
		padding-top: 45px;
	}

	/** Paralux ************************/
	.para01 {
		max-width: 170px;
	}

	.para03 {
		display: none;
	}
}

@media (max-width: 575px) {

	/** CONTENT1 ************************/
	/** Paralux ************************/
	.para01 {
		right: -30%;
		max-width: 140px;
	}

	.para02 {
		right: -35%;
	}

	.para03 {
		left: -35%;
	}

	.para04 {
		left: -26%;
	}
}

/*--------------------------------
SET WP-CONTENT
--------------------------------*/
.wpContent h1,
.wpContent h2,
.wpContent h3,
.wpContent h4,
.wpContent h5,
.wpContent p {
	margin: 30px auto;
}

.wpContent .border {
	padding: 15px;
}

.wpContent .button01 {
	display: inline-block;
	border: 2px solid #20B2D3;
	padding: 10px 70px;
	color: #20B2D3;
	position: relative;
	margin: 30px auto;
	width: 100%;
	max-width: 300px;
	transition: .5s;
	text-decoration: none;
}

.wpContent .button01:hover {
	border: 2px solid #FFF;
	background: #20B2D3;
	color: #FFF;
}

.wpContent .button01:before {
	content: "";
	position: absolute;
	top: 47.5%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-bottom: 3px solid #20B2D3;
	border-right: 3px solid #20B2D3;
	transform: rotate(-45deg) translate(0, -50%);
	transition: .5s;
}

.wpContent .button01:hover:before {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wpContent .btn {
	margin: 0;
	width: 100%;
	cursor: default;
}