@charset "UTF-8";

/* ▼▼▼ サービス＆プラン
======================================================*/

/* ▼ メインビジュアル
----------------------------------------*/
.plan_mv {
	width: 100%;
	padding:60px 0;
	margin:0 auto 40px;
	position: relative;
  background:linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(245,244,244,1) 100%);
	overflow: hidden;
}
.plan_mv .container{
  max-width:1366px;
}
.plan_mv h1.mv_title{
  width: 40%;
  min-width: 480px;
  padding: 40px 10px 30px 6%;
  position: relative;
  z-index: 1;
}
.plan_mv h1.mv_title span{
  display: block;
  font-weight: 700;
}
.plan_mv h1.mv_title span.mv_sub{
	font-size:18px;
  letter-spacing: 0.1em;
}
.plan_mv h1.mv_title span.mv_main{
	font-size:32px;
  letter-spacing: 0.05em;
}
.plan_mv h1.mv_title a{
	display: block;
	width:300px;
	height:70px;
	background: #0340C9;
	margin: 20px 0 15px 0;
  color:#fff;
	font-size:19px;
	text-align: center;
	line-height: 70px;
}
.plan_mv h1.mv_title span.mv_text{
  margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
}
.plan_mv img{
	width:70%;
	max-width: 914px;
	margin:auto;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
}


/* ▼ ページ内リンクエリア
----------------------------------------*/
.page_link{
  /* margin-bottom: 60px; */
  font-size:16px;
  text-align: center;
}
.page_link a:link{
  text-decoration: underline;
}
.page_link a:hover{
  text-decoration: none;
}

/* ▼ こんな用途に
----------------------------------------*/
#purpose{
	padding: 60px;
}
#purpose h2.title{
  margin-bottom: 30px;
  font-size:24px;
  text-align: center;
  }
#purpose ul.purpose_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#purpose ul.purpose_list li{
  width:31%;
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  padding:20px 10px 10px 25px;
}
#purpose ul.purpose_list li h3.title{
  color:#0340C9;
  font-size:26px;
  text-align: center;
  letter-spacing: 0.5em;
}
#purpose ul.purpose_list li p{
  border-left:3px solid #0340C9;
  padding-left:15px;
  margin-top: 25px;
  font-size:16px;
  letter-spacing: 0;
}

/* ▼ こんな方へ
----------------------------------------*/
#target{
	background: url(../img/section_bg_bk_pc.png) no-repeat center / cover;
	padding:60px 0;
}
#target h2.title{
	margin-bottom: 30px;
	color:#fff;
	font-size:24px;
	text-align: center;
}
#target ul.target_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#target ul.target_list li{
  width:19%;
}
#target ul.target_list li div{
  width: 100%;
  padding-top: 100%;
  background: #0340C9;
  border-radius: 50%;
  position: relative;
}
#target ul.target_list div p{
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
#target ul.target_list div p span{
	display: block;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  }

#target .merit{
	margin-top: 60px;
	border-bottom:1px solid #fff;
}
#target .merit h2.title {
	display: flex;
	align-items: center;
	position: relative;
}
#target .merit h2.title::before,
#target .merit h2.title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#target .merit h2.title::before {
  margin-right: 1rem;
}
#target .merit h2.title::after {
  margin-left: 1rem;
}
#target .merit ul {
	display: flex;
	flex-wrap: wrap;
}
#target .merit ul li{
	background: url(../img/plan/checkbox.png) no-repeat left top 5px / 33px 27px;
	padding:0 0 0 40px;
	margin-bottom: 20px;
	color:#fff;
	font-size:20px;
	font-weight: 700;
}
#target .merit ul li:nth-of-type(2n+1){
	width:45%;
}
#target .merit ul li:nth-of-type(2n){
	width:55%;
}


/* ▼ サービスコンテンツ
----------------------------------------*/
#service_contents{
	background: #F4F8FF;
	padding:80px 0;
}
#service_contents h2.title{
  margin-bottom: 60px;
  font-size:24px;
  text-align: center;
  }

#service_contents .service_contents_wrap{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
#service_contents .service_contents_wrap::before{
  content:"";
  display: block;
	width:calc(25% - 2px);
  order:1;
}
#service_contents .service_contents_wrap::after{
  content:"";
  display: block;
	width:calc(25% - 2px);
}
#service_contents .service_contents_wrap .service_contents_block{
	width:calc(25% - 2px);
	background: #E1E8F7;
	padding:25px 20px;
	margin-bottom: 20px;
	text-align: center;
}
#service_contents .service_contents_wrap .service_contents_block img{
	width:62px;
	height:62px;
}
#service_contents .service_contents_wrap .service_contents_block h3.title{
	margin: 10px auto;
	color:#0340C9;
  font-size:14px;
	font-weight: 700;
  text-align: center;
}
#service_contents .service_contents_wrap .service_contents_block ul li{
	background: #fff;
	padding:10px;
	margin-bottom: 5px;
	font-size:12px;
	text-align: center;
}


/* ▼ サービスプラン・料金
----------------------------------------*/
#service_plan{
	padding: 0 0 100px;
}

/* table共通設定 */
#service_plan .sp_scroll{
	white-space: nowrap;
}
#service_plan .sp_scroll table{
	width: 100%;
	border-collapse: collapse;
}
#service_plan table tr th,
#service_plan table tr td{
	border:1px solid #CCCCCC;
	padding:20px 10px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
}
#service_plan table tr.bg_gray th,
#service_plan table tr.bg_gray td{
	background: #F4F5F8;
}
#service_plan table .bg_green,
#service_plan table .bg_blue,
#service_plan table .bg_red{
	padding:30px 0;
	font-size:15px;
}
#service_plan table .bg_green{
	background: #E4F4EB;
}
#service_plan table .bg_blue{
	background: #E1E6F5;
}
#service_plan table .bg_red{
	background: #F4EAF7;
}
#service_plan table .border_none{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#service_plan table .fontsize12{
	font-size: 12px!important;
}
#service_plan table .price{
	font-size: 20px!important;
	line-height: 1;
}
#service_plan table .price span{
	font-size: 12px;
}
#service_plan p.plan_note{
	margin-top:20px;
	font-size: 12px;
}

/* table個別設定 */
#service_plan .sp_scroll:first-of-type{
	margin-bottom:40px;
}
#service_plan table.service_plan_table01 td{
	font-size:13px;
}
#service_plan table.service_plan_table01 tr:nth-of-type(2) td::nth-of-type(2),
#service_plan table.service_plan_table01 tr:nth-of-type(3) td::nth-of-type(2),
#service_plan table.service_plan_table01 tr:nth-of-type(4) td::nth-of-type(2){
	font-size:12px;
}

#service_plan table.service_plan_table02{
	table-layout: fixed;
}
#service_plan table.service_plan_table02 th.light_version{
	width: 200px;
	background: #E1EDF4;
}
#service_plan table.service_plan_table02 th.light_version p{
	text-align: center;
}
#service_plan table.service_plan_table02 th.light_version p:first-of-type span:first-of-type{
	display: inline-block;
	background: #0084D1;
	padding:0 30px;
	color:#fff;
	font-size:12px;
	text-align: center;
}
#service_plan table.service_plan_table02 th.light_version p:first-of-type span:nth-of-type(2){
	color:#0084D1;
}
#service_plan table.service_plan_table02 th.light_version p:nth-of-type(2){
	margin-top: 10px;
	color:#C90000;
	font-size: 12px;
	font-weight: 500;
}

#service_plan table.service_plan_table03 img{
	height:50px;
}

#service_plan table.service_plan_table04 th:first-of-type{
	width:80%;
}
#service_plan table.service_plan_table04 tr:nth-of-type(2) td{
	padding:30px 20px;
}
#service_plan table.service_plan_table04 ul{
	display: flex;
	flex-wrap:wrap;
	padding:0 20px;
}
#service_plan table.service_plan_table04 ul:first-of-type{
	margin-bottom: 10px;
}
#service_plan table.service_plan_table04 ul li{
	width: 33%;
	padding-left:20px;
	font-size: 14px;
	position: relative;
}
#service_plan table.service_plan_table04 ul li::before{
	content:'';
	width:6px;
	height: 6px;
	border-radius: 3px;
	background: #C9C9C9;
	margin: auto;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
}



#service_plan .customize_option_img{
	width:85%;
	margin:50px auto 0;
}
#service_plan .customize_option_img p{
	margin-top: 20px;
	color:#0340C9;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}



/* ▼ WEB集客・反響支援サービス
----------------------------------------*/
#appraisal{

}
#appraisal .plan_mv {
	padding: 130px 0;
	margin-bottom: 0;
}
#appraisal .plan_mv h1.mv_title {
	width: 70%;
}
#appraisal .plan_mv .appraisal_mv_imgarea{
	width:70%;
	background: url(../img/bg_deco02.png) no-repeat center / 914px 230px;
 	margin:auto;
	position: absolute;
	top:0;
  	right:0;
  	bottom:-40px;
}
#appraisal .plan_mv .appraisal_mv_imgarea img{
	max-width: 455px;
	left: 0;
	bottom: 30px;
}
#appraisal .plan_mv .appraisal_mv_imgarea p {
  width: 142px;
  height: 142px;
  background: url(../img/baloon.png) no-repeat center / contain;
  position: absolute;
  top: -90px;
  left: 25%;
}
#appraisal .plan_mv .appraisal_mv_imgarea p span {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#appraisal #appraisal_fee{
	padding-top:60px;
}
#appraisal h2.title{
	margin-bottom: 40px;
	font-size:24px;
	font-weight: 700;
	text-align: center;
}
/*
#appraisal table{
	max-width:800px;
	border-collapse: collapse;
	margin:auto;
}
*/
#appraisal .sp_scroll table {
    max-width: 100%;
    border-collapse: collapse;
    margin: auto;
}
#appraisal table tr th,
#appraisal table tr td{
	border:1px solid #CCCCCC;
	padding:15px 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
}
#appraisal table tr.bg_gray th,
#appraisal table tr.bg_gray td{
	background: #F4F5F8;
}
#appraisal table .bg_green {
    background: #E4F4EB;
}
#appraisal table .bg_blue {
    background: #E1E6F5;
}
#appraisal table .bg_green, #appraisal table .bg_blue {
    padding: 30px 0;
    font-size: 15px;
}
#appraisal table .border_none {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
#appraisal table .fontsize12{
	font-size: 12px!important;
}
#appraisal table .price{
	font-size: 20px!important;
	line-height: 1;
}
#appraisal table .price span{
	font-size: 12px;
}
#appraisal table .price span:first-of-type{
	line-height: 1.9;
}
#appraisal table p:first-of-type{
	text-align: center;
}
#appraisal table p:last-of-type{
	border-top:1px solid #CCCCCC;
	padding-top: 20px;
  	margin-top: 20px;
	font-weight: 500;
}

#appraisal .sample_wrap{
	margin-top: 40px;
}

#appraisal .sample_wrap h2.title{
	margin-bottom: 40px;
	text-align: center;
	font-size:24px;
	font-weight: 700;
  	line-height: 1.6;
}
#appraisal .sample_wrap h2.title span:first-of-type{
	font-size:14px;
}
#appraisal .sample_wrap h2.title span:last-of-type{
	font-size:12px;
	font-weight: 500;
}
#appraisal .sample_wrap h3.title{
	background: #F4F5F8;
	border:1px solid #CCCCCC;
	padding:10px 0;
	font-size:16px;
	text-align: center;
	margin: 20px 0px;
}
#agency{
	margin-bottom: 60px;
}
#agency{
	margin-bottom: 130px;
}

#appraisal .sample_wrap .sample_textver .col-md-6{
	width: 50%;
	position: relative;
	float: left;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

#satei {
    background: url(../img/ai_back_combined_blended_compressed.jpg) no-repeat center / cover;
    padding: 60px 0;
    background-size: cover;
    height: 70vh;
    color: white;
    font-family: sans-serif;
    position: relative;
}
#satei h2.title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
#satei .method {
    margin-top: 10px;
    border-bottom: 1px solid #FFF;
}
#satei .method h2.title {
    display: flex;
    align-items: center;
    position: relative;
}
#satei .method h2.title::before,
#satei .method h2.title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
#satei .method h2.title::before,
#satei .merit h2.title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
#satei .method ul {
    display: flex;
    flex-wrap: wrap;
}
#satei .method ul li {
    padding: 0 0 0 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#satei .container {
    position: relative;
    height: 100%;
}

.satei_title {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

.satei_overlay-box {
  position: absolute;
  top: 60%;
  width: 45%;
  padding: 20px;
  background-color: rgba(50, 50, 50, 0.6);
  transform: translateY(-50%);
  line-height: 1.6;
}

.satei_left-box {
  left: 2%;
}

.satei_right-box {
  right: 2%;
}
.setcontainer {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.setcontainer .item {
    text-align: center;
}
.setcontainer .item img {
    height: 60px;
}
.setcontainer .item .setprice {
    font-size: 16px;
}
.setcontainer .item span {
    font-size: 12px;
}

/* ▼▼▼ 769px〜1100px
======================================================*/
@media screen and (min-width: 769px) and (max-width: 1100px) {
	#service_plan .sp_scroll{
		overflow-x: scroll;
	}
	appraisal .sp_scroll{
		overflow-x: scroll;
	}
}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {


	/* ▼ メインビジュアル
	----------------------------------------*/
	.plan_mv {
		width: 100%;
		padding: 40px 0 50px 0;
		margin: 116px auto 15px;
		position: relative;
		background:linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(245,244,244,1) 100%);
		overflow: hidden;
	}
	.plan_mv .container{
	  max-width:1366px;
	  display: flex;
	  flex-direction: column-reverse;
	  padding: 0;
	}
	.plan_mv h1.mv_title{
	  width: 100%;
	  min-width: 100%;
	  padding: 0 20px;
	  margin-top: 20px;
	}
	.plan_mv h1.mv_title span{
	  display: block;
	  font-weight: 700;
	}
	.plan_mv h1.mv_title span.mv_sub{
		font-size: 18px;
	}
	.plan_mv h1.mv_title span.mv_main{
		font-size: 22px;
	}
	.plan_mv h1.mv_title a{
		width: 100%;
		height:70px;
		margin: 20px 0 0 0;
	}
	.plan_mv h1.mv_title span.mv_text{
	}
	.plan_mv img{
		width: auto;
		max-width: 100%;
		max-height: 180px;
		margin:auto;
		position: static;
	}


	/* ▼ ページ内リンクエリア
	----------------------------------------*/
	.page_link{
	  margin-bottom: 0;
	  font-size:16px;
	  text-align: center;
	}
	.page_link a:link{
	  text-decoration: underline;
	}
	.page_link a:hover{
	  text-decoration: none;
	}

	/* ▼ こんな用途に
	----------------------------------------*/
	#purpose{
		padding: 50px 0 60px;
	}
	#purpose h2.title{
	  font-size: 22px;
	  }
	#purpose ul.purpose_list li{
	  width: 100%;
	  padding: 20px 15px 15px;
	  margin-bottom: 20px;
	}
	#purpose ul.purpose_list li h3.title{
	  font-size: 24px;
	  line-height: 1.2;
	}
	#purpose ul.purpose_list li p{
	  margin-top: 15px;
	}

	/* ▼ こんな方へ
	----------------------------------------*/
	#target{
		background: url(../img/section_bg_bk_pc.png) no-repeat center / cover;
		padding: 50px 0;
	}
	#target h2.title{
		margin-bottom: 30px;
		color:#fff;
		font-size: 22px;
		text-align: center;
	}
	#target ul.target_list{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: flex-start;
	}
	#target ul.target_list li{
	  width: 48%;
	  margin-bottom: 4%;
	}

	#target .merit{
		margin-top: 40px;
	}
	#target .merit h2.title {
		display: flex;
		align-items: center;
		position: relative;
	}
	#target .merit h2.title::before,
	#target .merit h2.title::after {
	  content: "";
	  height: 1px;
	  flex-grow: 1;
	  background-color: #fff;
	}
	#target .merit h2.title::before {
	  margin-right: 1rem;
	}
	#target .merit h2.title::after {
	  margin-left: 1rem;
	}
	#target .merit ul {
		display: block;
	}
	#target .merit ul li{
		background: url(../img/plan/checkbox.png) no-repeat left top 5px / 33px 27px;
		font-size: 18px;
		letter-spacing: 0;
	}
	#target .merit ul li:nth-of-type(2n+1){
		width: 100%;
	}
	#target .merit ul li:nth-of-type(2n){
		width: 100%;
	}

	/* ▼ サービスコンテンツ
	----------------------------------------*/
	#service_contents{
		background: #F4F8FF;
		padding: 50px 0 30px;
	}
	#service_contents h2.title{
	  margin-bottom: 30px;
	  font-size: 22px;
	  text-align: center;
	  }

	#service_contents .service_contents_wrap{
	  display: block;
	  }
	#service_contents .service_contents_wrap::before{
	  content:"";
	  display: block;
		width:calc(25% - 2px);
	  order:1;
	}
	#service_contents .service_contents_wrap::after{
	  content:"";
	  display: block;
		width:calc(25% - 2px);
	}
	#service_contents .service_contents_wrap .service_contents_block{
		width: 100%;
		padding: 15px 10px;
	}
	#service_contents .service_contents_wrap .service_contents_block ul li{
		padding: 5px 10px;
	}


	/* ▼ サービスプラン・料金
	----------------------------------------*/
	#service_plan{
		padding: 0 0 60px;
	}
	#service_plan h2.title{
	  padding-top: 50px;
	  margin: 0 auto 30px;
	  font-size: 22px;
	  line-height: 1;
	}
	#service_plan h2.title span{
		display: block;
		margin-top: 15px;
		text-align: center;
		font-size: 14px;
		line-height: 1.4;
	}

	/* table共通設定 */
	#service_plan .sp_scroll{
		margin-top: 30px;
		overflow-x: scroll;
	}
	#service_plan .sp_scroll table {
    border-collapse: collapse;
	}
	#service_plan p.plan_note{
		margin-top: 10px;
	}

	/* table個別設定 */
	#service_plan table.service_plan_table01{
		margin-bottom: 0;
	}
	#service_plan table.service_plan_table01 td{
		font-size:13px;
	}
	#service_plan table.service_plan_table01 tr:nth-of-type(2) td::nth-of-type(2),
	#service_plan table.service_plan_table01 tr:nth-of-type(3) td::nth-of-type(2),
	#service_plan table.service_plan_table01 tr:nth-of-type(4) td::nth-of-type(2){
		font-size:12px;
	}


	#service_plan table.service_plan_table02{
		table-layout: auto;
	}
	#service_plan table.service_plan_table02 th.light_version{
		width: 200px;
		background: #E1EDF4;
	}
	#service_plan table.service_plan_table02 th.light_version p{
		text-align: center;
	}
	#service_plan table.service_plan_table02 th.light_version p:first-of-type span:first-of-type{
		display: inline-block;
		background: #0084D1;
		padding:0 30px;
		color:#fff;
		font-size:12px;
		text-align: center;
	}
	#service_plan table.service_plan_table02 th.light_version p:first-of-type span:nth-of-type(2){
		color:#0084D1;
	}
	#service_plan table.service_plan_table02 th.light_version p:nth-of-type(2){
		margin-top: 10px;
		color:#C90000;
		font-size: 12px;
		font-weight: 500;
	}

	#service_plan table.service_plan_table03{
		width:1000px;
	}
	#service_plan table.service_plan_table03 img{
		height:50px;
	}

	#service_plan table.service_plan_table04 th:first-of-type{
		width:80%;
	}
	#service_plan table.service_plan_table04 tr:nth-of-type(2) td{
		padding:30px 20px;
	}
	#service_plan table.service_plan_table04 ul{
		display: block;
		flex-wrap:wrap;
		padding: 0;
	}
	#service_plan table.service_plan_table04 ul:first-of-type{
		margin-bottom: 0;
	}
	#service_plan table.service_plan_table04 ul li{
		width: 100%;
	}
	#service_plan table.service_plan_table04 ul li::before{
		content:'';
		width:6px;
		height: 6px;
		border-radius: 3px;
		background: #C9C9C9;
		margin: auto;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
	}

	#service_plan .customize_option_img{
		width: 100%;
	}
	#service_plan .customize_option_img p{
		font-size: 22px;
	}

	/* ▼ WEB集客・反響支援サービス
	----------------------------------------*/
	#appraisal{

	}
	#appraisal .plan_mv{
		padding: 50px 0 135px;
		margin-bottom: 0;
		margin-top: 0;
	}
	#appraisal .plan_mv .container {
    flex-direction: column;
	}

	#appraisal .plan_mv h1.mv_title {
	  width: 100%;
	  margin-top: 0;
	 }
	#appraisal .plan_mv .appraisal_mv_imgarea{
		width: 100%;
		background: url(../img/bg_deco02.png) no-repeat center bottom / contain;
		margin:auto;
		position: relative;
		top: 80px;
		text-align: center;
		right:0;
		bottom: 0;
	}
	#appraisal .plan_mv .appraisal_mv_imgarea img{
		max-width: calc(100% - 40px);
		position: static;
	}
	#appraisal .plan_mv .appraisal_mv_imgarea p {
	  width: 122px;
	  height: 122px;
	  top: -70px;
	  left: 20px;
	}

	#appraisal #appraisal_fee {
    padding-top: 50px;
	}
	#appraisal h2.title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	#appraisal table{
		max-width:100%;
		border-collapse: collapse;
		margin:auto;
	}
	#appraisal table tr th,
	#appraisal table tr td{
		border:1px solid #CCCCCC;
		padding: 15px 10px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
		vertical-align: middle;
		min-width: 212px;
	}
	#appraisal table tr.bg_gray th,
	#appraisal table tr.bg_gray td{
		width:50%;
		background: #F4F5F8;
	}
	#appraisal table .fontsize12{
		font-size: 12px!important;
	}
	#appraisal table .price{
		font-size: 20px!important;
		line-height: 1;
	}
	#appraisal table .price span{
		font-size: 12px;
	}
	#appraisal table .price span:first-of-type{
		line-height: 1.9;
	}
	#appraisal table p:first-of-type{
		text-align: center;
	}
	#appraisal table p:last-of-type{
		border-top:1px solid #CCCCCC;
		padding-top: 20px;
	  	margin-top: 20px;
		font-weight: 500;
	}

	#appraisal .sample_wrap{
		margin-top: 50px;
	}

	#appraisal .sample_wrap h2.title{
		margin-bottom: 40px;
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
	}
	#appraisal .sample_wrap h2.title span:first-of-type{
		font-size:14px;
	}
	#appraisal .sample_wrap h2.title span:last-of-type{
		display: block;
		margin-top: 10px;
		font-size:12px;
		font-weight: 500;
		text-align: center;
		line-height: 1.5;
	}
	#appraisal .sample_wrap .sample_textver{
		margin-bottom: 40px;
	}
	#appraisal .sample_wrap .sample_mapver{
		margin-bottom: 60px;
	}

	/* table共通設定 */
	#appraisal .sp_scroll{
		margin-top: 30px;
		overflow-x: scroll;
	}
	#appraisal .sp_scroll table {
    	border-collapse: collapse;
	}
	#appraisal p.plan_note{
		margin-top: 10px;
	}

	/* table個別設定 */
	#appraisal table.service_plan_table01{
		margin-bottom: 0;
	}
	#appraisal table.service_plan_table01 td{
		font-size:13px;
	}
	#appraisal table.service_plan_table01 tr:nth-of-type(2) td::nth-of-type(2),
	#appraisal table.service_plan_table01 tr:nth-of-type(3) td::nth-of-type(2),
	#appraisal table.service_plan_table01 tr:nth-of-type(4) td::nth-of-type(2){
		font-size:12px;
	}

	#appraisal .sample_wrap .sample_textver .col-md-6{
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
  .satei_title {
		position: relative;
		top: -50px;
	}
	.satei_overlay-box {
		position: relative;
       	top: 85px;
        width: 100%;
        margin-bottom: 20px;
        padding: 16px;
	}
	#satei .method { margin-top: 0px; }
	.satei_left-box { left: 0%; }
	.satei_right-box { right: 0%; }
	#satei h2.title {
		margin-bottom: 10px;
    	margin-top: -10px;
	}
	#satei .method ul li {
	    font-size: 5vw;
		margin-bottom: 10px;
	}
	
}
@media only screen and (max-width: 375px) {
	
	#satei .method ul li {
	    font-size: 4vw;
	}
	.satei_overlay-box {
        top: 50px;
	}
}