/* スマホサイズのcssです */
.only_pc {
  display: none !important;
}

.wrap {
  width: 100%;
}

.mobile_fix_header {
  position: fixed;
  height: 70px;
  top: 0px;
  left: 0px;
  width: 100%;
  /*background-color: #5db1df;*/
  background-color: #fff;
  z-index: 99998;
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.menu_btn {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 99999;
  line-height: 0;
  padding: 10px;
}

.blank_block {
  height: 70px;
  background-color: #5db1df;
  border-bottom: solid 1px #5db1df;
}

.mobile_tel_link a {
  text-decoration: none;
  color: #fff;
}

#black_back {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
  z-index: 99997;
  top: 0;
  left: 0;
  display: none;
}

.main_nav_mobile {
  position: fixed;
  top: 70px;
  right: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99998;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

input[type="checkbox"].on_off {
  display: none;
}

input[type="checkbox"].on_off + nav ul {
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on_off:checked + nav ul {
  /* 10 + 40*7 */
  height: 250px;
  width: 100%;
}

.main_nav_mobile li {
  display: table;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

.main_nav_mobile li:first-child {
  border-top: none;
}

.main_nav_mobile li span {
  float: right;
}

.main_nav_mobile li a {
  display: table-cell;
  height: 40px;
  font-size: 90%;
  color: #01499d;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
}

/* header title */
.mobile_relative_header {
  text-align: center;
}

/* pc footer */

.footer_main_nav {
  border-top: 1px solid #e0e0e0;
}

.footer_main_nav li {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
  line-height: 20px;
}

.footer_main_nav p {
  color: #333;
}

.footer_main_nav span {
  float: right;
  line-height: 20px;
}

.footer_main_inner {
  text-align: center;
  padding: 20px 0;
}

.img {
  text-align: center;
}

/* pankuzu */
.pankuzu ul {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  clear: both;
  padding: 5px;
  padding-left: 22px;
  border-bottom: 1px solid #ccc;
}

.pankuzu ul li {
  position: relative;
  display: block;
  line-height: 30px;
  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 1em;
}

/* mailform */

.mytable input[type="text"],
.mytable input[type="email"],
.mytable input[type="tel"],
.mytable input[type="number"],
.mytable select,
.mytable textarea {
  border: 1px solid #999999;
  background: #fff;
  padding: 5px;
}

.main-mytable th,
.main-mytable td {
  padding: 7px;
  border-bottom: 1px solid #ccc;
}

.main-mytable tr:last-child td {
  border-bottom: none;
}

.res-table td,
.res-table th {
  display: block;
  width: 100%;
}

.res-table td * {
  display: block;
  width: 100%;
}

.res-table td .yuubin {
  display: inline-block;
  width: 100px !important;
}

.res-table td .age {
  display: inline-block;
  width: 100px !important;
}

.res-table td .people {
  display: inline-block;
  width: 100px !important;
}

.res-table td .doui,
.res-table td input[type="checkbox"],
.res-table td input[type="radio"] {
  display: inline-block;
  width: auto !important;
}

.main-mytable th {
  background-color: #efefef;
  font-size: 18px;
  font-weight: bold;
}

table.mytable {
  border: 1px solid #ccc;
}

a.link-deco {
  display: inline;
}

.footer_info_mobile {
  text-align: center;
}

/* header */
.mobile_logo {
  z-index: 99999;
  position: absolute;
  left: 5px;
  padding: 10px;
}

.header_contact {
  z-index: 99999;
  position: absolute;
  right: 75px;
  top: 0px;
  padding: 10px;
}

.header_contact:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/* top_main */
.top_main {
  margin-top: 35px;
}

.top_main_text {
  text-align: center;
}

.top_main_info {
  max-width: 360px;
  position: relative;
  margin: 40px auto;
  text-align: center;
}

.sub_image {
  position: absolute;
  bottom: 5%;
  left: 4%;
  right: 4%;
}

.main_image {
  line-height: 0;
}

.main_image img {
  width: 100%;
}

.top_header_main_wrap {
  overflow: hidden;
}
/*モバイル版の画面表示の設定*/



header .top_header_main {
  width: 100vw;
  height: -webkit-calc(100vh - 70px); /*=#header-fixed-wrapper:height*/
  height: -moz-calc(100vh - 70px); /*=#header-fixed-wrapper:height*/
  height: -o-calc(100vh - 70px); /*=#header-fixed-wrapper:height*/
  height: calc(100vh - 70px); /*=#header-fixed-wrapper:height*/
  position: relative;
  z-index: 1;
}

.header_main {
  position: relative;
  height: 100%;
  width: 100%;
}

.header_main {
  position: relative;
  height: 210px;
  width: 100%;
  z-index: 1;
}

.top_header_main_inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/sp_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/sp_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header_main_inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.sub_header_main_inner .header_main_text {
  display: table;
  height: 100%;
}

.opportunity_count {
  position: absolute;
  top: 0;
  right: 3%;
  padding: 0px 18px;
  background-color: rgba(178, 200, 224, 0.9);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.opportunity_count p {
  color: #1858a0;
  font-weight: bold;
  font-size: 19px;
}

.opportunity_count span {
  font-size: 24px;
}


/* 20200604 */
.urgent_coment {
  position: absolute;
	top:40px;
  width: 100%;
  height: 40px;
  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: 16px;
  display: table-cell;
  vertical-align: middle;
}

.sub_header_main_inner .main_title {
  display: table-cell;
  vertical-align: middle;
}

.header_main_text .top_concept {
  font-size: 23px;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: 21px;
}

.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: 67%;
}

.header_main_text .main_title {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.2em;
}

.header_main_text .main_text {
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 16px;
  font-weight: normal;
}

.header_main_text .contact_header {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  padding: 0 35px;
  line-height: 1.2em;
}

.header_main_text .recruit_header {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 35px;
  line-height: 1.2em;
}

.header_main_text .company_header_title {
  padding-bottom: 45px;
}

.header_main_text .company_header {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  padding: 0 10px;
  line-height: 1.2em;
}

.header_main_text .estateproperty_header {
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  padding: 0 10px;
  line-height: 1.2em;
}

.header_main_text .homeinspection_header {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  padding: 0 10px;
  line-height: 1.2em;
}

.header_main_text .assessment_header {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  padding: 0 10px;
  line-height: 1.2em;
}

.header_main_text .project_header {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  padding: 0 10px;
  line-height: 1.2em;
}

.sub_header_main_inner .header_main_text .main_text {
  padding: 30px 15px 0;
}

.sub_header_main_inner .header_main_text .main_text_01 {
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 15px;
}

.top_main_arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.top_main_arrow span {
  color: #fff;
}

#main_contents,
#top_contents05 {
  padding-top: 70px;
  margin-top: -70px;
}

/* contents01 */

.contents01 {
  padding: 0 15px;
  background-image: url("../img/top2.png");
}

.contents01 .sub_title {
  font-size: 30px;
  padding: 30px 0px 0;
  font-weight: normal;
}

.contents01 .top_sub_contents {
  margin: 30px auto 20px;
}

.contents01 .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;
}

.top_sub_contents_01 {
  border: 4px solid #f99;
  position: relative;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  border-radius:15px;
}

.top_sub_contents_01 .top_sub_contents_title {
  color: #f99;
}

.top_sub_contents_01 .top_sub_contents_text,
.top_sub_contents_02 .top_sub_contents_text,
.top_sub_contents_03 .top_sub_contents_text {
  color: #333;
}

.top_sub_contents_02 {
  border: 4px solid #faaf29;
  position: relative;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  border-radius:15px;
}

.top_sub_contents_02 .top_sub_contents_title {
  color: #faaf29;
}

.top_sub_contents_03 {
  border: 4px solid #4db250;
  position: relative;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  border-radius:15px;
}

.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: 10px 0;
  text-align: left;
}

.top_sub_text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.contents01 .top_sub_text {
  font-size: 28px;
}

.top_sub_contents_01:hover,
.top_sub_contents_02:hover,
.top_sub_contents_03:hover {
  transition: 0.5s;
  opacity: 0.6;
}

.top_assessment {
  text-align: center;
  padding: 20px 0 30px;
}

.top_assessment a {
  border: 2px solid #01499d;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  background: #ebf7fc;
  padding: 20px 0;
  width: 100%;
  color: #01499d;
  text-decoration: none;
}

.top_assessment a:hover {
  transition: all 0.5s;
  background: #1154a3;
  color: #fff;
}

.top_assessment p {
  font-size: 28px;
}

.top_assessment p span {
  padding-left: 20px;
}

.sub_image {
  position: absolute;
  bottom: 5%;
  left: 4%;
  right: 4%;
}

.news_sction {
  background: #eeeeee;
}

.news_sction_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* contents02 */

.contents02 .sub_title {
  color: #333;
  font-size: 40px;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 30px;
  line-height: 40px;
}

.top_sub_contents {
  margin: 40px auto;
  display: table;
}

.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 {
  position: relative;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  height:80px;
}

.top_sub_contents02_title {
  color: #01499d;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  font-size: 16px;
}

.top_sub_contents02_text {
  text-align: left;
  font-size: 14px;
  padding: 0 10px 10px;
  color: #333;
}

.contents02_test {
  position: absolute;
  top: -30px;
}

/*
.contents02 #work-posts-slide > ul li article a .thumbnail > img {
  height:238px;
}
*/

/* contents03 */

.contents03 {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  display: table;
}

.contents03 .topics_blog {
  padding: 0;
}

.contents03 .topics_list,
.contents03 .blog_list {
  padding-bottom: 30px;
}

.list_title {
  background: #444;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}

.list_title a {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 28px;
}

.topics_info,
.blog_info {
  border-bottom: 1px dotted #333;
  width: 100%;
  display: table;
}

.topics_info .col-sm-12,
.blog_info .col-sm-12 {
  padding: 10px 15px;
}

.topics_list:last-child,
.blog_info:last-child {
  border-bottom: 2px solid #444;
}

.topics_category {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  padding: 0;
  height: 30px;
  line-height: 30px;
}

.topics_date {
  line-height: 30px;
}

.blog_date {
  padding-left: 0;
}

.topics_text,
.blog_text {
  padding-left: 0;
  padding-right: 0;
}

.topics_text a,
.blog_text a {
  color: #333;
}

.topics_text {
  margin-top: 10px;
}

/* contents04 */

.contents04 {
  position: relative;
  background: #f4f8f9;
  padding: 30px 0;
}

.contents04 .sub_title {
  color: #333;
  padding: 0 20px 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
}

.top_sub_contents04 {
  width: 100%;
}

.contents04 ul {
  text-align: center;
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}

.contents04 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 14%;
  margin: 0 1px;
  line-height: 0;
}

.contents04 ul li p {
  position: absolute;
  bottom: 0;
  background: rgba(132, 196, 218, 0.6);
  padding: 10px;
  color: #fff;
  width: 100%;
  line-height: 1;
}

.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;
  font-size: 16px;
  margin: 0;
}

/* contents05 */

.contents05 {
  position: relative;
  width: 100%;
  display: table;
  padding-bottom: 30px;
}

.sub_content .contents05 {
  background: #f4f8f9;
}

.contents05 .sub_title {
  font-size: 38px;
  line-height: 38px;
  padding: 30px 0 0;
  font-weight: normal;
}

.top_sub_contents05 {
  margin: 20px auto;
  display: table;
  width: 100%;
  padding: 0 15px;
}

.contents05 .col-sm-12 {
  padding: 0;
}

.contents05_step {
  margin-bottom: 20px;
  padding: 0;
}

.contents05_step p {
  border: 1px solid #01499d;
  width: 100%;
}

.contents05_step_span {
  color: #fff;
  background: #29abe2;
  padding: 10px;
  border-right: 1px solid #01499d;
  float: left;
  width: 30%;
  height: 45px;
  line-height: 25px;
}

.contents05_step_span span {
  font-size: 24px;
  padding-left: 3px;
}

.contents05_step p:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contents05_step select {
  width: 100%;
  -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;
  text-align: left;
  float: right;
  font-size: 16px;
  width: 70%;
  height: 45px;
  border-radius: 0px;
  padding-left: 10px;
  border: none;
}

.contents05_step input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-size: 30px, 100%;
  text-align: left;
  float: right;
  font-size: 16px;
  width: 70%;
  height: 45px;
  border-radius: 0px;
  padding-left: 10px;
  border: none;
}

.contents05_step .form-control[disabled] {
  background: #eee;
}

.contents05_step select::-ms-expand {
  display: none;
  -webkit-appearance: none;
}

.contents05_assessment:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.contents05_assessment a {
  border-radius: 5px;
  display: inline-block;
  background: #01499d;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}

.contents05_assessment button {
  border-radius: 5px;
  display: inline-block;
  background: #01499d;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}

.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: 20px 0;
}

.top_sub_contents06 {
  max-width: 1200px;
  width: 100%;
}

.contents06_left img {
  margin-bottom: 10px;
}

.contents06 .col-sm-3,
.contents06 .col-sm-9 {
  padding: 0;
}

.top_tel_fax {
  margin-bottom: 10px;
}

.contents06_left .top_tel_fax .tel_fax {
  background: #01499d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 22px;
  padding: 2px 10px;
  font-weight: normal;
}

.top_tel_fax span {
  padding-left: 5px;
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

.top_tel_fax a {
  color: #333;
}

.contents06_right_text {
  margin-top: 14px;
  padding-bottom: 30px;
}

.contents06_contact {
  background: #01499d;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
}

.contents06_contact:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.contents06_contact img {
  vertical-align: middle;
}

.contents06_contact span {
  padding-left: 10px;
}

/* footer */

.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;
}

/* 下層コンテンツ */

.header_nav {
  text-align: center;
}

.header_nav_title {
  color: #01499d;
  font-size: 24px;
  margin: 20px 0;
}

.header_nav_text {
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 19px;
  padding: 0 15px;
}

.header_nav_page {
  text-align: center;
  margin: 30px auto 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.header_nav_page .col-sm-12 {
  padding: 0;
}

.header_nav_page .col-sm-4,
.header_nav_page .col-sm-1-5 {
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #dbdbdd;
  color: #01499d;
  padding: 0;
}

.header_nav_page .col-sm-2 {
  vertical-align: middle;
  width: 50%;
  border-top: 1px solid #dbdbdd;
  color: #01499d;
  padding: 0;
}

.header_nav_page.header_nav_page_sp_col1 .col-sm-2 {
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #dbdbdd;
  color: #01499d;
  padding: 0;
}

.header_nav_page .col-sm-2:hover,
.header_nav_page .col-sm-4:hover,
.header_nav_page .col-sm-1-5:hover,
.header_nav_page .col-sm-1:hover
{
  background: #d5f0fb;
  transition: 0.5s;
}

.header_nav_page .active {
  background: #01499d;
}

.header_nav_page .active p {
  color: #fff;
}

.header_nav_page .col-sm-12:last-child {
  border-bottom: 1px solid #dbdbdd;
}

.header_nav_page .col-sm-2:nth-child(even) {
  border-left: 1px solid #dbdbdd;
}

.header_nav_page p {
  padding: 15px 20px;
  color: #01499d;
  font-size: 20px;
}

.nav_page_02 {
  margin-top: 0;
}

.sub_contents_main {
  width: 100%;
  margin: 0 auto;
}

.sub_contents_main .sub_title {
  padding: 30px 15px 20px;
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
}

.sub_contents_main .sub_title_text {
  text-align: center;
  padding: 0 15px 30px;
}

.main_text {
  width: 100%;
}

.main_text .main_text_title {
  color: #01499d;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

.container .row-eq-height {
  display: block;
}

.main_text .col-xs-6 {
  margin-bottom: 30px;
  text-align: center;
}

/* topics_list トピックス一覧 */

.topics_sub_contents {
  padding-top: 20px;
}

.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 .topics_image {
  padding-top: 20px;
}

.topics_sub_contents .topics_image img {
  width: 100%;
}

.topics_sub_contents .topics_text {
  padding: 0px 15px 20px;
}

.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;
  padding: 0 15px;
}

.topics_category_nav_list ul {
  text-align:center;
}

.topics_category_nav_list {
  background: #f4f8f9;
  padding: 20px 0;
  margin-top: 20px;
}

.topics_category_nav_list a {
  display: inline-block;
  color: #fff;
  width:100%;
}

.topics_category_nav_list li {
  text-align: center;
  display: inline-block;
  margin:8px 12px;
}

.pager .pager-wrap {
  margin: 20px 0;
}

/* topics_list_category カテゴリー一覧 */

.topics_sub_contents .sub_title {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  padding-top: 0;
}

/* topics トピックス詳細 */

.topics_detail .topics_detail_text {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

.topics_detail .topics_title {
  font-size: 28px;
}

.topics_detail .topics_date {
  font-size: 18px;
  padding: 15px 0 20px;
}

.topics_detail .topics_text {
  padding: 20px 0;
  line-height: 1.8em;
}

.topics_detail .topics_image img {
  width: 100%;
}

.topics_ba {
  width: 100%;
  display: table;
  padding: 0;
  margin-bottom: 10px;
}

.topics_detail .topics_ba .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.topics_ba .col-sm-5 {
  width: 47%;
  padding: 0;
}

.topics_ba p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.topics_ba .col-sm-1 {
  width: 5%;
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative;
}

.topics_ba .col-sm-1 p {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}

/* addition 少しでも高く売るためには */

.addition_sub_contents .sub_title {
  font-size: 34px;
}

.addition_sub_contents .main_text .main_text_01 {
  line-height: 2;
}

.property_info {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.property_info a {
  display: inline-block;
}

.property_info p {
  position: absolute;
  bottom: 0;
  background: rgba(132, 196, 218, 0.6);
  padding: 10px;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
}

.property_info p span {
  font-size: 16px;
}

.main_text .main_text_01 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.main_text .main_text_02 {
  margin-bottom: 20px;
  padding: 0 20px;
}

.main_text .main_image_01 {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 15px;
}

.sell_service {
  text-align: center;
  margin: 40px auto 0;
  vertical-align: middle;
  padding: 0 15px;
}

.sell_service a {
  border: 3px solid #01499d;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  vertical-align: middle;
  padding: 10px 5%;
  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 {
  color: #fff;
  transition: all 0.5s;
}

.sell_service h3 {
  color: #01499d;
  font-size: 30px;
  font-weight: bold;
}

.sell_service p {
  color: #333;
  font-size: 16px;
  text-align: left;
}

.sell_service span {
  display: none;
}

.practical_case {
  text-align: center;
  margin: 30px auto 40px;
  width: 100%;
  padding: 0 15px;
}

.practical_case a {
  border: 2px solid #01499d;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  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: 22px;
}

.practical_case span {
  padding-left: 20px;
}

.sub_title {
  color: #01499d;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  padding: 30px 20px 0;
}

.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の建物丸洗いサービス */

.service_sub_contents .main_text .main_text_01 {
  line-height: 2;
}

.service_sub_contents .main_text .first_main_text_01 {
  padding-bottom: 35px;
}

.main_text .main_img_service {
  width: 100%;
  display: table;
  padding: 0 10px;
  margin-bottom: 10px;
}

.main_text .main_img_service p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.main_img_service .col-sm-5 {
  width: 47%;
  padding: 0;
}

.main_img_service .col-sm-1 {
  width: 5%;
  padding: 0;
  text-align: center;
  margin-top: 12%;
}

/* marketing マーケティング */

.marketing_sub_contents {
  padding-bottom: 20px;
}

.marketing_sub_contents .main_text .main_text_title {
  font-weight: bold;
}

.marketing_sub_contents .main_text .main_text_01 {
  line-height: 2;
}

/* safety 安全に売ること */

.safety_sub_contents {
  padding-bottom: 20px;
}

.safety_sub_contents .main_text .main_text_title {
  font-weight: bold;
}

.safety_sub_contents .main_text {
  line-height: 1.8em;
}

/* assessment らくらく不動産査定 */

.assessment_contents_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.assessment_contents_inner .main_text_01 {
  margin-bottom: 20px;
}

.assessment_contents01 {
  background: #d7eff9;
}

.assessment_contents01 .recommendation {
  background: #fff;
  border: 5px solid #3a71b4;
  width: 100%;
  margin: 0 auto;
}

.assessment_contents01 .recommendation .recommendation_title {
  background: #29ace2;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}

.assessment_contents01 .recommendation ul {
  color: #29ace2;
  list-style-type: square;
  margin-left: 1em;
  padding: 10px 1em 5px;
}

.assessment_contents01 .recommendation li {
  padding-bottom: 5px;
  font-size: 21px;
}

.assessment_contents01 .recommendation ul span {
  color: #333;
}

.assessment_contents01 .promise {
  width: 100%;
  margin: 20px auto;
  font-size: 20px;
  text-align: center;
}

.assessment_contents01 .promise .promise_title {
  color: #01499d;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.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.1em;
  font-size: 21px;
  padding-bottom: 5px;
}

.promise_text li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.promise_text li span img {
  width: 74%;
}

.assessment_contents01 .assessment {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 30px;
}

.assessment_contents01 .assessment a {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 24px;
  background: #01499d;
  display: block;
  padding: 20px 0;
  color: #fff;
}

.assessment_contents01 .assessment a span {
  padding-left: 20px;
}

.assessment_contents02,
.assessment_contents03 {
  padding-bottom: 5px;
}

.assessment_contents02 .sub_title_text,
.assessment_contents03 .sub_title_text,
.assessment_contents05 .sub_title_text {
  padding: 0 0 25px;
  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: 25px;
  line-height: 1.8em;
}

.assessment_contents03,
.assessment_contents05 {
  background: #f2f2f2;
}

.assessment_record {
  padding-bottom: 10px;
}

.okinawa_central,
.okinawa_south {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

.okinawa_central a,
.okinawa_south a {
  border: 2px solid #01499d;
  border-radius: 5px;
  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_contents05 .contact_form {
  padding: 0;
}

.assessment_contents05 .contact_form .form_btn_wrap {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.other_relation_notes {
  display: none;
  padding-top: 10px;
  color: #ed1c24;
}

/* vision 「WILLのビジョン」*/

.vision_sub_contents .sub_head_text {
  font-size: 28px;
  font-weight: bold;
  padding: 0 15px 10px;
}

.vision .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8em;
}

.vision .col-sm-9 {
  padding-left: 0;
  padding-right: 0;
}

.vision .col-sm-9 .main_text_01,
.vision .col-sm-9 .main_text_02 {
  padding: 0 15px;
  margin-bottom: 25px;
}

.will_ceo {
  text-align: center;
}

.will_ceo img {
  width: 100%;
}

.will_ceo p {
  font-size: 14px;
  line-height: 1.4em;
}

.will_ceo .ceo_name {
  font-size: 16px;
  padding: 15px 0;
  line-height: 16px;
}

.vision_sub_contents .sub_head {
  padding-bottom: 30px;
}

/* about 会社概要 */

.about_sub_contents {
  padding: 0 10px;
}

.about_sub_contents .sub_head {
  padding-bottom: 20px;
}

.about_sub_contents .sub_title {
  font-size: 34px;
  font-weight: normal;
  padding: 20px 0;
}

.about {
  padding: 0;
  width: 100%;
}

.about_outline {
  border-bottom: 1px solid #dbdbdd;
  display: table;
  width: 100%;
}

.about_outline:first-child {
  border-top: 1px solid #dbdbdd;
}

.about_outline .col-sm-3 {
  background: #f0fafc;
  border-bottom: 1px solid #dbdbdd;
  padding: 10px;
}

.about_outline .col-sm-9 {
  padding: 10px;
  line-height: 1.5em;
}

.about_outline .col-sm-9 a {
  color: #333;
}

.last_about_sub_contents .about_outline:last-child {
  border-bottom: 2px solid #dbdbdd;
}

.last_about_sub_contents .sub_head {
  padding-bottom: 30px;
}

/* recruit 募集要項  */

.recuit_sub_contents .sub_title_text {
  font-size: 18px;
}

.recuit_sub_contents .sub_head {
  padding-bottom: 20px;
}

.recruit {
  padding: 0 10px;
  width: 100%;
}

.recruit_text {
  width: 100%;
  padding: 30px 10px 0;
}

.recruit_outline_ol,
.recruit_outline_ol2 {
  position: relative;
  margin: 0;
  padding: 0;
}

.recruit_outline_ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}

.recruit_outline_ol2 li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 5em;
}

.recruit_outline_ol li span,
.recruit_outline_ol2 li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.sub_head_title {
  color: #01499d;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px 15px;
  margin: 0 auto;
  max-width: 1000px;
}

.sub_head_text {
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px 30px;
  margin: 0 auto;
  max-width: 1000px;
}

.sub_main_title {
  background-color: #fcfcfc;
  margin-top: -6px;
}

.sub_text {
  text-align: center;
  padding: 20px 20px 40px;
}

.sub_main_title .sub_title img {
  margin-bottom: -15px;
  margin-right: 10px;
}

.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: 10% auto;
  padding: 0 5%;
}

.news_main {
}

.news_notice {
  display: table-cell;
  vertical-align: middle;
}

.news_date {
  display: table-cell;
  padding-left: 10px;
  margin-bottom: 10px;
}

.news_title {
  font-size: 20px;
  margin: 10px 0 20px;
}

.news_info_main {
  margin-bottom: 30px;
}

.news_left {
  text-align: center;
  margin-bottom: 30px;
}

.pager-wrap2 {
  display: table;
  padding: 30px 4% 50px;
  width: 100%;
}

.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;
  background: #132275;
  color: #fff;
  padding: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.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 {
  display: none;
}

.pager-inner-box:hover {
  color: #132275;
  background: #fff;
}

.pager_blank_box {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 10px;
}

/* staff スタッフ紹介 */

.staff {
  width: 100%;
  display: table;
}

.staff .col-sm-6 {
  margin-bottom: 30px;
  padding: 0;
}

.staff .staff_introduction {
  border: 1px solid #d7f0f7;
  margin: 0 5px;
}

.staff .staff_introduction2 {
  padding: 15px;
}

.staff .staff_img {
  text-align: center;
  line-height: 0;
}

.staff .staff_img img {
  width: 100%;
}

.staff_text {
  padding-top: 10px;
}

.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: 0 15px 30px;
  width: 100%;
  margin: 0 auto;
}

.staff_interview a {
  border: 2px solid #01499d;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  background-image: url("../img/service_back.png");
  padding: 15px 0;
  color: #01499d;
  width: 100%;
}

.staff_interview a:hover {
  background: #29aae1;
  transition: all 0.5s;
  color: #fff;
  background-image: url("../img/service_back02.png");
}

.staff_interview p {
  font-size: 28px;
}

.staff_interview p span {
  padding-left: 20px;
}

/* privacy 「個人情報保護方針」 */

.privacy_sub_contents .sub_title_text {
  padding: 0 15px;
  line-height: 1.5em;
  font-size: 18px;
}

.privacy_title {
  margin: 20px auto 30px;
  width: 100%;
  color: #01499d;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  padding: 0 15px;
}

.principle_table {
  padding: 0 15px;
  line-height: 1.8em;
}

.principle_title {
  background: #e4edf6;
  color: #01499d;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
}

.principle_text {
  padding: 8px 15px 15px;
}

.principle_sub_title {
  color: #01499d;
  font-weight: bold;
  padding-bottom: 10px;
}

.principle_sub_text {
  padding-bottom: 20px;
  line-height: 2;
}

.principle_sub_text a {
  color: #333;
}

.principle_sub_textol {
  position: relative;
  margin: 0;
  padding: 0;
}

.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 .main_text_title {
  font-size: 30px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
}

.access_sub_contents .main_text {
  padding: 0 15px;
}

#naha,
#kitanaka {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px;
}

.main_text .access {
  width: 100%;
}

.access .col-sm-12,
.access .col-sm-6,
.access .col-sm-4 {
  padding: 0;
}

.access_img,
.access_text {
  text-align: center;
}

.access_img img {
  width: 100%;
}

.access_text {
  padding: 15px 0 30px;
}

.access_detail {
  background-image: url(../img/access_text_back.png);
  border: 5px solid #01479c;
  padding: 24px;
  margin: 0 auto 40px;
}

.access_detail p {
  padding-bottom: 15px;
}

.access_detail p a {
  color: #333;
}

.access_detail span,
.access_detail_span {
  color: #01479c;
}

/* homeinspection 建物調査 */

.homeinspection_sub_contents .sub_head_title {
  padding: 0 15px 15px;
}

.homeinspection_sub_contents .sub_head_text {
  font-size: 16px;
  padding: 0 15px 25px;
}

.homeinspection_sub_contents .sub_head02_text {
  font-weight: normal;
}

.homeinspection_sub_contents .main_text .main_text_01 {
  line-height: 1.8em;
}

.homeinspection_sub_contents .sub_head {
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.homeinspection_sub_contents .sub_head:last-child {
  margin-bottom: 0px;
}

/* estateproperty 物件情報 */

.estateproperty_sub_contents .sub_title {
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  padding-top: 30px;
}

.estateproperty_sub_contents .container .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.estateproperty_sub_contents .col-sm-12 {
  padding: 0 8px;
}

.estateproperty_sub_contents .main_text .col-xs-6 {
  padding: 0 7px;
  margin-bottom: 15px;
  height: 100%;
}

.estateproperty_sub_contents .sub_title_text {
  padding-bottom: 30px;
}

.estateproperty_sub_contents .property_info,
.estateproperty_sub_contents .property_info a,
.estateproperty_sub_contents .property_info a img {
  width: 100%;
  height: 100%;
}

.estateproperty_sub_contents .property_info p {
  font-size: 13px;
}

.estateproperty_sub_contents .property_info p span {
  font-weight: bold;
}

/* property 物件詳細 */

.property_sub_contents .sub_title {
  font-size: 34px;
  line-height: 34px;
}

.property_sub_contents .sub_title span {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: normal;
}

.property_sub_contents .sub_title_text {
  font-size: 20px;
  padding: 0 15px 10px;
}

.property {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.property .container {
  width: 100%;
}

.property .container .col-sm-2 {
  padding-right: 1px;
  padding-left: 0;
  line-height: 0;
  padding-bottom: 1px;
}

.property .container .col-sm-6 {
  padding: 0;
}

.property_detail,
.property_detail .row-eq-height {
  height: 100%;
}

.property_sub_detail {
  padding: 20px 15px;
}

.property
  .container
  .first_border
  .property_detail_left
  .property_detail
  .col-sm-3 {
  border-top: 1px solid #ccc;
}

.property_detail .col-sm-3,
.property .container .property_detail .col-sm-2 {
  background: #f4f4f4;
  color: #01499d;
  padding: 10px;
  line-height: 1;
}

.property_detail .col-sm-9,
.property .container .property_detail .col-sm-10 {
  padding: 10px 10px 20px;
  border-bottom: 1px solid #ccc;
}

#property_map {
  height: 250px;
  padding-bottom: 30px;
}

.property_contact {
  text-align: center;
  margin: 0 auto;
  padding: 0 15px 30px;
}

.property_contact button {
  background: #01499d;
  color: #fff;
  border-radius: 10px;
  padding: 15px 0;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
}

.property_contact button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.property_contact button span {
  line-height: 1.4em;
}

.property_contact button .fa-angle-right {
  float: right;
  line-height: 0;
  padding-right: 20px;
}

/* contact お問い合わせメールフォーム */

.contact_main_text {
  width: 100%;
}

.contact_form {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.contact_title {
  padding-bottom: 15px;
}

.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: 1.2em;
  border-radius: 3px;
  resize: none;
}

.contact_form_01 input,
.contact_form_01 select {
  height: 60px;
  line-height: 60px;
}

.contact_form .form_btn_wrap {
  margin: 0px auto 30px;
  text-align: center;
  padding-top: 10px;
}

.contact_form .form_btn {
  background: #01499d;
  padding: 15px 60px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 3px;
  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: 10px;
  text-indent: 10px;
}

.inspection_text {
  color:#01499d;
  font-size:22px;
  text-align:center;
  padding-top:20px;
}

.assessment_list_arrow {
  color:#ccc;
}

.assessment_list_arrow span {
  font-size:8em;
}

.odd_record .col-xs-1,
.odd_record .col-xs-11,
.even_record .col-xs-1,
.even_record .col-xs-11 {
    padding:0;
}

.odd_record .col-xs-1,
.even_record .col-xs-1 {
  padding-right:15px;
}
.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 .box1{
  padding: 0 15px;
}

.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;
}

.title_sinzato{

    text-align: center;

}

.wiil_img {
    padding-top: 40px;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
