@charset "utf-8";

/*----　タイトル　----*/
.top_title{
	background-color: #00c6c9;
	width: 100%;
	height: 170px;	
}
.top_title p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
.top_title p{
	font-size: 50px
}
}

/*----　TOPイメージ　----*/
.price_BGw{
	background-color: #fff;
	width: 90%;
	max-width: 1300px;
	margin:-5px auto 0 auto;
	position: relative;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.3), inset 0px -3px 20px -2px rgba(0, 0, 0, 0.3);
}
.price_BGw img{
	margin: 10px 0;
}
.niman_plan{
	background-color: #00c6c9;
	width: 600px;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 2px;
	padding: 8px 0 5px 0;
	border-radius: 10px;
	position: absolute;
	z-index: 5;
	top:-30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*--三角--*/
.triangle_y {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 80px solid #ffff00;
  border-bottom: 0;
	margin: auto;
}

.price_2_haba{
	width: 90%;
	max-width: 1300px;
	margin: auto;
}

/*----　オプション　----*/
.op_p{
	background-color: #adadad;
	width:100%;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 2px;
	padding: 8px 0 5px 0;
	max-width: 1300px;
	margin: auto;
}
.option .p{
	text-align: justify;
	font-size: 28px;
	margin-left: 10px;
	margin-bottom: 20px;
}
table{
  	border-spacing: 0;
	width: 100%;
	font-size: 18px;
}
table .bottom th,table .bottom td{
	background-color: #ececec;
}
th{
	text-align: left;
	padding-right: 20px;
}
tr{
	height: 110px;
}

@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.op_p{
	font-size: 50px;	
	}
	tr{
	height: 150px;
}
}

/*----　広告費の手数料　----*/

.price_3_BGw{
	background-color: #fff;
	width: 90%;
	max-width: 1300px;
	margin:auto;
	border: solid 3px #f75480;
}
.price_3_p{
	background-color: #f75480;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 2px;
	padding: 10px 30px 5px 30px;
	margin: auto;
	border-radius: 10px 10px 0 0;
}	
.kome1{
	text-align: justify;
	width: 95%;
	font-size: 25px;
}
.sp{
	margin-left: 48px;
}
.sp2{
	margin-left: 43px;
}
.unyounei{
	border: solid 3px #f75480;
	color: #f75480;
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 2px;
	padding: 5px 0 0 0;
	margin: 50px auto 20px auto;
	width: 95%;
}
.kome2{
	font-weight: bold;
	text-align: justify;
	width: 95%;
	font-size: 35px;
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.price_3_p{
	font-size: 40px;
}
	.kome2{
	font-size: 28px;
}
}
@media screen and (max-width: 1250px){
  /*--ここにスマホに適したCSSを記述します*/
	.kome1{
	font-size: 26px;
}


}