@media (max-width: 768px) {

}
@media (min-width: 769px) and (max-width: 1079px){

}
@media (min-width: 1080px) {

}

@media (max-width: 768px) {
.sp-only{}
.mid-only{display: none;}
.pc-only{display: none;}
}
@media (min-width: 769px) and (max-width: 1079px){
.sp-only{display: none;}
.mid-only{}
.pc-only{display: none;}
}
@media (min-width: 1080px) {
.sp-only{display: none;}
.mid-only{display: none;}
.pc-only{}
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}
dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,p{
margin:0;
padding:0;	
list-style: none;
}

@media (max-width: 768px) {
	body {
	    color: rgb(0, 0, 0);
	    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", HelveticaNeue, Arial, sans-seri;
	    -webkit-font-smoothing: antialiased;
	    font-style: normal;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 140%;
	    margin: 0px;
	    padding: 0px;
	    overflow-x: hidden;
    }
    .login{
	    background-color: #036eb8;
	    display: flex;
		justify-content: center;
		align-items: center;
		margin:auto;
		background-image: url(../image/top-image.png);
		background-position: right 15px bottom 100px;
		background-size: 200px;
		background-repeat: no-repeat;
		height: 100%;
    }
    .login > div{
	    width:400px;
	    background-color: #ffffff;
	    padding:30px;
	    box-sizing: border-box;
	    border-radius: 20px;
    }
    .login > div input{
	    width: 100%;
	    box-sizing: border-box;
	    margin:5px 0;
	    padding:5px;
    }
    .login > div dl{
	    margin:20px 0;
	    padding:0;
    }
	.wrapper{
		width: 100%;
		margin:auto;
	}

}
@media (min-width: 769px) {
  body{
	    color: rgb(0, 0, 0);
	    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", HelveticaNeue, Arial, sans-seri;
	    -webkit-font-smoothing: antialiased;
	    font-style: normal;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 140%;
	    margin: 0px;
	    padding: 0px;
		overflow-x: hidden;
		height: 100%;
    }
    .login{
	    background-color: #036eb8;
	    display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../image/top-image.png);
		background-position: right 100px bottom 100px;
		background-size: 300px;
		background-repeat: no-repeat;
    }
    .login > div{
	    width:400px;
	    background-color: #ffffff;
	    padding:30px;
	    box-sizing: border-box;
	    border-radius: 20px;
    }
    .login > div input{
	    width: 100%;
	    box-sizing: border-box;
	    margin:5px 0;
	    padding:5px;
    }
    .login > div dl{
	    margin:20px 0;
	    padding:0;
    }
	.wrapper{
		width: 1080px;
		margin:auto;
	}

}


@media (max-width: 768px) {
	header{
		text-align: center;
		position: relative;
		padding:0 0 0px 0;
	}

	header h1{
		margin:0;
		height: 50px;
		width: 50%;
	}
	header h1 a{
		margin:auto;
		width: 100%;
		height: 50px;
		text-align: left;
		display: block;
		background-image: url(../image/logo-small.png);
		text-indent: -9999px;
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: 5px center;
	}
	header .obi-right{
		margin:0;
		height: 50px;
		width: 50%;
		line-height: 50px;
		display: flex;
		justify-content: flex-end;
		font-size: 12px;
	}
	header .obi-right span:nth-child(2){
		display: none;
	}
}
@media (min-width: 769px) {
	header{
		text-align: center;
		position: relative;
		height: 400px;
	}

	header h1{
		margin:0;
		height: 50px;
		width: 500px;
	}
	header h1 a{
		margin:auto;
		width: 100%;
		height: 50px;
		text-align: left;
		display: block;
		background-image: url(../image/logo-small.png);
		text-indent: -9999px;
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	header .obi-right{
		margin:0;
		height: 50px;
		width: 580px;
		line-height: 50px;
		display: flex;
		justify-content: flex-end;
	}

}
header .obi{
	height: 50px;
	background-color: #eeeeee;
	display: flex;
	justify-content: center;
}

header .obi-right span{
	padding:0 15px;
}
header .obi-right span strong{
	font-size: 16px;
}
header .obi-right a{
	display: block;
	text-align: center;
	background-color: #036eb8;
	color:#ffffff;
	text-decoration: none;
	padding:0 15px;
}
header .obi-right span a{
	background-color: #eeeeee;
	color: #000;
	font-weight: bold;
}

@media (max-width: 768px) {
	header h2{
		background-image: url(../image/webinar-logo2.png);
		text-indent: -0px;
		height: 170px;
		width: 80%;
		max-width: 400px;
		background-size: 95%;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9000px;
		margin:20px 0 0 20px;
		z-index: 5000;
	}
	header::before{
	  content:"";
	  position: absolute;
	  height: 100px;
	  width: 100%;
	  left: 0;
	  background-color: #c5d0ea;
	  z-index: -9000;
	}
	.topimage{
		width:25%;
		height:120px;
		position: absolute;
		right: 20px;
		bottom:10px;
		background-image: url(../image/top-image.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right center;
		text-indent: -9000px;
		z-index: -800;
	}

}
@media (min-width: 769px) {
	header h2{
		background-image: url(../image/webinar-logo2.png);
		text-indent: -0px;
		height: 200px;
		background-size: auto 100px;
		background-repeat: no-repeat;
		background-position: left center;
		text-indent: -9000px;
		margin:50px 0 0 0;
		z-index: 5000;
	}
	header::before{
	  content:"";
	  position: absolute;
	  top: -800px;
	  right: -3000px;
	  width: 5000px;
	  height: 1000px;
	  background-color: #c5d0ea;
	  z-index: -9000;
	  transform: rotate(4deg);
	}
	.topimage{
		width:350px;
		height:350px;
		position: absolute;
		right: calc(50% - 450px);
		top:60px;
		background-image: url(../image/top-image.png);
		background-size: contain;
		background-repeat: no-repeat;
		text-indent: -9000px;
		z-index: 5000;
	}

}


@media (max-width: 768px) {
	.topmain{
		text-align: center;
		position: relative;
		padding:0px 0 0px 0;
		z-index: 0;
	}
	.topmain::before{

	}
	.topmain::after{

	}
	.topmain-wrapper{
		background-color: #036eb8;
		z-index: 9000;
		padding:30px 0 0 0;
	}
	.topmain2-wrapper{
		background-color: #ffffff;
		padding:20px 0 0 0;
	}
	.topmain2{
		text-align: center;
		position: relative;
		margin-top:0px;
		z-index: 0;
		background-color: #ffffff;
	}
	.topmain2:after{
	}

}
@media (min-width: 769px) {
	.topmain{
		text-align: center;
		position: relative;
		padding:50px 0 0px 0;
		z-index: 0;
	}
	.topmain::before{
	  content:"";
	  position: absolute;
	  top: -80px;
	  right: -3000px;
	  width: 7000px;
	  height: 300px;
	  background-color: #036eb8;
	  z-index: -9000;
	  transform: rotate(-4deg);
	  transform-origin:50% 50% 0;
	}
	.topmain::after{
	  content:"";
	  position: absolute;
	  bottom: -180px;
	  right: -3000px;
	  width: 7000px;
	  height: 300px;
	  background-color: #036eb8;
	  z-index: -9000;
	  transform: rotate(4deg);
	  transform-origin:50% 50% 0;
	}
	.topmain-wrapper{
		background-color: #036eb8;
		z-index: 9000;
	}
	.topmain2-wrapper{
		background-color: #ffffff;
  		min-height: 500px;
	}
	.topmain2{
		text-align: center;
		position: relative;
		margin-top:250px;
		z-index: 0;
		background-color: #ffffff;
	}
	.topmain2:after{
		  content:"";
		  position: absolute;
		  bottom: 0px;
		  right: -3000px;
		  width: 6000px;
		  height: 200px;
		  background-color: #eeeeee;
		  z-index: 2000;
		  transform: rotate(-4deg);
	}

}


/*フッターここから*/
@media (max-width: 768px) {
	.footer{
		background-color: #eeeeee;
		position: relative;
		margin:0;
		padding:0;
	}
	.footer ul{
		display: none;
	}
	.footer > div.wrapper{
		padding:20px 10px 40px 10px;
		box-sizing: border-box;
	}
	.footer > div.wrapper .footer-new-left-lay-logo{
		text-align: center;
	}
	.footer > div.wrapper .footer-new-left-lay-logo img{
		height:120px;
		width:auto;
	}
	.footer > div.wrapper .footer-new-left-lay-address{
		font-size: 12px;
		text-align: center;
	}
	.footer > div.wrapper .footer-new-left-lay-address h2{
		margin:20px 0;
		font-size: 18px;
	}

}
@media (min-width: 769px) {
	.footer{
		background-color: #eeeeee;
		position: relative;
		margin:0;
		padding:0;
	}
	.footer ul{
		position: absolute;
		width: 100%;
		top:-80px;
		display: flex;
		justify-content: center;
	}
	.footer > div.wrapper{
		display: flex;
		padding:0 120px 120px 120px;
		box-sizing: border-box;
	}
	.footer > div.wrapper .footer-new-left-lay-logo{
		text-align: center;
	}
	.footer > div.wrapper .footer-new-left-lay-logo img{
		height:auto;
		width:180px;
	}
	.footer > div.wrapper .footer-new-left-lay-logo{
		width:250px;
		text-align: center;
	}
	.footer > div.wrapper .footer-new-left-lay-address{
		font-size: 12px;
	}
	.footer > div.wrapper .footer-new-left-lay-address h2{
		margin:20px 0;
		font-size: 18px;
	}

}

.footer ul li{
	margin:0 20px;
}
/*フッターここまで*/







@media (max-width: 768px) {
	.topmain-wrapper h3{
		font-size: 25px;
		line-height: 30px;
		padding:0 0 0px 0;
		color: #ffffff;
		position: relative;
		margin:0 0 60px 0;
	}
	.topmain-wrapper h3:before {
	    content: '';
	    position: absolute;
	    width: 60px;
	    height: 15px;
	    left: calc(50% - 60px/2);
	    bottom: -35px;
	    position: absolute;
	    z-index: 200;
	    border-radius: 5px;
	    background-color: #fff100;
	}
	.topmain2-wrapper h3{
		font-size: 25px;
		line-height: 30px;
		padding:0 0 0px 0;
		color: #000000;
		position: relative;
		margin:0 0 40px 0;
	}

}
@media (min-width: 769px) {
	.topmain-wrapper h3{
		font-size: 28px;
		padding:0 0 0px 0;
		color: #ffffff;
		position: relative;
		margin:0 0 60px 0;
	}
	.topmain-wrapper h3:before {
	    content: '';
	    position: absolute;
	    width: 60px;
	    height: 15px;
	    left: calc(50% - 60px/2);
	    bottom: -35px;
	    position: absolute;
	    z-index: 200;
	    border-radius: 5px;
	    background-color: #fff100;
	}
	.topmain2-wrapper h3{
		font-size: 28px;
		padding:0 0 0px 0;
		color: #000000;
		position: relative;
		margin:0 0 40px 0;
	}

}
.topmain-wrapper h3:before, .topmain2-wrapper h3:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 15px;
    left: calc(50% - 60px/2);
    bottom: -35px;
    position: absolute;
    z-index: 200;
    border-radius: 5px;
    background-color: #fff100;
}
@media (max-width: 768px) {
	.monthly-archives{
		display: flex;
		flex-wrap: wrap;
	    justify-content:space-around;
	    padding:0 0 30px 0;
	}
	.monthly-archives > div{
		width: 85%;
		background-color: #ffffff;
		padding:0 0 20px 0;
		margin:20px 0;
		position: relative;
		min-height: 100px;
		text-align: left;
	}
	.monthly-archives > div ul{
		padding:20px 15px 0 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.monthly-archives > div ul li{
		margin:5px;
	}
	.monthly-archives > div ul li a{
		font-size: 10px;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 4px;
		border:1px solid #036eb8;
		color:#036eb8;
	}
	.monthly-archives p{
		padding:0 15px;
		font-size: 12px;
	}
}
@media (min-width: 769px) {
	.monthly-archives{
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-between;
	    padding:0 0 30px 0;
	}
	.monthly-archives > div{
		width: 345px;
		background-color: #ffffff;
		padding:0 0 20px 0;
		margin:20px 0;
		position: relative;
		min-height: 100px;
		text-align: left;
	}
	.monthly-archives > div ul{
		padding:20px 15px 0 15px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.monthly-archives > div ul li{
		margin:5px;
	}
	.monthly-archives > div ul li a{
		font-size: 10px;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 4px;
		border:1px solid #036eb8;
		color:#036eb8;
	}
	.monthly-archives p{
		padding:0 15px;
	}
}
.monthly-archives h4{
	background-color: #fff100;
	position: absolute;
	padding:5px 10px;
	left: 0;
	top:10px;
	font-size: 12px;
}
.monthly-archives h5{
	margin-top:230px;
	text-align: left;
	padding:10px 15px;
	font-size: 18px;
	line-height: 180%;
}
.monthly-archives h5 a{
	text-decoration: none;
	color:#036eb8;
}

.top-archive-img{
	background-color: #eeeeee;
	position: absolute;
	padding:0px;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top:50px;
	height: 180px;
	z-index: 9000;
	background-size: cover;
	background-position: center center;
}
.top-archive-img > a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background-color: rgb(0,0,0,0.3);
		transition: 0.5s ;
}
.top-archive-img > a:hover{
	background-color: rgb(90,90,90,0.3);
}
.top-archive-img > a::after {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.9em solid transparent;
    border-left: 1.5em solid #ffffff;
    box-sizing: border-box;
    content: "";
}
.top-archive-img > a::before {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    background-color: rgb(0,0,0,0.3);
}


.top-archive-img img{
	width: 100%;
}

@media (max-width: 768px) {
	.categories{
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-around;
	    padding:20px 0;
	}
	.categories > li{
		width: 48%;
		background-color:#036eb8;
		border-radius: 5px;
		margin:10px 0;
		position: relative;
		box-sizing: border-box;
	}
	.categories > li a{
		display: block;
		padding:10px 0;
		text-decoration: none;
		font-weight: bold;
		color:#ffffff;
		font-size: 12px;
	}

}
@media (min-width: 769px) {
	.categories{
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-around;
	    padding:20px 0;
	}
	.categories > li{
		width: 22%;
		background-color:#036eb8;
		border-radius: 5px;
		margin:15px 0;
		position: relative;
		border-left:5px solid #8ea1d2;
		box-sizing: border-box;
	}
	.categories > li a{
		display: block;
		padding:15px 0;
		text-decoration: none;
		font-weight: bold;
		color:#ffffff;
	}

}



@media (max-width: 768px) {
	.kobetsu-movie-lay{
		padding:0 10px 30px 10px;
	}
	.kobetsu-movie-not-loggedin{
		width:100%;
		position: relative;
		background-size: contain;
		margin:auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kobetsu-movie-not-loggedin:before {
		content: "";
		display: block;
		padding-top: 62.5%;
	}
	.kobetsu-movie-not-loggedin > div{
		background-color: rgb(0,0,0,0.5);
		width:100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		color:#ffffff;
		line-height: 200%;
	}
	.kobetsu-movie-not-loggedin > div:before {
		content: "";
		display: block;
		padding-top: 62.5%;
	}
	.kobetsu-movie-meta{
		margin:10px 0 0 0 ;
		padding:15px 5px;
		border-radius: 10px;
		color: #ffffff;
		font-size: 12px;
		text-align: left;
	}
	.kobetsu-movie-meta h4{
	    font-size: 20px;
	    line-height: 28px;
	    padding: 0 0 0px 40px;
	    color: #ffffff;
	    position: relative;
	    margin: 0 0 10px 0;
	    text-align: left;
	    position: relative;
	}
	.kobetsu-movie-meta h4::before {
	    content: "Title:";
	    position: absolute;
	    left: 0;
	    top:2px;
	    font-size: 12px;
	}
	.kobetsu-movie-meta p{
	    padding: 0 0 0px 0px;
	    margin:0;
	}
	.kobetsu-movie-summary{
		padding:30px 5px 10px 5px;
		line-height: 160%;
	}
	.kobetsu-movie-summary a{
		color:#fff;
	}
	.kobetsu-movie-meta ul{
		padding:5px 5px 0 5px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.kobetsu-movie-meta ul li{
		margin:5px;
	}
	.kobetsu-movie-meta ul li a{
		font-size: 10px;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 4px;
		background-color: #ffffff;
		color:#036eb8;
	}
}
@media (min-width: 769px) {
	.kobetsu-movie-lay{
		padding:30px 50px;
	}
	.kobetsu-movie-not-loggedin{
		width:800px;
		height:500px;
		background-size: contain;
		margin:auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kobetsu-movie-not-loggedin > div{
		background-color: rgb(0,0,0,0.5);
		width:800px;
		height:500px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		color:#ffffff;
		line-height: 200%;
	}
	.kobetsu-movie-meta{
		margin:30px 0 0 0 ;
		padding:15px;
		border-radius: 10px;
		color: #ffffff;
		font-size: 16px;
		text-align: left;
	}
	.kobetsu-movie-meta h4{
	    font-size: 28px;
	    padding: 0 0 0px 45px;
	    color: #ffffff;
	    position: relative;
	    margin: 0 0 20px 0;
	    text-align: left;
	    position: relative;
	    line-height: 30px;
	}
	.kobetsu-movie-meta h4::before {
	    content: "Title:";
	    position: absolute;
	    left: 0;
	    top:5px;
	    font-size: 12px;
	}
	.kobetsu-movie-meta p{
	    padding: 0 0 0px 45px;
	    margin:0;
	}
	.kobetsu-movie-summary{
		padding:30px 25px 10px 45px;
		line-height: 160%;
	}
	.kobetsu-movie-summary a{
		color:#fff;
	}
	.kobetsu-movie-meta ul{
		padding:25px 15px 0 15px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.kobetsu-movie-meta ul li{
		margin:5px;
	}
	.kobetsu-movie-meta ul li a{
		font-size: 10px;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 4px;
		background-color: #ffffff;
		color:#036eb8;
	}
}

.kobetsu-movie-not-loggedin > div a{
	display: block;
	background-color: #036eb8;
	color:#ffffff;
	text-decoration: none;
	margin:30px 0 0 0;
	padding:5px 0;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.submit input{
		height: 50px;
		background-color: #036eb8;
		font-weight: bold;
		font-size: 14px;
		border-radius: 10px;
		border: none;
		color:#ffffff;
	}
	.henkan{
		text-align: center;
	}
	.henkan button{
		height: 35px;
		width: 50%;
		background-color: #036eb8;
		font-weight: bold;
		font-size: 14px;
		border-radius: 10px;
		border: none;
		color:#ffffff;
		position: relative;
	}
	.henkan button:before{
		position: absolute;
		left: 15px;
		top:15px;
		content: "";
		border-top: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.henkan button:after{
		position: absolute;
		right: 15px;
		top:15px;
		content: "";
		border-top: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.henkan2{
		text-align: center;
		padding:10px 0;
	}
	.henkan2 button{
		height: 35px;
		width: 50%;
		color: #036eb8;
		font-weight: bold;
		font-size: 14px;
		border-radius: 10px;
		border: 2px solid #036eb8;
		background-color: #ffffff;
		color:#036eb8;
	}
}
@media (min-width: 769px) {

}









@media (max-width: 768px) {
	.nextprev{
		padding-top:30px;
	}
	.nextprev ul{
	}
	.nextprev ul li{
		width: 100%;
		margin:auto;
		padding:10px 0;
		position: relative;
		border-bottom:1px dotted #cccccc;
	}
	.nextprev ul li:nth-child(1){
		border-top:1px dotted #cccccc;
	}
	.nextprev ul li a{
		color: #ffffff;
		text-decoration: none;
		position: relative;
		display: block;
		text-align: center;
		padding:0 15px;
	}
	.nextprev ul li:nth-child(1){
		text-align: left;		
	}
	.nextprev ul li:nth-child(2){
		text-align: right;	
	}
	
	.nextprev ul li:nth-child(1) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    left: 0px;
	    transform: rotate-(-45deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-right: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li:nth-child(2) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    right: 0px;
	    transform: rotate-(135deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-left: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li a strong{
		font-size: 12px;
	}
}
@media (min-width: 769px) and (max-width: 1079px){
	.nextprev{
		padding-top:30px;
	}
	.nextprev ul{
		display: flex;
	}
	.nextprev ul li{
		width: 50%;
		position: relative;
	}
	.nextprev ul li a{
		color: #ffffff;
		text-decoration: none;
		position: relative;
	}
	.nextprev ul li:nth-child(1){
		text-align: left;		
	}
	.nextprev ul li:nth-child(2){
		text-align: right;	
	}
	
	.nextprev ul li:nth-child(1) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    left: -25px;
	    transform: rotate-(-45deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-right: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li:nth-child(2) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    right: -25px;
	    transform: rotate-(135deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-left: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li a strong{
		font-size: 12px;
	}
}
@media (min-width: 1080px) {
	.nextprev{
		padding-top:30px;
	}
	.nextprev ul{
		display: flex;
	}
	.nextprev ul li{
		width: 50%;
		position: relative;
	}
	.nextprev ul li a{
		color: #ffffff;
		text-decoration: none;
		position: relative;
	}
	.nextprev ul li:nth-child(1){
		text-align: left;		
	}
	.nextprev ul li:nth-child(2){
		text-align: right;	
	}
	
	.nextprev ul li:nth-child(1) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    left: -25px;
	    transform: rotate-(-45deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-right: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li:nth-child(2) a::before{
		position: absolute;
	    top: calc(50% - 5px);
	    right: -25px;
	    transform: rotate-(135deg);
	    width: 0px;
	    height: 0px;
	    border: 6px solid transparent;
	    border-left: 7px solid #fff100;
	    box-sizing: border-box;
	    content: "";
	}
	.nextprev ul li a strong{
		font-size: 12px;
	}
}






@media (max-width: 768px) {
	.page-lay{
		padding:20px 10px;
		color:#ffffff;
		text-align: left;
	}
	.hontai-only{
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1079px){
	.page-lay{
		padding:20px 50px;
		color:#ffffff;
		text-align: left;
	}
	.hontai-only{
		display: none;
	}
}
@media (min-width: 1080px) {
	.page-lay{
		padding:20px 50px;
		color:#ffffff;
		text-align: left;
		line-height: 180%;
	}
	.page-lay h5{
		margin:40px 25px 25px 25px;
		font-size: 18px;
	}
	.page-lay p{
		margin:25px;
	}
	.hontai-only{
		display: none;
	}
}