@charset "UTF-8"; 
/*	LP style */


/* 981以上1440以下、PC */
/*@media screen and (min-width:981px) and (max-width:1440px){*/
@media screen and (min-width:1101px){
	#lpList ul.lplist,#cmsList ul.lplist {
		overflow:hidden;
		margin:0 -15px 0 -15px;
	}
	#lpList ul.lplist li,#cmsList ul.lplist li{
		width:20%;
		padding:0 15px 30px 15px;
		float:left;
		line-height:1.4;
		box-sizing:border-box;
	}
	#lpList ul.lplist li .lpLImg img,#cmsList ul.lplist li .lpLImg img{
		vertical-align:bottom;
		width:100%;
	}
	#lpList ul.lplist li .lpLTxt,#cmsList ul.lplist li .lpLTxt{
		padding:15px 0px;
		background:#fff;
	}
	#lpList ul.lplist li a,#cmsList ul.lplist li a{
		display: block;
		color: #000;
		font-weight: normal;
	}
	#lpList ul.lplist li a:hover .lpLTxt,#cmsList ul.lplist li a:hover .lpLTxt{
		color:#ebaa00;
	}
	#lpList ul.lplist li .lpLTxt .catdate,#cmsList ul.lplist li .lpLTxt .catdate{
		margin:0;
		padding-top:10px;
	}
	
	.lpHeader{
		overflow:hidden;
		*zoom:1;
	}
	.lpHeader h2{
		float:left;
		width:50%;
	}
	
	.lpHeader h2{
		float:left;
		width:50%;
	}
	
	.snsBtns{
		display:table;
		float:right;
	}
	.snsBtns li{
		display:table-cell;
		vertical-align:middle;
		text-align:right;
		padding:0 5px;
	}
	.snsBtns li:last-child{
		padding-right:0;
	}
	
	#lpMainImg{
		margin-bottom:40px;
	}
	
	#lpMainImg img{
		width:100%;
	}

	.catdate{
		font-size:93%;
		margin-bottom:15px;
	}
	.catdate .cat{
		color:#000;
		margin-right:1em;
		display:inline-block;
		white-space:nowrap;
		position: relative;
		padding: 12px 0 0 0;
	}
	.catdate .cat:before {
		position: absolute;
		content: "";
		background-color: #ffcb3f;
		top: 0;
		left: 0;
		width: 45px;
		height: 2px;
	}
	.catdate .date{
		color:#999;
	}

	.pagenation{
		text-align:center;
		letter-spacing:-0.4em;
		margin-bottom:20px;
	}
	.pagenation li{
		letter-spacing:normal;
		display:inline-block;
		font-size:131%;

	}
	.pagenation li a{
		display:inline-block;
		vertical-align:middle;
		padding:10px 15px;
		margin:0 1px 0 2px;
		background:#dbdbdb;
		color:#000;
	}
	.pagenation li a:hover{
		background:#c2c2c2;
	}
	.pagenation li.current p{
		display:inline-block;
		vertical-align:middle;
		padding:10px 15px;
		margin:0 1px 0 2px;
		background:#ffcb3f;
		color:#fff;
	}
	.pagenation li span{
		font-size:13px;
		line-height:17px;
		display:inline-block;
	}
	.pagenation li.prev span{
		padding-left:28px;
		position:relative;
	}
	.pagenation li.prev span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		left: 0;
		background:url(../images/common/page_arrow_left.png) no-repeat;
	}
	.pagenation li.next span{
		padding-right:28px;
		position:relative;
	}
	.pagenation li.next span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		right: 0;
		background:url(../images/common/page_arrow_right.png) no-repeat;
	}
	/*▼▼▼-パネル------------------▼▼▼*/
	.phyPanel {
		margin:30px 0;
	}
	.phyPanel .panelHeader {
		width: 19.2%;
		background-size: cover;
		position: relative;
		margin-top: 10px;
	}

	.phyPanel li {
		position: relative;
		float: left;
		width: 19.2%;
		height: auto;
		margin-top: 10px;
		margin-right: 1%;
		box-sizing: border-box;
	}
	.phyPanel li:nth-child(5n) {
		margin-right: 0px;
	}
	.phyPanel li a {
		display :block;
	}
	.phyPanel li img{
		width: 100%;
	}
	.phyPanel li .text {
		position: absolute;
		bottom: 5px;
		left: 5px;
		padding: 5% 5%;
		color: #fff;
		font-weight: bold;
		line-height: 1.8;
	}
	.phyPanel li .title {
		position: absolute;
		top: 10%;
		left: 10%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
	}
	.phyPanel li .explain {
		position: absolute;
		bottom: 5px;
		top: 20%;
		bottom: 10%;
		padding: 10%;
		color: #fff;
		line-height: 1.6;
		letter-spacing: -0.07em;
		font-size: 13px;
	}
	/*▲▲▲-パネル------------------▲▲▲*/
}

/* 641以上980以下、タブレット */
@media screen and (min-width:701px) and (max-width:1100px){

	#lpList,#cmsList{
		padding:20px 30px 30px 30px;
		background:#ffffff;
	}
	#lpList.lp1,#lpList.lp2,#cmsList.lp1,#cmsList.lp2{
		margin-top:0px;
		
	}
	
	
	
	#lpList ul.lplist,#cmsList ul.lplist{
		overflow:hidden;
		margin:0 -15px 0px -15px;
	}
	#lpList ul.lplist li,#cmsList ul.lplist li{
		width:25%;
		padding:0 15px 30px 15px;
		float:left;
		line-height:1.4;
		box-sizing:border-box;
	}
	#lpList ul.lplist li .lpLImg img,#cmsList ul.lplist li .lpLImg img{
		vertical-align:bottom;
		width:100%;
	}
	#lpList ul.lplist li .lpLTxt,#cmsList ul.lplist li .lpLTxt{
		padding:15px 0px;
		background:#fff;
	}
	#lpList ul.lplist li a,#cmsList ul.lplist li a{
		display: block;
		color: #000;
		font-weight: normal;
	}
	#lpList ul.lplist li a:hover .lpLTxt,#cmsList ul.lplist li a:hover .lpLTxt{
		color:#ebaa00;
	}
	#lpList ul.lplist li .lpLTxt .catdate,#cmsList ul.lplist li .lpLTxt .catdate{
		margin:0;
		padding-top:10px;
	}
	
	.lpHeader{
		overflow:hidden;
		*zoom:1;
    min-width: 370px;
	}
	.lpHeader h2{
		float:left;
		width:50%;
	}
	
	.lpHeader h2{
		float:left;
		width:30%;
	}

	.snsBtns{
		display:table;
		float:right;
	}
	.snsBtns li{
		display:table-cell;
		vertical-align:middle;
		text-align:right;
		padding:0 5px;
	}
	.snsBtns li:last-child{
		padding-right:0;
	}

	#lpMainImg{
		margin-bottom:30px;
	}
	
	.catdate{
		font-size:93%;
		margin-bottom:15px;
	}
	.catdate .cat{
		color:#000;
		margin-right:1em;
		display:inline-block;
		white-space:nowrap;
		position: relative;
		padding: 12px 0 0 0;
	}
	.catdate .cat:before {
		position: absolute;
		content: "";
		background-color: #ffcb3f;
		top: 0;
		left: 0;
		width: 45px;
		height: 2px;
	}
	.catdate .date{
		color:#999;
	}

	.pagenation{
		text-align:center;
		letter-spacing:-0.4em;
		padding-bottom:50px;

	}
	.pagenation li{
		letter-spacing:normal;
		display:inline-block;
		font-size:131%;
	}
	.pagenation li a{
		display:inline-block;
		vertical-align:middle;
		padding:10px 15px;
		margin:0 1px 0 2px;
		background:#dbdbdb;
		color:#000;
	}
	.pagenation li a:hover{
		background:#c2c2c2;
	}
	.pagenation li.current p{
		display:inline-block;
		vertical-align:middle;
		padding:10px 15px;
		margin:0 1px 0 2px;
		background:#ffcb3f;
		color:#fff;
	}
	.pagenation li span{
		font-size:13px;
		line-height:17px;
		display:inline-block;
	}
	.pagenation li.prev span{
		padding-left:28px;
		position:relative;
	}
	.pagenation li.prev span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		left: 0;
		background:url(../images/common/page_arrow_left.png) no-repeat;
	}
	.pagenation li.next span{
		padding-right:28px;
		position:relative;
	}
	.pagenation li.next span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		right: 0;
		background:url(../images/common/page_arrow_right.png) no-repeat;
	}
	/*▼▼▼-パネル------------------▼▼▼*/
	.phyPanel {
		margin:30px 0;
	}
	.phyPanel .panelHeader {
		width: 32%;
		background-size: cover;
		position: relative;
		margin-top: 8px;
	}

	.phyPanel li {
		position: relative;
		float: left;
		width: 32%;
		height: auto;
		margin-top: 8px;
		margin-right: 1%;
	}
	.phyPanel li:nth-child(3n) {
		margin-right: 0;
	}
	.phyPanel li a {
		display :block;
	}
	.phyPanel li img{
		width: 100%;
	}
	.phyPanel li .text {
		position: absolute;
		bottom: 5px;
		left: 5px;
		padding: 5% 5%;
		color: #fff;
		font-weight: bold;
		line-height: 1.8;
	}
	.phyPanel li .title {
		position: absolute;
		top: 15%;
		left: 15%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
	}
	.phyPanel li .explain {
		position: absolute;
		bottom: 5px;
		top: 20%;
		bottom: 10%;
		padding: 15%;
		color: #fff;
		line-height: 1.6;
		letter-spacing: -0.07em;
		font-size: 13px;
	}
	/*▲▲▲-パネル------------------▲▲▲*/
}

/* 640以下、SP */
@media screen and (max-width:700px){
	#lpList,#cmsList{
		padding:25px 25px 0 25px;
	}
	#lpList ul.lplist,#cmsList ul.lplist{
		border-top:1px solid rgba(0,0,0,0.2);
	}
	#lpList ul.lplist li,#cmsList ul.lplist li{
		overflow:hidden;
		padding:20px 0;
		line-height:1.4;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	#lpList ul.lplist li .lpLImg,#cmsList ul.lplist li .lpLImg{
		width:42%;
		float:left;
	}
	#lpList ul.lplist li .lpLTxt,#cmsList ul.lplist li .lpLTxt{
		width:53%;
		float:right;
	}
	#lpList ul.lplist li a,#cmsList ul.lplist li a{
		display:block;
		color:#141414;
	}
	#lpList ul.lplist li a:hover,#cmsList ul.lplist li a:hover{
		color:#ebaa00;
	}
	#lpList ul.lplist li .lpLTxt .catdate,#cmsList ul.lplist li .lpLTxt .catdate{
		margin:0;
		padding-top:10px;
	}
	/*▼▼▼-パネル------------------▼▼▼*/
	.phyPanel {
		margin:0 0 30px;
		display: table;
	}
	.phyPanel .panelHeader {
		width: 100%;
		height: 100%;
		padding: 0 15px;
		background-image:url("../images/phy_top/phy_panel_title_01_sp.png");
		background-size: cover;
		background-color: #1f1f1f;
		float: left!important;
		position: relative;
		left:-15px;
		margin-bottom:10px;
		margin-top: 0;
	}
	.phyPanel .panelHeader img {
		position: absolute;
		left:-15px;
		display: none;
	}
	.phyPanel .panelHeader:not(:first-child) {
		margin-top: 30px;
	}
	.phyPanel li {
		display: inline-block; /* 横並び */
		position: relative;
		float: left;
		width: 48%;
		margin-top: 10px;
	}
	.phyPanel li:nth-child(odd) {
		float: right;
	}
	
	.phyPanel li .box {
		width: 100%;
		height: 100px;
	}
	.phyPanel li a {
		display :block;
	}
	.phyPanel li img{
		width: 100%;
	}

	.phyPanel li .text {
		position: relative;
		text-align:center;
		bottom: 0px;
		width: 100%;
		height:100%;
		min-height:56px;
		background-color: #FFF;
		box-sizing:border-box;
		padding: 5% 5%;
		color: #000;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
		display: table;
	}

	.phyPanel li .text span {
		text-align: center;
		margin:auto;
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		width:300px;
	}
	.phyPanel li .title {
		position: relative;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
		padding: 20px 5px 0;
	}
	.phyPanel li .explain {
		position: relative;
		color: #fff;
		line-height: 1.6;
		letter-spacing: -0.07em;
		font-size: 13px;
		padding: 15px 5px 20px;
	}
	/*▲▲▲-パネル------------------▲▲▲*/
	.snsBtns{
		display:table;
	}
	.snsBtns li{
		display:table-cell;
		vertical-align:middle;
		padding:0 5px 0 0;
	}

	#lpMainImg{
		padding:25px 0;
	}

	.catdate{
		font-size:93%;
		margin-bottom:15px;
	}
	.catdate .cat{
		color:#ebaa00;
		margin-right:1em;
		display:inline-block;
		white-space:nowrap;
		font-size: 11px;
		font-weight: bold;
	}
	.catdate .date{
		color:#999;
	}

	.pagenation{
		padding:25px;
		display:table;
		width:100%;
		box-sizing:border-box;
	}
	.pagenation li{
		display:table-cell;
		text-align:center;
		font-size:108%;
	}
	.pagenation li a{
		display:block;
		text-align:center;
		padding:10px 0;
		margin:0 1px 0 2px;
		background:#dbdbdb;
		color:#000;
	}
	.pagenation li a:hover{
		background:#c2c2c2;
	}
	.pagenation li.current p{
		display:block;
		text-align:center;
		padding:10px 0;
		margin:0 1px 0 2px;
		background:#ffcb3f;
		color:#fff;
	}
	.pagenation li span{
		font-size:13px;
		line-height:17px;
		display:inline-block;
	}
	.pagenation li.prev span{
		padding-left:28px;
		position:relative;
	}
	.pagenation li.prev span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		left: 0;
		background:url(../images/common/page_arrow_left.png) no-repeat;
	}
	.pagenation li.next span{
		padding-right:28px;
		position:relative;
	}
	.pagenation li.next span:after{
		content:"";
		width:10px;
		height:17px;
		position:absolute;
		top:0;
		right: 0;
		background:url(../images/common/page_arrow_right.png) no-repeat;
	}
}