/* PC・タブレットサイズのcssです */
.only_mobile {
  display: none !important;
}

.wrap {
  width: 100%;
}

.wrap_inner,
.wrap_main {
  width: 100%;
  margin: 0 auto;
}

.wrap_header_inner {
  background: #fff;
  width: 100%;
}

.main_nav_pc {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* header */

.pc_fix_header {
  height: 89px;
  z-index: 99998;
  line-height: 89px;
}

.pc_relative_header {
  margin-top: 89px;
}

.header_pc {
  height: 89px;
  width: 100%;
  margin: 0 auto;
  max-height: 1000px;
}

.top_header_main_wrap {
  overflow: hidden;
  width: 100%;
}

.header_main {
  position: relative;
  height: 300px;
  width: 100%;
  z-index: 1;
}

header .top_header_main {
  width: 100%;
  height: -webkit-calc(100vh - 89px); /*=#header-fixed-wrapper:height*/
  height: -moz-calc(100vh - 89px); /*=#header-fixed-wrapper:height*/
  height: -o-calc(100vh - 89px); /*=#header-fixed-wrapper:height*/
  height: calc(100vh - 89px); /*=#header-fixed-wrapper:height*/
  position: relative;
  z-index: 1;
}

.top_header_main_inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/top_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub_header_main_inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/pc_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main_image {
  line-height: 0;
  position: relative;
}

.main_image img {
  width: 100%;
}

/*
.header_main_inner {
  position:absolute;
	top:0;
	right:0;
	left:0;
	margin:0 auto;
	width:100%;
	height:100%;
	max-width:1000px;
}
*/

.header_main_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

.opportunity_count {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 6px 19px;
  /*background-color: rgba(178,200,224,0.9);*/
  background-color: rgba(183, 203, 227, 0.9);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.opportunity_count p {
  color: #1858a0;
  font-weight: bold;
}

/* 20200604 */
.urgent_coment {
  position: absolute;
	top:50px;
  width: 100%;
  height: 60px;
  text-align: center;
	display: table;
	padding:6px 19px;
	background-color: #ff2040;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
  z-index: 1;
}

.urgent_coment a{
	color:#ffffff;
	font-weight:bold;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}

.opportunity_count span {
  font-size: 24px;
  padding: 0 5px;
}

.header_main_text .top_concept {
  font-size: 37px;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 30px;
}

.header_main_text .top_main_logo {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

.header_main_text .top_main_logo img {
  width: 41%;
}

.header_main_text .main_title {
  font-size: 30px;
  padding: 10px;
  font-weight: bold;
}

.header_main_text .contact_header {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}

.header_main_text .recruit_header {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}

.header_main_text .company_header {
  position: absolute;
  bottom: 55px;
  right: 0;
  left: 0;
}

.header_main_text .estateproperty_header {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}

.header_main_text .homeinspection_header {
  position: absolute;
  bottom: 79px;
  right: 0;
  left: 0;
}

.header_main_text .assessment_header {
  position: absolute;
  bottom: 58px;
  right: 0;
  left: 0;
}

.header_main_text .project_header {
  position: absolute;
  bottom: 79px;
  right: 0;
  left: 0;
}

.header_main_text .main_text,
.header_main_text .main_text_01 {
  display: block;
  margin: 10px auto;
  font-size: 16px;
  font-weight: normal;
}

.sub_header_main_inner .header_main_text .main_text,
.sub_header_main_inner .header_main_text .main_text_01 {
  font-size: 18px;
}

.top_main_arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.top_main_arrow span {
  color: #fff;
}

.main_nav_pc ul {
  float: left;
  width: calc(100% - 56px);
}

.main_nav_pc:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main_nav_pc li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  width: 8.7%;
}

.main_nav_pc li:first-child {
  padding-left: 0;
  text-align: left;
  width: 20%;
}

.main_nav_pc li:nth-child(2) {
  width: 23.5%;
}

.main_nav_pc li:nth-child(3) {
  width: 17.5%;
}

@media (max-width: 1010px) {
  .main_nav_pc li {
    font-size: 12px;
  }

  .main_nav_pc li:nth-child(2) {
    width: 23%;
  }

  .main_nav_pc li:nth-child(3) {
    width: 16%;
  }
}

.header_contact {
  display: block;
  float: right;
  line-height: 90px;
}

.header_contact img {
  vertical-align: middle;
}

.header_contact:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.main_nav_pc li img {
  text-align: center;
  vertical-align: middle;
}

.main_nav_pc a {
  display: block;
  text-decoration: none;
}

.main_nav_pc a p {
  color: #333;
}

/* pc footer */

/* pankuzu */

.pankuzu {
  border-bottom: 1px solid #ccc;
}

.pankuzu ul {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  clear: both;
  height: 40px;
  max-width: 1000px;
  margin: 25px auto;
  padding: 0 5px;
}

.pankuzu ul li {
  position: relative;
  display: block;
  line-height: 40px;
  float: left;
  text-decoration: none;
  color: #333;
}

.pankuzu ul li a {
  text-decoration: none;
  color: #333;
}

.pankuzu ul li a:hover {
  color: #f90;
}

.pankuzu ul li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #333;
  margin: 0 0.6em;
}

/* footer */

.footer_main .only_mobile {
  display: none;
}

.footer_main {
  color: #333;
  border-top: 1px solid #e0e0e0;
}

.footer_main_nav {
  max-width: 1000px;
  width: 100%;
  margin: 37px auto;
}

.footer_main_nav ul {
  width: 100%;
}

.footer_main_nav li {
  display: inline-block;
  float: left;
  text-align: center;
  width: 11%;
  font-size: 16px;
}

@media (max-width: 888px) {
  .footer_main_nav li {
    font-size: 13px;
  }
}

.footer_main_nav li a {
  display: inline-block;
}

.footer_main_nav ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.footer_main_nav li:first-child {
  text-align: left;
  width: 24%;
}

.footer_main_nav li:nth-child(2) {
  width: 17.5%;
}

.footer_main_nav li:last-child {
  text-align: right;
  width: 14.5%;
}

.footer_main_nav a p {
  color: #333;
}

.footer_main_inner {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  width: 100%;
  color: #333;
}

.contact {
  background-color: #364288;
  padding: 30px 7%;
  text-align: center;
  color: #fff;
}

.footer_info {
  padding: 20px 7%;
  background-color: #132274;
  color: #fff;
  font-size: 12px;
}

.footer_info a {
  color: #fff;
}

.footer_info_inner {
  width: 100%;
  display: table;
}

/* top_main */

#main_contents,
#top_contents05 {
  padding-top: 50px;
  margin-top: -50px;
}

/* contents01 */

.contents01 {
  padding: 0 4%;
  background-image: url("../img/top2.png");
  background-size: cover;
}

.contents01 .sub_title {
  font-size: 36px;
  padding: 80px 0 60px;
}

.contents01 .top_sub_contents {
  display: block;
  margin: 0 auto 80px;
}

.contents01 .top_sub_contents .col-sm-12 {
  padding: 0;
}

.top_main_text {
  margin: 10px 0;
  text-align: center;
  line-height: 160%;
}

.top_sub_contents {
  margin: 40px auto;
  text-align: center;
  display: table;
  max-width: 1000px;
  width: 100%;
}

.top_sub_contents_01,
.top_sub_contents_02,
.top_sub_contents_03 {
  position: relative;
  max-width: 100%;
  height: 100%;
}
/*6/5 yafuso*/
.top_sub_contents_01 {
  padding-left: 0px;
  padding-right: 25px;
  /* height: 410px; */
}

.top_sub_contents_02 {
  /* height: 410px; */
}

.top_sub_contents_03 {
  padding-left: 25px;
  padding-right: 0px;
  /* height: 410px; */
}

.top_sub_contents_01 a,
.top_sub_contents_02 a,
.top_sub_contents_03 a {
  padding: 10px;
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
  color: #333;
  border-radius:15px;
}

.top_sub_contents_01 a {
  border: 4px solid #f99;
}

.top_sub_contents_02 a {
  border: 4px solid #faaf29;
}

.top_sub_contents_03 a {
  border: 4px solid #4db250;
}

.top_sub_contents_01 .top_sub_contents_title {
  color: #f99;
}

.top_sub_contents_02 .top_sub_contents_title {
  color: #faaf29;
}

.top_sub_contents_03 .top_sub_contents_title {
  color: #4db250;
}

.top_sub_contents_title {
  font-size: 22px;
  padding-top: 10px;
  line-height: 22px;
}

.top_sub_contents_text {
  padding: 20px 0;
  text-align: left;
  margin-bottom: 113px;
}

.top_sub_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.top_sub_contents_image {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}

.top_sub_contents_01:hover,
.top_sub_contents_02:hover,
.top_sub_contents_03:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.top_assessment {
  text-align: center;
  padding: 40px 0 80px;
}

.top_assessment a {
  border: 2px solid #01499d;
  border-radius: 9px;
  font-size: 28px;
  display: inline-block;
  background: #ebf7fc;
  padding: 20px 0px;
  color: #01499d;
  width: 500px;
  text-decoration: none;
}

.contents01 .top_assessment a:hover {
  background: #1154a3;
  color: #fff;
  transition: all 0.5s;
}

.top_assessment p {
  font-size: 28px;
}

.top_assessment p span {
  padding-left: 20px;
}

/* contents02 */

.contents02 .sub_title {
  color: #333;
  font-size: 42px;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  line-height: 42px;
}

.top_sub_contents02_wrap {
  background: #01499d;
  display: table;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -50px;
}

.contents02 .col-sm-12 {
  padding: 0 50px;
}

.contents02 .col-sm-4 {
  text-align: center;
}

.top_sub_contents02 {
  padding: 10px;
}

.top_sub_contents02_title {
  color: #01499d;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
}

.top_sub_contents02_text {
  text-align: left;
  font-size: 14px;
  color: #333;
  padding: 0 10px 10px;
}

.contents02_test {
  position: absolute;
  top: -30px;
}
.top_design_banner {
    text-align:center;
}

.title_sinzato{

    position:relative;
    top:0;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px; /* 追加：幅は最大で1000pxまで広がるようにする */
    min-width: 300px; /* 追加：幅は最小で300pxまで狭まるようにする */

    padding: 80px 0 40px;
    font-size: 34px;
    font-weight: normal;
    line-height: 34px;
    color: #01499d;
    font-family: "ＭＳ Ｐゴシック";
}
/*
.contents02 #work-posts-slide > ul li article a .thumbnail > img {
  height:220px;
}
*/

/* TOPページ「SPECIAL」のスライドが2つの場合　ここから */

#work-posts-slide .special_contents_two {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

#work-posts-slide .special_contents_two li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0 15px;
}

.special_contents_left {
  float: right;
}

.special_contents_right {
  float: left;
}

/* TOPページ SPECIAL スライド間隔設定 */
/*
.contents02 #work-posts-slide > ul li:not(:first-child) {
  margin:0;
}
*/
.contents02 #work-posts-slide > ul li:first-child {
  margin-right: 20px;
}
.contents02 #work-posts-slide > ul li:not(:first-child) {
  margin: 0 20px;
}

#work-posts-slide .special_contents_two li article {
  width: 308px;
  margin: 0 auto;
}

.special_contents_two:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* TOPページ「SPECIAL」のスライドが2つの場合　ここまで */

/* contents03 */

.contents03_container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

.contents03 {
  position: relative;
  width: 100%;
  margin: 80px 0px;
  display: table;
}

.topics_blog {
  padding: 0;
}

.topics_list {
  padding-left: 0;
}

.blog_list {
  padding-right: 0;
}

.list_title {
  background: #444;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}

.list_title a {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 28px;
}

.topics_info,
.blog_info {
  border-bottom: 1px dotted #333;
  width: 100%;
  display: table;
}

.topics_info .row,
.blog_info .row {
  margin: 0;
}

.topics_info .col-sm-12,
.blog_info .col-sm-12 {
  line-height: 30px;
  padding: 10px 0;
}

.topics_info:last-child,
.blog_info:last-child {
  border-bottom: 2px solid #444;
}

.topics_category {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  width: 80px;
  padding: 0;
}

.blog_date {
  padding-left: 0;
}

.topics_text,
.blog_text {
  padding-right: 0;
}

.topics_text a,
.blog_text a {
  color: #333;
}

/* contents04 */

.contents04 {
  position: relative;
  background: #f4f8f9;
  padding-bottom: 80px;
}

.contents04 .sub_title {
  color: #333;
  font-size: 42px;
  padding-top: 80px;
  padding-bottom: 40px;
  font-weight: normal;
}

#work-posts-slide2 .slick-list {
  padding: 0 !important;
  margin-left: -1607px;
}

.top_sub_contents04 {
  width: 100%;
}

.contents04_swiper-container {
  max-width: 1000px;
  margin: 0 auto;
}

.contents04_swiper-container a {
  display: block;
}

.property_place {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.property_place h4 {
  position: absolute;
  bottom: 0;
  background: rgba(132, 196, 218, 0.6);
  padding: 10px;
  color: #fff;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

/* contents05 */

.contents05 {
  position: relative;
  width: 100%;
  display: table;
}

.sub_content .contents05 {
  background: #f4f8f9;
}

.contents05 .sub_title {
  font-size: 38px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: normal;
}

.top_sub_contents05 {
  margin: 0px auto;
  display: table;
  width: 100%;
  padding: 0;
  max-width: 1000px;
}

.top_sub_contents05 .col-sm-12 {
  padding: 0;
}

.contents05_step {
  text-align: center;
}

.contents05_step p {
  display: inline-block;
  border: 1px solid #01499d;
  width: 100%;
}

.contents05_step_span {
  color: #fff;
  background: #29abe2;
  padding: 10px 0;
  border-right: 1px solid #01499d;
  float: left;
  height: 45px;
  width: 30%;
  line-height: 25px;
}

.contents05_step_span span {
  font-size: 24px;
}

@media (max-width: 940px) {
  .contents05_step_span {
    font-size: 12px;
  }
  .contents05_step_span span {
    font-size: 20px;
  }
}

.contents05_step select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: url(../img/17.png) right 50% no-repeat,
    -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: url(../img/17.png) right 50% no-repeat,
    linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 30px, 100%;
  padding-right: 35px;
  float: right;
  width: 70%;
  height: 45px;
  font-size: 16px;
  border-radius: 0px;
  padding-left: 5px;
  border: none;
}

.contents05_step input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-size: 30px, 100%;
  float: right;
  width: 70%;
  height: 45px;
  font-size: 16px;
  border-radius: 0px;
  padding-left: 5px;
  border: none;
}

.contents05_step .form-control[disabled] {
  background: #eee;
}

.contents05_step select::-ms-expand {
  display: none;
}

.contents05_step p:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contents05_assessment {
  text-align: center;
  padding: 40px 0 80px;
}

.contents05_assessment a {
  border-radius: 5px;
  display: inline-block;
  background: #01499d;
  padding: 15px 0px;
  width: 400px;
}

.contents05_assessment a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.contents05_assessment button {
  border-radius: 5px;
  display: inline-block;
  background: #01499d;
  padding: 15px 0px;
  width: 400px;
}

.contents05_assessment button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.contents05_assessment p {
  color: #fff;
  font-size: 24px;
}

.contents05_assessment p span {
  padding-left: 20px;
}

/* contents06 */

.contents06_container {
  background: #d6eff9;
  width: 100%;
}

.contents06 {
  position: relative;
  width: 100%;
  display: table;
  padding: 60px 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.top_sub_contents06 {
  max-width: 1200px;
  width: 100%;
}

.top_sub_contents06 .contents06_left {
  padding-left: 0;
  padding-right: 0px;
  width: 32%;
}

.contents06_left img {
  margin-bottom: 10px;
  width: 240px;
}

.top_tel_fax {
  margin-bottom: 15px;
  display: table;
}

.contents06_left .top_tel_fax .tel_fax {
  background: #01499d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: normal;
}

.top_tel_fax span {
  padding-left: 10px;
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

.top_tel_fax a {
  color: #333;
}

.top_sub_contents06 .contents06_right {
  text-align: left;
  padding-left: 35px;
  width: 68%;
}

.contents06_right_text {
  margin-bottom: 10px;
}

.contents06_right a {
  padding-top: 20px;
  background: #01499d;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  border-radius: 5px;
}

.contents06_contact {
  display: table;
}

.contents06_right a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.contents06_contact img {
  vertical-align: middle;
  display: table-cell;
}

.contents06_contact span {
  padding-left: 20px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

/* 下層コンテンツ */

.header_nav {
  text-align: center;
  margin: 40px 0 0;
}

.header_nav_title {
  color: #01499d;
  font-size: 24px;
  margin-bottom: 30px;
}

.header_nav_text {
  font-size: 20px;
  padding-bottom: 10px;
}

.header_nav_page {
  text-align: center;
  margin: 40px auto 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;
}

.header_nav_page .col-sm-12 {
  padding: 0;
}

.header_nav_page .col-sm-2,
.header_nav_page .col-sm-4,
.header_nav_page .col-sm-1-5 {
  vertical-align: middle;
  border: 1px solid #01499d;
  color: #01499d;
  padding: 0;
  border-right: none;
}

.header_nav_page .col-sm-2:hover,
.header_nav_page .col-sm-4:hover,
.header_nav_page .col-sm-1-5:hover {
  background: #d5f0fb;
  transition: 0.5s;
}

.header_nav_page .active {
  background: #01499d;
}

.header_nav_page .active p {
  color: #fff;
}

.header_nav_page .col-sm-2:last-child,
.header_nav_page .col-sm-4:last-child,
.header_nav_page .col-sm-1-5:last-child {
  border-right: 1px solid #01499d;
}

.header_nav_page p {
  padding: 15px 0px;
  font-size: 21px;
  color: #01499d;
}

@media (max-width: 910px) {
  .header_nav_page .col-sm-1-5 p {
    font-size: 16px;
  }
}

.nav_page_02 {
  margin: 60px auto 0;
}

.sub_contents_main {
  width: 100%;
  margin: 0 auto;
}

.sub_contents_main .sub_title {
  padding: 40px 0 40px;
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
}

.sub_contents_main .assessment_data_list .assessment_list_title {
  padding: 35px 0;
}

.sub_contents_main .sub_title_text {
  text-align: center;
  padding-bottom: 20px;
}

.main_text {
  margin: 20px auto;
  max-width: 1000px;
  width: 100%;
  display: table;
}

.main_text .col-xs-6 {
  text-align: center;
}

/* topics_list トピックス一覧 */

.topics_table {
  margin: 0px auto 0;
  padding: 0;
  width: 100%;
  max-width: 1000px;
}

.topics_sub_contents .topics_list {
  width: 100%;
  display: table;
  border-bottom: 1px solid #dbdbdb;
}

.topics_sub_contents .col-sm-12 {
  padding: 30px 15px;
}

.topics_sub_contents .col-sm-3 {
  width: 22%;
  padding: 0;
  line-height: 0;
}

.topics_sub_contents .col-sm-9 {
  width: 78%;
  padding-right: 0;
}

.topics_sub_contents .topics_title {
  font-size: 24px;
}

.topics_sub_contents .topics_date {
  font-size: 18px;
  padding: 5px 0 15px;
  color: #999;
}

.topics_sub_contents .topics_category {
  width: 90px;
}

.topics_category_nav_list ul,
.pager {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.topics_category_nav_list {
  background: #f4f8f9;
  padding: 40px 0;
  margin-top: 80px;
}

.topics_category_nav_list li {
  margin-right: 20px;
  display: inline-block;
}

.topics_category_nav_list li a {
  color: #fff;
  width: 100%;
  display: inline-block;
}

/* topics_list_category カテゴリー一覧 */

.topics_sub_contents .sub_title {
  border-bottom: 1px solid #dbdbdb;
}

/* topics トピックス詳細 */

.topics_detail {
  margin: 0px auto 0;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  padding-top: 50px;
}

.topics_detail .topics_detail_text {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
}

.topics_detail .topics_title {
  font-size: 28px;
  font-weight: bold;
}

.topics_detail .topics_date {
  font-size: 18px;
  padding: 15px 0 20px;
}

.topics_detail .topics_text {
  padding-top: 40px;
  line-height: 1.8em;
}

.topics_detail .topics_image img {
  width: 100%;
  padding-top: 40px;
}

.topics_ba {
  width: 100%;
  display: table;
  padding: 0;
  margin-bottom: 30px;
}

.topics_ba .col-sm-5 {
  width: 47%;
  padding: 0;
}

.topics_ba p {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

.topics_ba .col-sm-1 {
  width: 5%;
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative;
}

.topics_ba .col-sm-1 p {
  font-size: 50px;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
}

/* addition 少しでも高く売るためには */

.addition_sub_contents .sub_title_text {
  font-size: 18px;
}

.addition_sub_contents .main_text .main_text_01 {
  margin-bottom: 30px;
  line-height: 1.8em;
}

.property_info {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.property_info a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.property_info a img {
  width: 100%;
  height: 100%;
}

.property_info p {
  position: absolute;
  bottom: 0;
  background: rgba(132, 196, 218, 0.6);
  padding: 15px 0;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
}

.property_info p span {
  font-weight: bold;
}

.estateproperty_sub_contents .sub_title_text {
  padding-bottom: 80px;
}

.main_text_inner {
  padding: 0 16px;
}

.main_text .main_text_title {
  color: #01499d;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.main_text .main_text_01 {
  margin-bottom: 20px;
}

.main_text .main_text_02 {
  margin-bottom: 40px;
}

.main_text .main_image_01 {
  text-align: center;
  margin-bottom: 20px;
}

.sell_service {
  margin: 30px auto 50px;
  vertical-align: middle;
  max-width: 1000px;
}

.sell_service a {
  border: 3px solid #01499d;
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  vertical-align: middle;
  background-image: url("../img/service_back.png");
}

.sell_service a:hover {
  background: #29aae1;
  transition: all 0.5s;
  background-image: url("../img/service_back02.png");
}

.sell_service a:hover h3,
.sell_service a:hover p,
.sell_service a:hover span {
  color: #fff;
  transition: all 0.5s;
}

.sell_service h3 {
  color: #01499d;
  font-size: 34px;
  font-weight: bold;
  text-align:center;
}

.sell_service p {
  color: #333;
  font-size: 16px;
}

.sell_service span {
  float: right;
  color: #01499d;
  font-size: 36px;
  font-weight: bold;
  line-height: 90px;
  padding-right: 20px;
}

.practical_case {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 1000px;
}

.practical_case a {
  border: 2px solid #01499d;
  border-radius: 8px;
  display: inline-block;
  padding: 20px 0;
  width: 55%;
  color: #01499d;
  background-image: url("../img/service_back.png");
}

.practical_case a:hover {
  background: #29aae1;
  color: #fff;
  transition: all 0.5s;
  background-image: url("../img/service_back02.png");
}

.practical_case p {
  font-size: 28px;
}

.practical_case span {
  padding-left: 20px;
}

.sub_title {
  color: #01499d;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 50px;
}

.sub_title span {
  color: #333;
  font-size: 16px;
}

.sub_title img {
  margin-bottom: -15px;
  margin-right: 10px;
}

.sub_head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.sub_head_02 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

.sub_head:last-child,
.sub_head_02:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* service WILLの建物丸洗いサービス */

.main_text .main_img_service {
  width: 100%;
  display: table;
  padding: 0;
  margin-bottom: 30px;
}

.main_text .main_img_service p {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

.main_img_service .col-sm-5 {
  width: 47%;
  padding: 0;
}

.main_img_service .col-sm-1 {
  width: 5%;
  padding: 0;
  text-align: center;
  line-height: 300px;
}

.main_img_service .col-sm-1 p {
  font-size: 50px;
}

/* marketing マーケティング */

.marketing_sub_contents {
  padding-bottom: 40px;
}

.marketing_sub_contents .sub_title_text {
  font-size: 18px;
}

.marketing_sub_contents .main_text .main_text_title {
  font-weight: bold;
}

.marketing_sub_contents .main_text {
  line-height: 1.8em;
}

.marketing_sub_contents .main_text .main_text_01 {
  margin-bottom: 30px;
}

/* safety 安全に売ること */

.safety_sub_contents {
  padding-bottom: 40px;
}

.safety_sub_contents .sub_title_text {
  font-size: 18px;
}

.safety_sub_contents .main_text .main_text_title {
  font-weight: bold;
}

.safety_sub_contents .main_text {
  line-height: 1.8em;
}

.safety_sub_contents .main_text .main_text_01 {
  margin-bottom: 30px;
}

/* assessment らくらく不動産査定 */

.assessment_contents_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.assessment_contents_inner .main_text_01 {
  margin-bottom: 20px;
}

.assessment_contents01 {
  background: #d7eff9;
}

.assessment_contents01 .recommendation {
  background: #fff;
  border: 5px solid #3a71b4;
  width: 700px;
  margin: 0 auto;
}

.assessment_contents01 .recommendation .recommendation_title {
  color: #fff;
  padding: 20px;
  font-size: 28px;
  line-height: 28px;
  background-image: url("../img/assessment01_title_back.png");
}

.assessment_contents01 .recommendation ul {
  color: #29ace2;
  list-style: url(../img/assessment01_list.png);
  margin-left: 1em;
  font-size: 21px;
  padding: 15px;
}

.assessment_contents01 .recommendation li {
  padding-bottom: 5px;
}

.assessment_contents01 .recommendation ul span {
  color: #333;
}

.assessment_contents01 .promise {
  width: 700px;
  margin: 80px auto;
  font-size: 20px;
  text-align: center;
}

.assessment_contents01 .promise .promise_title {
  color: #01499d;
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 30px;
  font-weight: bold;
}

.assessment_contents01 .promise .promise_text {
  display: inline-block;
  text-align: left;
}

.promise_text {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}

.promise_text li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.8em;
  font-size: 21px;
  padding-bottom: 5px;
}

.promise_text li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.assessment_contents01 .assessment {
  text-align: center;
  width: 400px;
  margin: 30px auto;
}

.assessment_contents01 .assessment a {
  margin: 0 auto;
  border-radius: 5px;
  font-size: 24px;
  background: #01499d;
  display: block;
  padding: 20px 0;
  color: #fff;
}

.assessment_contents01 .assessment a:hover {
  transition: all 0.5s;
  opacity: 0.7;
}

.assessment_contents01 .assessment a span {
  padding-left: 20px;
}

.assessment_contents02 .sub_title_text,
.assessment_contents03 .sub_title_text,
.assessment_contents05 .sub_title_text {
  padding-bottom: 40px;
  font-size: 18px;
}

.assessment_contents02 .assessment_contents_inner .main_text_01,
.assessment_contents03 .assessment_contents_inner .main_text_01,
.assessment_contents04 .assessment_contents_inner .main_text_01 {
  margin-bottom: 30px;
  line-height: 1.8em;
}

.assessment_contents03,
.assessment_contents05 {
  background: #f2f2f2;
}

.assessment_record {
  padding-bottom: 30px;
}

.okinawa_central,
.okinawa_south {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.okinawa_central {
  padding-right: 20px;
}

.okinawa_south {
  padding-left: 20px;
}

.okinawa_central a,
.okinawa_south a {
  border: 2px solid #01499d;
  border-radius: 10px;
  display: inline-block;
  background-image: url("../img/service_back.png");
  width: 100%;
  padding: 20px 0;
  font-size: 28px;
  color: #01499d;
}

.okinawa_central a:hover,
.okinawa_south a:hover {
  background: #29aae1;
  color: #fff;
  transition: all 0.5s;
  background-image: url("../img/service_back02.png");
}

.okinawa_central span,
.okinawa_south span {
  padding-left: 20px;
}

.assessment_record:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.assessment_contents_inner .contact_form .form_btn_wrap {
  margin: 10px auto 30px;
}

.other_relation_notes {
  display: none;
  padding-top: 10px;
  color: #ed1c24;
  text-align: right;
}

/* vision WILLのビジョン */

.vision_sub_contents .sub_head_text {
  font-size: 28px;
  font-weight: bold;
}

.vision_sub_contents .main_text {
  margin: 20px auto 40px;
}

.vision .col-sm-12 {
  padding-left: 0;
}

.vision .col-sm-9 {
  padding-left: 0;
  line-height: 1.8em;
}

.vision .col-sm-3 {
  padding-right: 0;
}

.will_ceo {
  text-align: center;
}

.will_ceo p {
  font-size: 14px;
}

.will_ceo .ceo_name {
  font-size: 16px;
  padding: 15px 0;
}

/* about 会社概要*/

.about_sub_contents .sub_head {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.last_about_sub_contents {
  padding-bottom: 80px;
}

.about {
  border: 1px solid #dbdbdd;
  padding: 0;
  margin: 0 auto;
}

.about_outline {
  border-bottom: 1px solid #dbdbdd;
  display: table;
  width: 100%;
}

.about_outline:last-child {
  border-bottom: none;
}

.about_outline .col-sm-3 {
  background: #f0fafc;
  border-right: 1px solid #dbdbdd;
  padding: 15px;
  height: 100%;
  line-height: 1.5em;
  width: 20%;
}

.about_outline .col-sm-9 {
  padding: 15px;
  line-height: 1.5em;
  width: 80%;
}

.about_outline .col-sm-9 a {
  color: #333;
}
.about_sub_contents .about_special_title {
  font-size: 40px;
  padding-bottom:0px;
  margin-bottom:-40px;
}

/* privacy 個人情報保護方針 */

.privacy_sub_contents .sub_title_text {
  font-size: 18px;
  line-height: 1.8em;
}

.privacy_title {
  margin: 10px auto 30px;
  max-width: 1000px;
  width: 100%;
  color: #01499d;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

.principle_title {
  background: #e4edf6;
  color: #01499d;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
}

.principle_text {
  padding: 8px 15px 15px;
  line-height: 1.8em;
}

.principle_sub_title {
  color: #01499d;
  font-weight: bold;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 18px;
}

.principle_sub_text {
  padding-bottom: 20px;
}

.principle_sub_text:last-child {
  padding-bottom: 30px;
}

.principle_sub_text a {
  color: #333;
}

.principle_sub_textol {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.principle_sub_textol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.3em;
}

.principle_sub_textol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.principle_sub_margin {
  margin-bottom: 20px;
}

/* access アクセス */

.access_sub_contents .main_text {
  margin: 0 auto;
}

.access_sub_contents .main_text .main_text_title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 25px;
}

.access_contents .sub_title {
  padding-bottom: 0px;
  padding-top: 80px;
}

.access_contents .main_text .main_text_title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

#naha,
#kitanaka {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.access_naha,
.access_kitanaka {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.main_text .access {
  width: 100%;
}

.access .col-sm-12 {
  padding: 0;
}

.access .col-sm-4:first-child,
.access .col-sm-6:first-child {
  padding-left: 0;
}

.access .col-sm-4:last-child,
.access .col-sm-6:last-child {
  padding-right: 0;
}

.access_img,
.access_text {
  text-align: center;
}

.col-sm-4 .access_img {
  height: 195px;
}

.col-sm-6 .access_img {
  height: 300px;
}

.access_img img {
  height: 100%;
  width: 100%;
}

.access_text {
  padding-top: 15px;
}

.access_detail {
  background-image: url(../img/access_text_back.png);
  border: 5px solid #01479c;
  padding: 20px 24px 18px;
  margin: 30px 0 80px;
}

.access_detail p {
  padding-bottom: 10px;
}

.access_detail p a {
  color: #333;
}

.access_detail span,
.access_detail_span {
  color: #01479c;
  line-height: 1.5em;
}

/* recrit 採用情報  */

.recuit_sub_contents .recruit {
  max-width: 880px;
}

.recuit_sub_contents .sub_title_text {
  font-size: 18px;
  line-height: 1.5;
}

.recuit_sub_contents .sub_head {
  padding-bottom: 30px;
}

.recuit_sub_contents .recruit_text {
  max-width: 880px;
  margin: 35px auto 0;
}

.recruit_outline_ol,
.recruit_outline_ol2 {
  list-style: none;
}

.recruit {
  border: 1px solid #dbdbdd;
  padding: 0;
}

.recruit .about_outline .col-sm-3 {
  background: #f0fafc;
  border-right: 1px solid #dbdbdd;
  padding: 15px;
  width: 20%;
  height: 100%;
  text-align: center;
}

.recruit .about_outline .col-sm-9 {
  padding: 15px;
  width: 80%;
}

.sub_head_title {
  color: #01499d;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0 auto;
  max-width: 1000px;
}

.sub_head_text {
  font-size: 18px;
  margin: 0 auto;
  max-width: 1000px;
}

.sub_main_title {
  background-color: #fff;
  margin-top: -6px;
}

.sub_text {
  text-align: center;
  padding-bottom: 40px;
}

.sub_main_title2 {
  margin: 10px 0;
}

.sub_main_title2 .sub_title {
  padding-top: 0;
  padding-bottom: 20px;
}

.sub_main_title2 .sub_title img {
  margin-bottom: -15px;
  margin-right: 10px;
  width: 150px;
  height: auto;
}

.sub_main_title2 .sub_title p {
  display: inline-block;
  vertical-align: super;
}

.sub_main_title3 {
  background: #fcfcfc;
}

.sub_main_title3 .sub_title {
  padding-top: 20px;
}

.news_main_title {
  color: #0099ff;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  border-bottom: 2px solid #eee;
}

.news_main {
  display: table;
  margin: 55px 0px 85px;
  width: 100%;
  padding: 0 10%;
}

.news_notice {
  display: table-cell;
  vertical-align: middle;
}

.news_info_main:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.news_info_etc {
  margin-bottom: 40px;
}

.news_left {
  display: inline-block;
  float: left;
  width: 50%;
  margin-right: 50px;
}

.news_info_image_2 {
  margin: 40px 0;
}

.news_right_text1 {
  margin-bottom: 35px;
}

.news_topics_list_btn {
  text-align: center;
  clear: both;
  padding-top: 10px;
}

.pager-wrap2 {
  padding: 30px 50px 50px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.pager-left {
  display: table-cell;
}

.pager-detail {
  display: table-cell;
  text-align: center;
}

.pager-right {
  display: table-cell;
  text-align: right;
}

.pager-inner-box {
  border: 1px solid #132275;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: #132275;
  padding: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.pager-left .pager-inner-box {
  margin-right: 10px;
}

.pager-right .pager-inner-box {
  margin-left: 10px;
}

.pager-detail .pager-inner-box span {
  margin-left: 10px;
  font-family: serif;
  font-weight: bold;
}

.pager-inner-box span {
  font-family: serif;
  font-weight: bold;
}

.pager-wrap2 a {
  text-decoration: none;
}

.pager-left_text,
.pager-right_text {
  color: #333;
}

.pager-right_text {
  margin-right: auto;
}

.pager-inner-box:hover {
  color: #132275;
  background: #fff;
}

/* staff スタッフ紹介 */

.staff {
  width: 100%;
}

.staff .col-sm-12 {
  margin-bottom: 30px;
  padding: 0;
  display:table;
}

.staff .col-sm-6 {
  height: 100%;
}

.staff .staff_left {
  padding-left: 0;
  padding-right: 20px;
}

.staff .staff_right {
  padding-left: 20px;
  padding-right: 0;
}

.staff .staff_introduction {
  border: 1px solid #d7f0f7;
  margin: 0 5px;
  height: 100%;
}

.staff .staff_introduction2 {
  padding: 20px;
  height: 100%;
}

.staff .staff_img {
  text-align: center;
  line-height: 0;
  padding-bottom: 5px;
}

.staff .staff_img img {

}

.staff_text p {
  padding-top: 5px;
}

.staff_text span {
  color: #01499d;
  padding-right: 15px;
  font-weight: bold;
}

.staff_introduction:before {
  content: "";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #5767bf;
  border-left: 3px solid #5767bf;
}

.staff_introduction:after {
  content: "";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #5767bf;
  border-left: 3px solid #5767bf;
}

.staff_introduction2:before {
  content: "";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #5767bf;
  border-right: 3px solid #5767bf;
}

.staff_introduction2:after {
  content: "";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #5767bf;
  border-right: 3px solid #5767bf;
}

.staff_interview {
  text-align: center;
  padding: 30px 0 80px;
  margin: 0 auto;
}

.staff_interview a {
  border: 2px solid #01499d;
  border-radius: 10px;
  font-size: 18px;
  display: inline-block;
  background-image: url("../img/service_back.png");
  padding: 25px 100px;
  color: #01499d;
}

.staff_interview p {
  font-size: 28px;
  line-height: 28px;
}

.staff_interview a:hover {
  background: #29aae1;
  transition: all 0.5s;
  color: #fff;
  background-image: url("../img/service_back02.png");
}

.staff_interview p span {
  padding-left: 20px;
}

/* homeinspection 建物調査 */

.homeinspection_sub_contents .sub_head_title {
  font-size: 28px;
  padding-bottom: 20px;
  line-height: 28px;
}

.homeinspection_sub_contents .sub_head02_title {
  padding-bottom: 15px;
}

.homeinspection_sub_contents .sub_head {
  margin-bottom: 80px;
  padding-bottom: 60px;
}

.homeinspection_sub_contents .sub_head:last-child {
  margin-bottom: 0px;
}

.homeinspection_sub_contents .sub_head_text {
  padding-bottom: 30px;
  font-weight: bold;
}

.homeinspection_sub_contents .sub_head02_text {
  padding-bottom: 30px;
}

.homeinspection_sub_contents .main_text {
  margin: 0 auto;
}

.homeinspection_sub_contents .main_text .main_text_01 {
  margin-bottom: 20px;
  line-height: 1.8;
}

.homeinspection_sub_contents .main_text .main_text02_01 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* estateproperty 物件情報 */

.estateproperty_sub_contents .sub_head_02 {
  padding-bottom: 60px;
}

.estateproperty_sub_contents .main_text {
  margin: 0px auto 20px;
  padding: 0;
}

.estateproperty_sub_contents .row {
  margin-right: -10px;
  margin-left: -10px;
}

.estateproperty_sub_contents .row .col-sm-12 {
  padding: 0;
  padding-bottom: 20px;
}

.estateproperty_sub_contents .row .col-sm-3 {
  padding: 0 10px;
  height: 100%;
}

/* property 物件詳細 */

.property_sub_contents .sub_title span {
  font-size: 24px;
  font-weight: normal;
  padding-left: 15px;
  line-height: 24px;
}

.property_sub_contents .sub_title_text {
  font-size: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.property_sub_contents .main_text {
  margin: 10px auto 0;
}

.property {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.property .container {
  width: 100%;
}

.property_contents_detail {
  padding: 0;
}

.property_contents_detail .sub_title {
  padding: 80px 0 20px;
  line-height: 34px;
}

.property_image .container .col-sm-12 {
  padding: 0;
  line-height: 0;
  padding-bottom: 1px;
}

.property .container .col-sm-2 {
  padding-right: 1px;
  padding-left: 0;
  padding-bottom: 1px;
}

.property .container .col-sm-6,
.property_detail_list {
  padding: 0;
}

.property .container .property_detail_left {
  padding-right: 15px;
  height: 100%;
}

.property .container .property_detail_right {
  padding-left: 15px;
  height: 100%;
}

.property_detail {
  border-bottom: 1px solid #ccc;
  height: 100%;
}

.property_detail .row-eq-height {
  height: 100%;
  margin: 0;
}

.property_detail .col-sm-12 {
  padding: 0;
}

.property .container .first_border .property_detail {
  border-top: 1px solid #ccc;
}

.property_detail .col-sm-3 {
  background: #f4f4f4;
  color: #01499d;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  width: 30%;
}

.property .container .property_detail .col-sm-2 {
  background: #f4f4f4;
  color: #01499d;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  width: 14.5%;
}

.property_detail .col-sm-9 {
  padding: 20px 15px;
  width: 70%;
}

.property_detail .col-sm-10 {
  padding: 20px 15px;
  width: 85.5%;
}

.property_contents_map {
  margin: 80px auto;
}

#property_map {
  height: 400px;
}

.property_contact {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;
}

.property_contact button {
  background: #01499d;
  color: #fff;
  border-radius: 10px;
  padding: 25px 0;
  width: 540px;
  font-size: 28px;
  line-height: 28px;
}

.property_contact button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.property_contact button .fa-angle-right {
  padding-left: 30px;
}

/* contact お問い合わせメールフォーム */

.contact_sub_contents .sub_title {
  padding: 80px 0 23px;
  line-height: 45px;
}

.contact_sub_contents .sub_title_text {
  font-size: 18px;
  padding-bottom: 20px;
}

.contact_form {
  margin: 0 auto;
  width: 80%;
}

.contact_title {
  padding-bottom: 15px;
  line-height: 1.5em;
}

.contact_title span {
  color: #ed1c24;
}

.contact_title .mail_absolute {
  padding: 0 5px;
}

.contact_form_01,
.contact_form_02 {
  margin-bottom: 30px;
}

.contact_form_01 input,
.contact_form_01 select,
.contact_form_01 textarea,
.contact_form_02 textarea {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  resize: none;
}

.contact_form_01 input,
.contact_form_01 select {
  height: 60px;
  line-height: 60px;
}

.contact_form_01 textarea,
.contact_form_02 textarea {
  min-height: 300px;
}

.contact_form .form_btn_wrap {
  margin: 10px auto 60px;
  text-align: center;
}

.contact_form .form_btn {
  background: #01499d;
  padding: 15px 60px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
}

.form_btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.contact_form .form_btn input {
  background: #01499d;
  color: #fff;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

/* form */

.form_main {
  padding: 55px 5% 85px;
}

.form_main_inner {
  display: table;
  width: 100%;
  background: #fff;
  padding: 30px 5%;
}

.slick-track .thumbnail img:hover {
  opacity: 1;
}

.pc_fix_header {
  z-index: unset;
}

.inspection_text {
  color: #01499d;
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
}

.assessment_list_arrow {
  text-align: right;
  color: #ccc;
}

.assessment_list_arrow span {
  font-size: 6em;
}

.assessment_data_list .assessment-link-wrap {
  padding: 30px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.assessment_data_list .assessment-link {
  display: block;
  border: 2px solid #01499d;
  border-radius: 10px;
  width: 18.6%;
  padding: 24px 0;
  margin: 0 0 12px 12px;
  background: #3498db;
  float: left;
  text-align: center;
  font-size: 1em;
  color: #01499d;
  background: url(./img/service_back.png);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.assessment_data_list .assessment-link:hover {
  background: #29aae1;
  color: #fff;
  transition: all 0.5s;
  background-image: url(./img/service_back02.png);
}
.assessment_data_list .assessment-link-wrap .clear {
  clear: both;
}
.assessment_data_list .topics_list {
  padding: 15px;
}
.assessment_data_list .topics_list .assessment_list_bunrui,
.assessment_data_list .topics_list .assessment_list_hiduke,
.assessment_data_list .topics_list .assessment_list_bukken_shozaichi,
.assessment_data_list .topics_list .assessment_list_madori {
  color: #333;
  padding: 0;
}
.assessment_data_list .assessment_list_bunrui span,
.assessment_data_list .assessment_list_hiduke span,
.assessment_data_list .assessment_list_bukken_shozaichi span,
.assessment_data_list .assessment_list_madori span {
  margin-left: 20px;
  font-weight: normal;
}
.assessment_data_list .assessment_list_bunrui span {
  margin-left: 36px;
}
.assessment_data_list .box1 .action {
  background-color: #29aae1;
  color: #fff;
  background-image: url(./img/service_back02.png);
}
.assessment_contents04 .assessment-link-wrap {
  margin: 16px 0;
}
.assessment_contents04 .assessment-link:hover {
  background: #1abc9c;
}
.assessment_contents04 .chubu-link {
  margin: 12px 6px 12px 12px;
}
.assessment_contents04 .nanbu-link {
  margin: 12px 12px 12px 6px;
}
.assessment_contents04 .assessment-link {
  display: block;
  border: 2px solid #01499d;
  border-radius: 10px;
  width: 18.6%;
  padding: 24px 0;
  margin: 0 0 12px 12px;
  background: #3498db;
  float: left;
  text-align: center;
  font-size: 1em;
  color: #01499d;
  background: url(./img/service_back.png);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.assessment_contents04 .assessment-link:hover {
  background: #29aae1;
  color: #fff;
  transition: all 0.5s;
  background-image: url(./img/service_back02.png);
}
.assessment_contents04 .assessment-link-wrap .clear {
  clear: both;
}

.header_nav_page .col-sm-1, .header_nav_page .col-sm-4, .header_nav_page .col-sm-1-5{
    vertical-align: middle;
    border: 1px solid #01499d;
    color: #01499d;
    padding: 0;
    border-right: none;
}

.col-sm-1 {
    width: 15.333333%;
}

.header_nav_page .nav_font_size{
    font-size:20px;
}
