@charset "utf-8";
/* CSS Document */






/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
.figureSp{display:none;}
.spLink{display:none;}

	.aboutSet{
		padding:0px 0px 25px 0px;
	}
	
		.aboutSet h5{
			display:block;
			width:auto;
			font-weight:bold;
			font-size:110%;
			padding:5px 15px;
			margin:0px 0px 12px 0px;
			text-align:left;
			color:#fff;
			
			background:url(../../common/images/term_title_bg.png);
		}
	
		.aboutSet .btnOnline{
			padding:20px 0px 20px 0px;
			margin-bottom:20px;
			margin-top:10px;
		}
			.btnOnline a{
				display:block;
				width:90%;
				height:auto;
				margin:0px auto;
				padding:18px 0px;
				text-align:center;
				color:#fff;
				border:2px solid #ccc;
				font-weight:bold;
				font-size:112%;
			}
				
				.btnOnline a.online{
					background:#BE0000;
					color:#fff;
					text-align:center;	
				}
					.btnOnline a.online:hover{
						background:#fff;
						color:#BE0000;
						border-color:#BE0000;	
					}
			
			
			
			.skylinerCoupon{
				width:80%;
				height:auto;
				margin:0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.skylinerCoupon p{
					display:block;
					width:64%;
					height:auto;
					float:left;
				}
				
				.skylinerCoupon a{
					display:block;
					width:30%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					float:right;
					border:2px solid #ccc;
				}
				
			
				.skylinerCoupon a.coupon{
					background:#043688;
					color:#fff;
					text-align:center;	
				}
					.skylinerCoupon a.coupon:hover{
						background:#fff;
						color:#043688;
						border-color:#043688;	
					}
				
			.otherCoupon{
				width:80%;
				height:auto;
				margin:15px auto 0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.otherCoupon p{
					display:block;
					width:64%;
					height:auto;
					float:left;
				}
				
				.otherCoupon a{
					display:block;
					width:30%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					float:right;
					border:2px solid #ccc;
				}
				
			
				.otherCoupon a.coupon{
					background:#ff7800;
					color:#fff;
					text-align:center;	
				}
					.otherCoupon a.coupon:hover{
						background:#fff;
						color:#ff7800;
						border-color:#ff7800;	
					}
					
		

/* 160203 add */
#contents{
	padding-top:20px;
}
.rosenSp{display:none;}
.rosenPc{
	padding:10px 0px 0px 0px;	
}

	.aboutSet .floatSet{
		padding:15px 0px 12px 0px;
		overflow:hidden;	
	}
		.floatSet .item{
			width:49%;
			height:auto;
		}
		.floatSet .itemL{
			float:left;
		}
		.floatSet .itemR{
			float:right;	
		}
		
			.item .itemLeft{
				width:56%;
				height:auto;
				float:left;	
			}
				.itemLeft h6{
					color:#0055A6;
					font-size:112%;
					font-weight:bold;
					padding:0px 0px 8px 0px;
				}
				.itemLeft p span{
					display:block;
					padding:0px 0px 0px 0px;
					color:#e10000;	
				}
			.item .photo{
				width:42%;
				height:auto;
				float:right;	
			}
				.photo img{
					width:100%;
					height:auto;
				}

.figurePc ul{
	padding:8px 0px 0px 0px;
	font-size:87%;	
}
.figurePc ul li{
	padding:0px 0px 0px 2em;
	text-indent:-2em;
}








			
}





