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


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

/*----------------------------------
plan
----------------------------------*/
.plan1 {
	margin: 0 0 60px;
}
.plan2 {
	margin: 0 0 30px;
}
.plan01_txt,
.plan02_txt {
	background: #f3f3f3;
	padding: 30px 0;
}
.plan01_txt p,
.plan02_txt p {
	width: 980px;
	margin: 0 auto;
	/* text-align: center; */
}

.plan1 h2, .plan2 h2 {
  text-align: center;
  margin: 35px 0 0;
}
.plan1 h2 img, .plan2 h2 img {
  max-width: 1920px;
  width: 100%;
  height: auto;
}
.design_des_smart {
	display: none;
}
.design_des {
  overflow: hidden;
  width: 1049px;
  margin: 15px auto 5px;
}
.design_des td {
	font-weight: bold;
}
.design_des td.design_des01 {
	font-size: 18px;
	padding: 10px 20px 10px 50px;
	width: 32%;
	text-align: center;
	border-top: 4px solid #1b191a;
	border-bottom: 2px solid #d7d7d7;
	border-left: 1px solid #f2f2f2;
	background: #f8f8f8 url(images/plan/ico_01.png) no-repeat 5%;
}
.design_des td.design_des01 span {
	font-size: 14px;
	color: #757575;
}
.design_des td.design_des02 {
	color: #fff;
	padding: 10px 30px;
	width: 14%;
	text-align: center;
	border-top: 4px solid #a09f9f;
	border-bottom: 2px solid #d9d9d9;
	background: #000;
}
.design_des td.design_des03 {
	font-size: 14px;
	color: #070707;
	font-weight: normal;
	border-top: 4px solid #070707;
	border-right: 1px solid #f2f2f2;
	border-bottom: 2px solid #d8d8d8;
	padding: 10px 20px;
	width: 54%;
	background: #f8f8f8;
}
.design_comment {
  color: #af0000;
  width: 542px;
  margin: 0 auto;
  padding: 0 0 0 507px;
}

/*----------------------------------
intro
----------------------------------*/
.intro {
	width: 870px;
	margin: 20px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:20px 50px 15px 20px;
}
.intro_l {
	float: left;
}
.intro_l h3 {
	margin: 0 0 10px;
}
.intro_l p {
	font-size: 20px;
	font-weight: bold;
	width: 500px;
}
.plan2 .intro_l h3 {
	background: url(images/plan/line.png) no-repeat center bottom;
	padding-bottom: 12px;
}
.btnbox {
	width: 287px;
	float: right;
	padding: 25px 0 0;
}
.btnbox li {
	margin: 0 0 12px;
}
.intro_b {
	clear: both;
	text-align: center;
	padding: 0 0 0 80px;
	font-weight: bold;
}
.plan2 .design_des td.design_des01 {
	background: #f8f8f8 url(images/plan/ico_02.png) no-repeat 5%;

}

/*----------------------------------
template_plan
----------------------------------*/
#template_plan {margin: 0 0 50px;}
#template_plan ul {
	width: 1007px;
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: center;
}
#template_plan li {
	margin: 0 50px 0 0;
	display: inline-block;
}
#template_plan li:last-child {
	margin: 0;
}
#template_plan p {
	padding: 0 0 0 8px;
	width: 1000px;
	margin: 0 auto;
}
/*----------------------------------
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;
}

@media screen and (max-width:1048px) {
	.design_des {
		width: 96%;
	}
	.design_comment {
    width: 95%;
    text-align: right;
    padding: 0 5% 0 0;
	}
	.plan01_txt p,
	.plan02_txt p {
		width: 94%;
		margin: 0 auto;
		/* text-align: center; */
	}
	.btnbox {

		padding-left: 3%;
	}
}

/*----------------------------------
ipad縦
----------------------------------*/
@media screen and (max-width:960px){
	.intro {
		width: 90%;
		padding: 20px 3%;
	}
	.intro_l {
		float: none;
	}
	.intro_l p {
		width: 92%;
	}
	.plan2 .intro_l h3 {
		background: url(images/plan/line.png) no-repeat left bottom;
	}
	.btnbox {
		width: 90%;
		float: none;
		padding: 25px 0 0;
	}
	.btnbox ul {
		overflow: hidden;
	}
	.btnbox li {
		float: left;
	}
	.btnbox li:last-child {
		float: right;
	}
	#template_plan ul {
		width: 98%;
	}
	#template_plan ul li {
		width: 30%;
	
		/* margin: 0 1% 0 0; */
}
	#template_plan ul li img {
		width: 100%;
		height: auto;
	}
	#template_plan p {
		width: 90%;
		padding: 0;
	}
	#template_plan p img {
		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){
	.intro_l h3 img,
	.btnbox li img,
	#price_plan h3 img {
		width: 100%;
		height: auto;
	}
	/*design_des*/
	.design_des {
		display: none;
	}
	.design_des_smart {
		display: block;
		width: 95%;
		margin: 10px auto 5px;
	}
	.design_des_smart td.design_des01 {
		font-size: 18px;
		padding: 10px 20px 10px 50px;
		width: 100%;
		text-align: center;
		border-top: 4px solid #1b191a;
		border-bottom: 2px solid #d7d7d7;
		border-left: 2px solid #f2f2f2;
		border-right: 2px solid #f2f2f2;
		background: url(images/plan/ico_01.png) no-repeat 5%;
	}
	.plan2 .design_des_smart td.design_des01 {
		background: url(images/plan/ico_02.png) no-repeat 5%;

	}
	.design_des_smart td.design_des01 span {
		font-size: 14px;
		color: #757575;
	}
	.design_des_smart td.design_des02 {
		color: #fff;
		padding: 10px 30px;
		width: 10%;
		text-align: center;
		border-bottom: 2px solid #d9d9d9;
		background: #000;
	}
	.design_des_smart td.design_des03 {
		font-size: 14px;
		color: #070707;
		font-weight: normal;
		border-right: 2px solid #f2f2f2;
		border-bottom: 2px solid #d8d8d8;
		padding: 10px 20px;
		width: 90%;
	}
	/*intro*/
	.intro_l p {
		font-size: 14px;
		width: 100%;
	}
	.btnbox li, .btnbox li:last-child {
		float: none;
	}
	.btnbox {
		width: 100%;
	}
	.intro_b {
		padding:0;
		font-weight: normal;
	}
	/*template_plan*/
	#template_plan ul {
		/* width: 100%; */
	}
	#template_plan ul li {
		margin: 0 5px 0 0;
		/* width: 32%; */
	}
	#template_plan p {
		width: 96%;
	}
  /*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;
  }
}

@media screen and (max-width:663px){
	/*template_plan*/
	#template_plan ul {
		width: 100%;
	}
	#template_plan ul li {
		width: 60%;
		float: none;
		margin: 0 auto 10px;
	}
	#template_plan li:last-child {margin: 0 auto 5px;}
}