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


/*----------------------------------
header
----------------------------------*/
#mainimg {
  text-align: center;
}
#mainimg img {
  max-width: 852px;
  width: 100%;
  height: auto;
}

/*----------------------------------
news_content
----------------------------------*/
.newslist {
	width: 1080px;
	margin: 42px auto 120px;
}
.newslist h2 {
	margin: 0 0 56px 50px;
}
#news_content {
	width: 1016px;
	margin: 0 auto 30px;
	border: 7px solid #e6f0f3;
	padding: 42px 25px 20px;
}
.newsbox {
	margin: 0 0 50px;
}
.newsbox h3 {
	color: #1294ae;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	margin: 0;
	line-height: 35px;
	padding: 0 0 10px;
	background: url(images/news/arrow_bottom.png) no-repeat right 14px;
}
.newsbox h3 .news_cat, .newsbox h3 .temp_cat {
	font-size: 14px;
	color: #000;
	padding: 0;
	width: 128px;
	text-align: center;
	float: left;
	display:block;
	line-height: 35px;
	border-radius: 12px;
	margin: 0 10px 0 0;	
}
.newsbox h3 .news_cat {
	background: #e6e4e4;
}
.newsbox h3 .temp_cat {
	background: #f1aad7;	
}
.newsbox h3 .date {
	color: #000;
	font-size: 20px;
	margin: 0 20px 0 0;
	line-height: 35px;
}
.cont {
	width: 855px;
	margin: 30px auto 0;
}
.cont p {
	line-height: 1.8;
	margin: 0 0 15px;
}
.pagination {
  width: 100% !important;
}
/*----------------------------------
price_plan
----------------------------------*/
#price_plan {
  background: url(images/flow/bg_price_plan.png) no-repeat center top;
  width: 980px;
  height: 286px;
  margin: 80px auto 50px;
}
#price_plan h3 {
  padding: 36px 0 0 50px;
}
#price_plan .price {
  float: left;
  width: 490px;
  height: 286px;
}
#price_plan .plan {
  float: right;
  width: 490px;
  height: 286px;
}
#price_plan .price_p, #price_plan .plan_p {
  padding: 25px 0 0 50px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.price_btn, .plan_btn {
  height: 43px;
  padding: 45px 0 0;
  width: 382px;
  margin: 0 auto;
}
.price_btn a {
  background: #e46350 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 130px 11px 154px;
	color: #fff;
	font-weight: bold;
}
.price_btn .button {
  border-radius:21px;
}
.plan_btn a {
  background: #404040 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 113px 11px 147px;
	color: #fff;
	font-weight: bold;
}
.plan_btn .button {
  border-radius:21px;
}

/*----------------------------------
ipad
----------------------------------*/
@media screen and (max-width:1080px){
	.newslist {
		width: 94%;		
	}
	#news_content {
		width: 92%;
	}
	.pagination {
	  width: 98% !important;
	}
}

/*----------------------------------
ipad縦
----------------------------------*/
@media screen and (max-width:960px){
	/*news*/
	.newslist h2 {
		margin: 0 0 20px;
	}
	#news_content {
		padding: 5% 2%;
	}
	.cont {
		width: 90%;
	}
	h3 .news_tit {
		display: block;
		padding: 5px;
	}
	.cont img {
		max-width: 100%;
		height: auto;
	}
	#price_plan {
		background: #f2f2f2 url(images/common/bg_price_plan_s.png) no-repeat 0 70%;
		background-size: contain;
		border: #e6e6e6 5px solid;
		width: 96%;
	}
	#price_plan .price {
	  width: 50%;
	}
	#price_plan .plan {
	  width: 50%;
	}
	.price_btn, .plan_btn {
	  width: 248px;
	  margin: 0 0 0 10%;
	}
	.price_btn a {
	  background: #e46350 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 70px 11px 80px;
	}
	.plan_btn a {
	  background: #404040 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 63px 11px 73px;
	}

}

/*----------------------------------
smartphone
----------------------------------*/
@media screen and (max-width:667px){
	.newslist h2 img,
	#price_plan h3 img {
		width: 100%;
		height: auto;
	}
	/*news*/
	.newslist {
		margin: 20px auto 0;
	}
	.newslist h2 {
		width: 60%;
		margin: 0 auto 10px;
	}
	.newsbox {
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.newsbox h3 {
		font-size: 14px;
		line-height: 1.3;
		padding-bottom: 5px;
		background: url(images/news/arrow_bottom.png) no-repeat right 4px;
		background-size: 8%;
	}
	.newsbox h3 .news_cat, .newsbox h3 .temp_cat, .newsbox h3 .date {
		font-size: 12px;
		line-height: 22px;
	}
	.newsbox h3 .news_cat, .newsbox h3 .temp_cat {
		width: 100px;
	}
	.cont {
		margin: 10px auto;
	}
	.cont p {
		font-size: 12px;
		line-height: 1.4;
	}
	/*price_plan*/
	#price_plan {
		height: auto;
		overflow: hidden;
		padding: 0 0 15px;
		margin-top: 30px;
	}
	#price_plan h3 {
		padding: 10px 5px;
		width: 80%;
	}
	#price_plan .price, #price_plan .plan {
		height: auto;
	}
	#price_plan .price_p, #price_plan .plan_p {
		padding: 10px 5px;
		font-size: 10px;
	}
	.price_btn, .plan_btn {
		width: 150px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	.price_btn a, .plan_btn a {
		padding: 5px 20px;
		font-size: 12px;
		background: #e46350;
	}
	.plan_btn a {
		background: #404040;
	}

	.video-container {
	        position: relative;
	        padding-bottom: 56.25%;
	        padding-top: 30px;
	        height: 0;
	        overflow: hidden;
	}
	.video-container iframe {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	}

}