@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	bbackground-color: #fff;
	background-image: url(../img/tips/tips_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:767px) {
	.contents01{
		background-image: url(../img/tips/tips_bg_sp.jpg);
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: 267px;
	text-align: center;
	margin: 0 auto 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		height: 200px;
	}
}
.contents01 .contents01_01 h2{
	width: 364px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2{
		width: 206px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.contents02{
	width: 100%;
	height: auto;
	text-align: center;
}
.contents02_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 63px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
	.contents02_01{
		width: 90%;
		padding-top: 45px;
		display: block;
	}
}
.contents02_01 .contents02_01_01{
	width: 282px;
	height: auto;
	text-align: left;
	display: block;
	margin: 67px 67px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01{
		width: 100%;
		max-width: 320px;
		height: auto;
		text-align: left;
		display: block;
		padding: 0 5%;
		margin: 45px auto 0;
	}
}
.contents02_01 .contents02_01_01:nth-of-type(1),
.contents02_01 .contents02_01_01:nth-of-type(2),
.contents02_01 .contents02_01_01:nth-of-type(3){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01:nth-of-type(2),
	.contents02_01 .contents02_01_01:nth-of-type(3){
		margin-top: 45px;
	}
}
.contents02_01 .contents02_01_01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01:nth-of-type(3n){
		margin-right: auto;
	}
}
.contents02_01 .contents02_01_01 a{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_01 .contents02_01_01 a .thumbnail{
	width: 100%;
	height: auto;
}
.contents02_01 .contents02_01_01 a .thumbnail img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
	overflow: hidden;
	border-radius: 61px;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 a .thumbnail img{
		height: 150px;
	}
}
.contents02_01 .contents02_01_01 a h3{
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}

/*.paginationここから*/
.wp-pagenavi {
	width: 100%;
	margin-top: 82px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 52px;
	}
}
.wp-pagenavi a{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	/*color: #BC4E44;*/
	margin: 0 5px;
	background-color: #fff;
	border: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		width: 35px;
		height: 35px;
	}
}
.wp-pagenavi a:hover{
	color: #ffffff;
	background-color: #BC4E44;
	border: 1px solid #BC4E44;
	opacity: 1;
}
.wp-pagenavi .previouspostslink{
	border: 0;
	background-color: transparent;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .previouspostslink{
		width: 21px;
		font-size: 20px;
	}
}
.wp-pagenavi .nextpostslink{
	border: 0;
	background-color: transparent;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .nextpostslink{
		width: 21px;
		font-size: 20px;
	}
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
	border: 0;
	color: #BC4E44;
	background-color: transparent;
}
.wp-pagenavi .current{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	margin: 0 5px;
	background-color: #BC4E44;
	border: 1px solid #BC4E44;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
	}
}
/*.paginationここまで*/







