@charset "utf-8";

.carnavi_tb01{
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.carnavi_tb01 th{
  width: 50%;
  padding: 10px;
  text-align:center;
  background-color: #f1f8f8;
  border: 1px solid #ccc;
}
.carnavi_tb01 td{
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

.service_top_point{
  border: 3px solid #4ea6ab;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 20px;
}
.service_top_point .service_top_point_title{
  color: #ec7a9b;
  font-size: 24px;
  line-height: 30px;
}
.service_top_point ul{
}
.service_top_point ul li{
  background: url(../images/service_top_point_icon.png) no-repeat 5px 8px;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 5px 5px 50px;
}

.service_links{
}
.service_links li{
  margin: 15px 0;
}
.service_links li a.botton{
  display: table;
  width: 100%;
  height: 170px;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(166, 166, 166, 0.55);
  color: #666;
  text-decoration: none;
  position: relative;
}
.service_links li a.botton:after{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon_green_arrow_right.png) no-repeat center center;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.service_links li a.botton:hover {
  background: #f1f8f8;
}
.service_links_img{
  display: table-cell;
  vertical-align: middle;
  width: 156px;
  text-align: center;
}
.service_links_texts{
  display: table-cell;
  vertical-align: middle;
}
.service_links_title{
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin: 0 0 10px;
}
.service_links_texts .service_links_body{
  width: 480px;
}
.service_links_plan p{
  margin-right: 5px;
}

.service_links_attention{
  font-size: 10px;
  vertical-align: top;
}

.service_links_date{
  color: #fff;
  font-size: 13px;
  width: 110px;
  line-height: 28px;
  background-color: #ec7a9b;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 15px;
}

.service_plan_table{
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}
.service_plan_table .regtop_table_small{
  font-size: 14px;
}
.service_plan_table th,
.service_plan_table td{
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
}
.service_plan_table th{
  background-color: #f1f8f8;
}
.service_plan_table th.label_sky_blue{
  background: #b4e1ec;
}
.service_plan_table th.label_yellow{
  background: #e7ce69;
}
.service_plan_table th.label_right_blue{
  background: #d3e9ea;
}
.service_plan_table th.service_plan_table_left{
  text-align: left;
}
.service_plan_table td{
}
.service_plan_table strong{
  font-weight: bold;
}
.service_plan_table .service_plan_table_red{
  color: #ec7a9b;
}
.service_plan_table .service_plan_table_small{
  font-size: 12px;
}
.service_plan_table .service_plan_table_attention{
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .service_links_img { width: 30%; }
  .service_links_texts { padding: 10px 0; }
  .service_links_date { position: static; }
  .service_links_body { padding-top: 10px; }
  .service_links_texts .service_links_plan { margin-left: -32%; }
  .service_plan_table th, .service_plan_table td{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 5px;
  }
  .service_plan_table .service_plan_table_small{
    font-size: 11px;
    display: block;
  }
  .service_links li a{
    height: auto;
  }
  .service_links_texts .service_links_body{
    margin-right: 40px;
    width: auto;
  }
}

.one_column.border_box {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.is_table_layout {
  display: table;
  padding-top: 10px;
  width:100%;
}
.one_column.border_box .left_side {
  display: table-cell;
  width: 34%;
  vertical-align: middle;
  text-align: center;
}
.one_column.border_box .right_side {
  display: table-cell;
  width: 66%;
  /*padding-left: 2%;*/
  padding-right:0px;
  vertical-align: top;
}
.one_column.border_box .left_side.one_c_l {
  width: 15%;
}
.one_column.border_box .right_side.one_c_r {
  width: 85%;
}
@media screen and (max-width: 760px) {
.one_column.border_box .left_side.one_c_l {
  width: 34%;
}
.one_column.border_box .right_side.one_c_r {
  width: 66%;
}
}
.is_center_lines {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.is_center_lines .one_column.border_box { border: 0 none; }

.is_center_lines .one_column.border_box:first-child {
  border-right: 1px solid #ccc;
}
.is_center_lines .one_column.border_box.noneborder:first-child {
  border-right: 0 none;
}
@media screen and (max-width: 760px) {
  .one_column.border_box {
    padding-bottom: 10px;
  }
  .is_center_lines { border-bottom: 0 none; }
  .is_center_lines .one_column.border_box,
  .is_center_lines .one_column.border_box:first-child {
    border: 0 none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .is_center_lines .one_column.border_box:last-child { border-bottom: 0 none; }
  .is_center_lines .one_column.border_box.border_add:last-child { border-bottom: 1px solid #ccc; }
}

.img_upper_v10 {
	vertical-align: top !important;
	padding-top: 10px;
}