@charset "UTF-8";

----------------------------------------*/
#agency_plan {
	padding: 0 0 100px;
	margin-bottom: 50px;
}
#agency_plan h2.title{
  padding-top: 80px;
  margin: 0 auto 30px;
  font-size:24px;
  text-align: center;
  line-height: 1.5;
}
#agency_plan h2.title span{
	font-size:14px;
}

/* table共通設定 */
#agency_plan .sp_scroll{
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#agency_plan .sp_scroll {
		margin-top: 30px;
	    overflow-x: scroll;
	}
}
#agency_plan .sp_scroll table{
	width: 100%;
	border-collapse: collapse;
}
#agency_plan table tr th,
#agency_plan table tr td{
	border:1px solid #CCCCCC;
	padding:20px 10px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
	min-width: 120px;
}
#agency_plan table tr.bg_gray th,
#agency_plan table tr.bg_gray td{
	background: #F4F5F8;
}
#agency_plan table .bg_green,
#agency_plan table .bg_blue,
#agency_plan table .bg_red{
	padding:30px 0;
	font-size:15px;
}
#agency_plan table .bg_green{
	background: #E4F4EB;
}
#agency_plan table .bg_blue{
	background: #E1E6F5;
}
#agency_plan table .bg_red{
	background: #F4EAF7;
}
#agency_plan table .border_none{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#agency_plan table .fontsize12{
	font-size: 12px!important;
}
#agency_plan table .price{
	font-size: 20px!important;
	line-height: 1;
}
#agency_plan table .price span{
	font-size: 12px;
}
#agency_plan p.plan_note{
	margin-top:20px;
	font-size: 12px;
}

/* table個別設定 */
#agency_plan .sp_scroll:first-of-type{
	margin-bottom:40px;
}
#agency_plan table.agency_plan_table01 td{
	font-size:13px;
}
#agency_plan table.agency_plan_table01 tr:nth-of-type(2) td::nth-of-type(2),
#agency_plan table.agency_plan_table01 tr:nth-of-type(3) td::nth-of-type(2),
#agency_plan table.agency_plan_table01 tr:nth-of-type(4) td::nth-of-type(2){
	font-size:12px;
}

#agency_plan table.agency_plan_table02{
	table-layout: fixed;
}
#agency_plan table.agency_plan_table02 th.light_version{
	width: 200px;
	background: #E1EDF4;
}
#agency_plan table.agency_plan_table02 th.light_version p{
	text-align: center;
}
#agency_plan table.agency_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;
}
#agency_plan table.agency_plan_table02 th.light_version p:first-of-type span:nth-of-type(2){
	color:#0084D1;
}
#agency_plan table.agency_plan_table02 th.light_version p:nth-of-type(2){
	margin-top: 10px;
	color:#C90000;
	font-size: 12px;
	font-weight: 500;
}

#agency_plan table.agency_plan_table03 img{
	height:50px;
}

#agency_plan table.agency_plan_table04 th:first-of-type{
	width:80%;
}
#agency_plan table.agency_plan_table04 tr:nth-of-type(2) td{
	padding:30px 20px;
}
#agency_plan table.agency_plan_table04 ul{
	display: flex;
	flex-wrap:wrap;
	padding:0 20px;
}
#agency_plan table.agency_plan_table04 ul:first-of-type{
	margin-bottom: 10px;
}
#agency_plan table.agency_plan_table04 ul li{
	width: 33%;
	padding-left:20px;
	font-size: 14px;
	position: relative;
}
#agency_plan table.agency_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;
}
.agency_table {
    width: 100%;
}
.agency_table th p {
    text-align: center;
}
.agency_table .sample_row img {
    width: 100%;
}
.agency_table .price_row td {
   text-align:center;
}
.agency_table .price_row p {
    text-align: center;
    font-size: 16px;
}
.application_name {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.application_name h2 {
	margin-top: 0px;
	font-size: 30px;
}
.application_comment {

}
.btn_trial {
    margin: 0px auto;
    display: block;
    width: 200px;
    height: 55px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background: #0340C9;
    cursor: pointer;
}
a.btn_trial,
a.btn_trial :hover,
a.btn_trial :focus {
    color: white;
    text-decoration: none;
}
#modal-request {
	display: none;
	line-height: 22px;
}
#modal-content {
	z-index: 10020;
}
#modal-request .ui-button-text-only .ui-button-text {
    height: 40px;
}
.request_wrap th {
    border: 1px solid #CCCCCC;
    background: #F4F5F8;
    width: 155px;
    padding: 0px 5px;
    text-align: center;
    font-weight: normal;
}
.request_wrap td {
    width: 400px;
    padding: 2px 5px;
}
.request_wrap textarea, 
.request_wrap input[type=text] {
    width: 100%;
}
.request_wrap select {
   width: 200px;
}
.request_wrap textarea {
    height: 170px;
    padding: 5px;
    margin-top: 5px;
}
.error_msg {
    color: red;
    font-size: 12px;
    display: block;
}
#agency_plan{

}
#agency_plan .plan_mv {
	padding: 130px 0;
	margin-bottom: 0;
}
#agency_plan .plan_mv h1.mv_title {
  width: 70%;
}
#agency_plan .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;
}
#agency_plan .plan_mv .appraisal_mv_imgarea img{
	left: 0;
	bottom: 30px;
}
#agency_plan .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%;
}
#agency_plan .plan_mv .appraisal_mv_imgarea p span {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0px 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

p.baloon {
  width: 142px;
  height: 142px;
  background: url(../img/baloon.png) no-repeat center / contain;
  position: absolute;
  top: -90px;
  left: 25%;
}
p.baloon span {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0px 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}