@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
}
body {
  font-size: 13px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* hoverで透過をかけるために緊急措置 */
a {
  display: block;
  color:#555555;
}
.breadcrumb a {
  display: inline;
}
.minchou {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.heading {
  padding: 10px 12px;
  #background: url('../images/bg-slash.gif');
  letter-spacing: 1px;
}
.hidden {
  display: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
.white-wrap-font {
      text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.under-dotted {
  border-bottom: 2px dotted;
}

/* --------------------------------
 * header
 * -------------------------------- */
a.LogoLink{
	color:#333333;
}
a.LogoLink:hover{
	color:#333333;
}
#wrap {
  display: none;
}
.header {
  width: 100%;
  padding: 20px 0px 10px 0px;
}
.header-contents {
  margin: 0 auto;
  width: 1000px;
}
.title-top {
  height: 85px;
}
.title {
  float: left;
  width: 550px;
}
.logo {
  width: 70px;
  height: 70px;
  float: left;
}
.title-content {
  margin-left: 10px;
  float: left;
}
.s-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cmp-name {
  font-size: 32px;
  font-weight: bold;
}
.title-top .contact {
  float: right;
  width: 350px;
}
.title-top .contact-message {
  font-weight: bold;
  float: left;
}
.muryo {
  float: left;
  background-color: black;
  color: white;
  margin: 0px 0px 5px 5px;
  padding: 1px;
  width: 110px;
  text-align: center;
}
.menu {
  text-align: center;
  background-color: #803823;
  color: white;
  min-width: 1050px;
  border-top: solid 5px black;
  padding: 5px;
}
.menu-contents {
  margin: 0 auto;
}
.menu .menu-item {
  display: inline-block;
}
.menu .menu-item a {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.menu li{
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.menu li+ li{
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}
/* --------------------------------
 * main
 * -------------------------------- */
.main {
  width: 100%;
  position: relative;
  background-color: #dddddd;
}
.main-image-wrap {
  width: 100%;
}
.main-top-image-wrap {
  /*
  width: 1200px;
  */
  width:100%;
  left: 0;
  right: 0;
  margin: auto;
}
.main-top-image {
}
.main-image {
  width: 100%;
  min-width: 1050px;
      background-size: cover;
}
.sub-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 1000px;
  font-size: 30px;
  font-weight:bold;
  margin: 0 auto;
  padding:45px 0px 46px 0px;
text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
/* --------------------------------
 * content
 * -------------------------------- */
.top-content {
  padding: 0px 40px 40px;
  width: 1000px;
  background-color: white;
  margin: 0 auto;
}
.top-content_head{
    padding: 0px 0px 0px;
    width: 1000px;
    background-color: white;
    border-top: solid 8px;
    border-top-color: #803823;
    margin: 0 auto -50px auto;
    position:relative;
    top:-50px;
}
.content {
  padding: 0px 40px 40px;
  width: 1000px;
  background-color: white;
  margin: 0 auto;
}
.content_head{
  padding: 0px 40px 40px;
  width: 1000px;
  background-color: white;
  border-top: solid 8px;
  border-top-color: #803823;
  margin: 0 auto;
}
.breadcrumb {
  height: 60px;
  padding-top: 10px;
}
.top-title {
  text-align: center;
  font-size: 31px;
  padding: 20px;
  letter-spacing: 3px;
  margin:5px 0px 0px 0px;
}

/* --------------------------------
 * main-content
 * -------------------------------- */
.main-content {
  float: left;
  width: 650px;
  margin-top: 20px;
}
.main-content .contact {
  border: solid 5px;
  border-color: #803823;
  margin-top: 50px;
}
.main-content .contact-message {
  background-color: #803823;
  color: white;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px 15px 0px;
}
.contact-woman {
  float: left;
}
.contact-content {
  float: left;
  padding: 15px 0px 0px 0px;
}
.contact-tel {
  float: left;
}
.opentime {
  float: left;
  padding-top:3px;
  padding-left: 10px;
  line-height:18px;
  font-size: 16px;
  font-weight: bold;
}
.mitumori {
  background-image: url("../image/contact-button.png");
  height: 59px;
  width: 446px;
  margin-top: 10px;
}
.contact-start {
  margin: 23px 0px auto 30px;
  float: left;
}
.mitumori-message {
  color: white;
  float: left;
  margin: 20px 0px auto 15px;
  font-size: 28px;;
}
/* --------------------------------
 * トップページ
 * -------------------------------- */
.top-sekou-wrap {
  float: left;
  width: 300px;
}
.top-facebook-wrap {
  float: right;
  width: 330px;
  margin:26px 0px 0px 0px;
}
.top-sekou-title-wrap {
	margin-bottom:5px;
}
.top-sekou-title {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.top-sekou-title-list-wrap {
  float: right;
  width: 70px;
  text-align: right:
}
.top-sekou-title-list {
  float: left;
  font-weight:bold;
}
.top-to-sekou-arrow {
  float: left;
  margin-left: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #803823;
  color: white;
  font-size: 12px;
  font-weight:bold;
}
.top-sekou-box-wrapper{
  border: 2px solid #a5a074;
  border-radius: 8px;
}
.top-sekou-box {
  overflow-y:scroll;
  width: 290px;
  height: 300px;
}
.top-sekou-box-content {
  padding: 10px 10px;
  border-bottom: 2px dotted #717071;
}
.top-sekou-box-image {
  float: left;
  width: 130px;
}
.top-sekou-box-message {
  float: left;
  padding-left: 5px;
  width: 122px;
  font-size:11px;
  line-height:15px;
  color: #717071;
}
.top-label-link {
  float: right;
  width: 120px;
  margin-top: 0px;
  padding-left: 7px;
  font-size: 14px;
  background-color: black;
}
.top-label-link a {
  color: white;
}
.top-reform-menu-wrap {
  margin: 20px 0px 40px 0px;
}
.top-reform-menu-content {
  width: 210px;
  height: 150px;
  background-color: #d3d3d3;
  position: relative;
  float: left;
  margin: 4px;
}
.top-reform-menu-image {
  position: relative;
  width: 186px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top-reform-image {
}
.top-reform-title {
  background-color: rgba(1, 1, 1, 0.5);
  font-size: 15px;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-total-menu-wrap {
  margin: 20px 0px 40px 0px;
}
.top-total-menu-content {
  width: 210px;
  background-color: #d3d3d3;
  float: left;
  margin: 4px;
  padding: 12px;
}
.top-total-menu-image {
  position: relative;
}
.top-total-image {
}
.top-total-title {
  font-weight: bold;
  color: black;
}
.top-total-message {
  color: #717071;
}
.top-service-menu-wrap {
  margin: 20px 0px 20px 0px;
  border-bottom: 2px solid #bdb76b;
  padding-bottom: 40px;
}
.top-service-menu-title {
  font-size: 27px;
  font-weight: bold;
  padding:2px 0px 12px 0px;
  color:#231814;
}
.top-service-menu-content {
  float: left;
  padding: 10px;
  background-color: #d3d3d3;
  margin: 6px;
}
.top-service-image {
  float: left;
}
.top-service-detail {
  float: left;
  margin-left: 10px;
  width: 183px;
}
.top-service-title {
  font-weight: bold;
  color: black;
  line-height:18px;
}
.top-service-message {
  color: #717071;
  font-size: 11px;
  line-height:15px;
  padding:5px 0px 0px 0px;
}
.top-support {
  border: 3px solid #a5a074;
  padding: 0px 20px 20px 0px;
  background-color: #e7e5d8;
}
.top-support-title {
  color: #803823;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin:15px 0px 15px 0px;
}
.top-support-image {
  float: left;
}
.top-support-message-wrap {
  float: left;
  margin-left: 25px;
  width: 359px;
}
.top-support-message {
  color: gray;
}
.top-support-about {
  font-weight: bold;
  color: black;
  font-size: 15px;
  float:right;
}
.top-jirei-facebook-wrap {
  margin-top: 60px;
  border-top: 2px solid #a5a074;
  padding-top: 30px;
}
.news-info-wrap {
  margin-bottom: 20px;
}
.news-info-title {
  background-color: #dddddd;
  font-weight:bold;
  font-family: 'Century','Book Antiqua';
  
  padding: 8px 0px 8px 10px;
  font-size: 18px;
}
.news-info {
  padding: 10px 5px;
  border-bottom: 1px dashed #888888;
}
.news-info-date {
}
.news-info-detail {
}
/* --------------------------------
 * 当組合について
 * -------------------------------- */
.testament {
  background: url("../image/about1.png") no-repeat;
  height: 250px;
  background-position:right;
  padding:10px 0px 0px 0px;
}
.testament-message {
  font-size: 23px;
  margin: 20px 0px;
  font-weight: bold;
  color:#222222;
}
.delegate-image {
  float: right;
}
.delegate-name {
  position: relative;
  height: 50px;
}
.delegate-name-image {
  position: absolute;
  margin: auto;
  right: 0;
  top: 20px;
}
.about-message {
  float: left;
  width: 500px;
  font-size: 14px;
}
.about {
  margin-top: 20px;
  padding-top: 10px;
}
.about-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight:bold;
  border-bottom: solid 2px;
  border-color: #aba674;
  padding-bottom: 10px;
  margin-top:40px;
  margin-bottom: 10px;
}
.system-image {
  margin: 20px 0px;
}
.about-message-full {
  font-size: 14px;
}
.about-small-title {
  font-size: 16px;
  font-weight:bold;
  margin: 30px 0px 0px 0px;
}
.five-relief {
  margin-bottom: 40px;
}
.two-relief-box {
  margin-bottom: 14px;
}
.five-relief-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.sikaku {
  color: #A39E74;
}
.left-relief {
  width: 317px;
  float: left;
  background-color: #bbd2d5;
}
.right-relief {
  width: 317px;
  float: right;
  background-color: #bbd2d5;
}
.relief-num {
  font-size: 30px;
  padding: 15px 0px 0px 0px;
  float: left;
  text-align:center;
  color: white;
  height: 150px;
  width:47px;
}
.relief-detail {
  float:left;
  width:260px;
}
.relief-title {
  font-size: 19px;
  font-weight: bold;
  padding:16px 0px 10px 0px;
}
.relief-message {
  color: #888888;
  font-weight:bold;
  padding: 0px 10px 0px 0px;
}
.overview {
  margin: 20px 0px;
}
.common-table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
.common-table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #d9d9d9;
}
.common-table td {
  width: 520px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.map {
  margin: 20px 0px;
}
#mapField {
  width: 600px;
  height: 500px;
}
.access {
  margin: 10px 0px;
}
/* --------------------------------
 * reform menu page
 * -------------------------------- */
.point-reform-content {
  width: 670px;
}
.content-title-wrap {
  background-color: #9a9574;
  color: white;
  border-left: solid 5px;
  border-color: black;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0px 8px 20px;
}
.content-title {
  float: left;
}
.content-message {
  color: #717071;
  margin: 20px 0px;
  font-size: 15px;
  font-weight: bold;
}
.wrap-point-box {
  width: 670px;
  margin-bottom: 40px;
}
.wrap-two-box {
  margin-bottom: 10px;
}
.point-box-left {
  float: left;
  background-color: #dededb;
}
.point-box-right {
  float: right;
  background-color: #dededb;
}
.box-content {
  padding: 10px;
  width: 330px;
}
.image-wrap {
  float: left;
  position: relative;
}
.box-image {
  height: auto;
  max-width: 150px;
}
.box-num {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  background-color: #333434;
  text-align: center;
  color: white;
  font-size: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.box-detail {
  margin-left: 10px;
  width: 150px;
  height: 130px;
  float: left;
  position: relative;
}
.box-title {
  font-size: 14px;
  font-weight: bold;
}
.box-message {
  color: #717071;
  font-size: 12px;
  line-height: 15px;
}
.box-detail-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.total-box-left {
  float: left;
  background-color: #dededb;
  position: relative;
}
.total-box-right {
  float: right;
  background-color: #dededb;
  position: relative;
}
.total-box-num {
  position: absolute;
  background-color: #333434;
  left: 20px;
  width: 40px;
  height: 60px;
  text-align: center;
  color: white;
  font-size: 20px;
  padding-top: 25px;
}
.total-box-content {
  padding: 20px;
  width: 320px;
  height: 300px;
}
.total-box-image {
}
.total-box-detail {
  position: relative;
  height: 120px;
}
.total-box-title {
  font-size: 20px;
  font-weight: bold;
}
.total-box-message {
  font-size: 15px;
  color: #717071;
  margin-top: 10px;
}
.total-box-detail-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.service-box-message {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0px;
  line-height: 35px;
}
.service-box {
  background-color: #dddddd;
  margin-bottom: 30px;
}
.service-box-content {
  width: 670px;
  height: 230px;
  padding: 20px;
}
.service-box-image {
  float: left;
  max-width: 200px;
}
.service-box-detail {
  float: left;
  margin-left: 30px;
  position: relative;
  height: 190px;
  width: 400px;
}
.service-box-title {
  font-size: 19px;
  font-weight: bold;
  padding:20px 0px 0px 0px;
}
.service-box-message-detail {
  margin-top: 5px;
  font-size: 15px;
  line-height:20px;
  color: #717071;
}
.service-box-detail-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* --------------------------------
 * living reform
 * -------------------------------- */
.living-content {
  background-color: #D6D6CE;
}
.rf-menu-title-wrap {
  background-color: #BCBAA5;
}
.rf-menu-num {
  float: left;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  background-color: #333434;
  text-align: center;
  color: white;
  font-size: 26px;
  line-height: 40px;
}
.rf-menu-title {
  float: left;
  padding-top: 6px;
  padding-left: 6px;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.sekoujirei {
  float: right;
  width: 150px;
  margin-top: 13px;
  padding:2px 7px 2px 10px;
  font-size: 13px;
  
  background-color: black;
  color: white;
}
.sekoujirei a {
  color: white;
}
.living-content-detail {
  padding: 30px 20px 20px 20px;
}
.detail-main {
  margin-bottom: 20px;
}
.detail-main-image {
  float: left;
}
.detail-main-message {
  float: left;
  width: 170px;
  font-size: 13px;
  line-height:20px;
  font-weight: bold;
  margin:0px 0px 0px 20px;
}
.detail-sub {
  padding-top:20px;
  padding-bottom: 20px;
}
.detail-sub02 {
  padding-top:0px;
  padding-bottom: 20px;
}
.sub-left {
  float: left;
}
.sub-right {
  float: right;
}
.detail-sub-image {
}
.sub-message {
  width: 294px;
  font-size: 13px;
  font-weight: bold;
  padding:7px 0px 0px 0px;
}
.detail-sub-small {
  width: 300px;
}
.sub-small-title {
  color: #803823;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  font-size: 17px;
  padding: 5px 0px;
  font-weight: bold;
}
.sub-small-image {
  width: 150px;
  float: left;
}
.sub-image-float{
	float:left;
}
.sub-image-margin-top{
	margin-top:20px;
}
.sub-small-message {
  float: right;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  width: 150px;
}
.sub-small-message02 {
  float: left;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  width: 240px;
}
.to-sekou-wrap {
  height: 100px;
  position: relative;
}
.to-sekou-button-wrap {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  width: 200px;
  height: 50px;
  background-color: #803823;
}
.to-sekou-button {
  float: left;
  color: white;
  font-size: 16px;
  padding-top: 13px;
  padding-left: 30px;
}
.to-sekou-arrow {
  float: left;
  position: relative;
  top: 15px;
  left: 20px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: white;
  color: #803823;
  font-size: 12px;
  font-weight:bold;
}
.living-content2-wrap {
  margin: 20px 0px;
}
.living-content2-title {
  font-size: 20px;
  color: #803823;
  font-weight:bold;
  padding-top:20px;
}
.living-content2 {
  margin: 20px 0px;
}
.living-content2-left {
  float: left;
}
.living-content2-right {
  float: left;
  padding-left: 20px;
  width: 258px;
}
.living-content2-image {
}
.living-content2-plan {
  background-color: #ffffae;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  width: 80px;
  padding 5px 0px;
  font-family: 'Century','Book Antiqua';
}
.living-content2-message-title {
  font-size: 16px;
  line-height:20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.living-content2-message {
}
/* --------------------------------
 * キッチン・水廻り
 * -------------------------------- */
.washroom-reform-wrap {
  width: 500px;
}
.washroom-reform-title {
  color: #a0522d;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 5px 0px;
}
.washroom-reform-image {
  float: left;
  width: 250px;
}
.washroom-reform-message {
  float: left;
  margin-left: 20px;
}
/* --------------------------------
 * 浴室・トイレ
 * -------------------------------- */
.toilet-reform-wrap {
  width: 500px;
}
.toilet-reform-image {
  width: 300px;
  float: left;
}
.toilet-reform-detail {
  float: left;
  width: 200px;
}
/* --------------------------------
 * 屋根・外壁
 * -------------------------------- */
.roof-reform-wrap {
  border-radius: 8px;
  border: 2px solid white;
  padding: 10px;
  background-color: #f1ead6;
  margin-top: 20px;
}
.roof-reform-title-wrap {
  border-bottom: 2px solid gray;
  margin-bottom: 10px;
}
.roof-reform-title {
  float: left;
  color: #803823;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}
.roof-reform-title-image {
  float: left;
  margin:0px 0px 5px 10px;
}
.roof-reform-image {
  float: left;
  width: 250px;
}
.roof-reform-message {
  font-size: 14px;
  font-weight: bold;
  width: 320px;
}
.roof-reform-detail {
  float: left;
  width: 250px;
  padding-left: 20px;
}
.to-free-button-wrap {
  position: relative;
  bottom: -20px;
  right: -30px;
  width: 220px;
  height: 50px;
  background-color: #e47730;
}
.free-diagnosis {
  float: left;
  color: white;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 30px;
}
.to-free-arrow {
  float: left;
  position: relative;
  top: 15px;
  left: 20px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: white;
  color: #e47730;
  font-size: 12px;
  font-weight:bold;
}
.roof-content {
  margin: 60px 0px 10px 0px;
}
.roof-content-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid black;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px;
}
.roof-content-box {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
}
.roof-content-image {
  float: left;
}
.roof-content-right{
  float: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  width: 287px;
}
.inline {
  display: inline;
}
.roof-kind-wrap {
  margin:40px 0px 0px 0px;
}
.roof-kind {
  margin: 20px 0px 0px 0px;
}
.roof-kind-name {
  background-color: #808080;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
}
.roof-kind-message {
  padding: 10px 0px;
  font-size: 14px;
}
.wall-sub {
  font-size: 14px;
}
.wall-kind-content {
  background-color: #E5E6E1;
  padding: 10px;
}
.wall-brown {
  color: #803823;
  font-weight:bold;
}
.wall-kind-title {
  font-size: 18px;
  font-weight: bold;
  color: #803823;
}
.wall-kind-detail-image {
  float: left;
  width: 100px;
  height: 100px;
}
.wall-kind-detail {
  padding: 10px;
}
.wall-kind-message-box {
  float: left;
  margin-left: 10px;
  width: 460px;
}
.wall-kind-message-top {
}
.wall-kind-message-under {
  color: #803823;
}
.wall-bold {
  font-size: 13px;
  font-weight: bold;
}
.roof-kind-table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  margin-top:40px;
}
.roof-kind-table th {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  padding:10px 15px 10px 15px;
}
.table-kind {
  background-color: #808080;
  padding: 5px;
}
.table-kind-name {
  color: white;
  text-align: center;
}
.table-kind-image {
  margin: 5px 0px 0px 0px;
  border:1px solid #FFFFFF;
}
.table-kind-point {
  background-color: #f1e5c4;
  font-size: 14px;
  padding: 10px;
}
.Sfont{
	font-size:11px;
}
.roof-kind-table td {
  padding: 5px;
  font-weight:bold;
  text-align: center;
  border: 2px solid white;
  background-color:#E5E6E1;
}
.reform-common-title3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  font-weight: bold;
  color: #803823;
  padding:40px 0px 10px 0px;
}
.reform-common-message2 {
  font-size: 13px;
  font-weight: bold;
  padding:0px 10px 0px 10px;
}
.reform-common-content2 {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px 0px;
  padding: 20px;
}
.reform-common-title2-wrap {
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid black;
  position: relative;
}
.reform-common-title2{
  font-size: 23px;
  font-weight: bold;
}
.reform-common-image2 {
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.reform-common-content2-detail {
  margin-top: 20px;
}
.reform-common-content2-image {
  float: left;
}
.reform-common-content2-right {
  float: left;
  margin-left: 15px;
  width: 265px;
}
.reform-common-content2-title {
  font-weight: bold;
  font-size:16px;
  line-height:22px;
}
.reform-common-content2-message {
  margin-top: 10px;
}
/* --------------------------------
 * その他リフォーム
 * -------------------------------- */
.etc-reform-wrap {
  width: 500px;
  margin:0px 0px 40px 0px;
}
.etc-reform-title {
  color: #a0522d;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 5px 0px;
  font-size:16px;
  font-weight:bold;
}
.etc-reform-image {
  float: left;
  width: 250px;
  margin:10px 0px 0px 0px;
}
.etc-reform-message {
  float: left;
  margin-left: 20px;
  width:240px;
  margin:10px 0px 0px 10px;
}
/* --------------------------------
 * モダンリビングへリフォーム
 * -------------------------------- */
.modern-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}
.modern-after-message {
  font-size: 15px;
  line-height:22px;
  margin: 0px 0px 20px 0px;
}
.modern-after-image {
}
.modern-before {
  float: left;
  font-size: 16px;
  margin-top: 20px;
  font-weight:bold;
}
.modern-before-arrow {
  float: left;
  font-size: 25px;
  color: #a0522d;
  margin-left: 20px;
}
.modern-before-wrap {
  margin-bottom: 40px;
}
.modern-before-left {
  width: 300px;
  float: left;
}
.modern-before-image {
}
.modern-before-message {
  width: 260px;
}
.modern-before-right {
  width: 300px;
  float: right;
}
.modern-data-title {
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px dashed gray;
  padding: 5px 0px;
}
.modern-data {
  border-bottom: 1px dashed gray;
  padding: 7px 0px;
}
.modern-image-list-wrap {
  margin-bottom: 20px;
}
.modern-image-content {
  float: left;
  width: 197px;
  margin-left: 9px;
}
.modern-image {
}
.modern-image-message {
  padding: 5px 0px;
}
/* --------------------------------
 * Q and A
 * -------------------------------- */
.question-wrap {
  margin: 40px 0px;
}
.question-content {
}
.question-image {
  float: left;
}
.question-message {
  float: left;
  font-size: 25px;
  font-weight: bold;
	background-color:#CDCDCD;
	color:#555555;
	width:600px;
	height:60px;
	text-align:left;
	padding:20px 0px 0px 20px;
}
.answer-content {
  background-color: #EEEEEE;
  padding: 20px;
  margin-bottom: 40px;
}
.answer-image {
  float: left;
}
.answer-message {
  float: left;
  font-size: 23px;
  padding:17px 0px 0px 0px;
  color: #e66579;
  font-weight: bold;
}
.answer-mark{
	font-size:52px;
	font-weight:bold;
	float:left;
  color: #e66579;
	width:50px;
	height:60px;
	text-align:center;
	padding:17px 0px 0px 0px;
}
.q-lists-list {
  background-color: #ded7b6;
  font-weight: bold;
  color: black;
}
.question-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  border: 3px solid #dbd76b;
  margin-bottom: 20px;
  padding: 5px 0px;
}
.question-mark{
	font-size:38px;
	float:left;
	font-family: 'Century','Book Antiqua';
	background-color:#000000;
	color:#FFFFFF;
	width:50px;
	height:60px;
	text-align:center;
	padding:17px 0px 0px 0px;
}
.q-title-width1 {
  width: 200px;
}
.q-title-width2 {
  width: 300px;
}
.q-title-width3 {
  width: 400px;
}
.t-sec-mid-message {
  font-weight: bold;
  text-align: right;
}
.q-ans-content {
}
.q-ans-content02 {
	margin:0px 0px 0px 0px;
}
.k-ans-mid {
  width: 460px;
  margin: auto;
  right: 0;
  left: 0;
}
.k-ans-left-image {
  float: left;
}
.k-ans-right {
  float: left;
  font-weight: bold;
  padding: 0px  0px 0px 20px;
  width:236px;
}
.k-ans-under {
  margin-top: 20px;
}
.k-ans-under-left {
  padding: 10px;
  border: 1px solid green;
  width: 295px;
  float: left;
}
.k-ans-under-right{
  padding: 10px;
  border: 1px solid blue;
  width: 295px;
  float: right;
}
.k-ans-under-left .k-ans-under-title {
  background-color: #7B9D49;
}
.k-ans-under-right .k-ans-under-title {
  background-color: #548BA0;
}
.k-ans-under-title {
  font-size: 17px;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  color: white;
}
.k-ans-under-title-message {
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
}
.k-ans-under-image {
	width:270px;
}
.k-ans-under-message {
}
.k-ans-under-message-title {
  font-weight: bold;
}
.k-ans-under-message-content {
}
.k-sec-mid-message {
  text-align: left;
  padding: 10px 20px 20px 40px;
  font-weight: bold;
  line-height:26px;
  font-size:16px;
}
.k-sec-under-left {
  width: 281px;
  float: left;
  margin:0px 0px 0px 10px;
}
.k-sec-under-right {
  width: 281px;
  float: left;
  margin:0px 0px 0px 30px;
}
.k-sec-under-set {
  width: 281px;
  float: left;
  margin:0px 0px 0px 18px;
}

.k-sec-under-image {
}
.k-sec-under-message-content {
}
.k-sec-under-message-title {
  font-weight: bold;
  font-size:17px;
  line-height:22px;
}
.k-sec-under-wrap{
	padding:0px 0px 20px 0px;
}
.QaLeftImage{
	float:left;
	margin:20px 0px 20px 0px;
	width:258px;
}
.QaRightText{
	float:left;
	margin:20px 0px 20px 18px;
	width:330px;
}
.QaRightTitle{
	font-size:16px;
	font-weight:bold;
}
.QaRightTextarea{
	margin:10px 0px 20px 0px;
}







.back-top-area {
  position: relative;
  margin-bottom: 150px;
}
.back-top-link {
  position: absolute;
  right: 0;
}
.back-top-arrow {
	float:left;
}
.back-top{
	float:left;
  color: black;
}
.q-ans-box-bath {
	float:left;
}
.q-ans-box-bath-image {
  float: left;
}
.q-ans-box-bath-right {
  width: 300px;
  float: right;
  padding: 10px;
}
.q-ans-box1-title {
  font-weight: bold;
  font-size:16px;
  margin:20px 0px 5px 0px;
}
.q-ans-box-bath-message {
  margin-bottom: 20px;
}
.q-ans-box-bath-image {
  width: 100px;
  height: 100px;
}
.q-ans-bath-image {
  float: left;
}
.q-ans-box1 {
  margin-bottom: 20px;
}
.q-ans-bath-content-message {
  float: left;
  width:148px;
  margin:0px 0px 0px 10px;
}
.q-ans-bath-content{
	margin-top:10px;
}
.q-ans-box1-image {
  float: left;
}
.q-ans-box1-right {
  padding: 0px 0px 0px 20px;
  float: left;
  width:210px;
}
.q-ans-box2 {
  float: left;
  margin:0px 20px 0px 0px;
}
.q-ans-box2-image {
  margin: 0px 0px;
}
.q-ans-box2-message {
  padding: 10px 0px 0px 0px;
  width:180px;
}
.q-living-image1 {
  float: left;
}
.q-living-message1 {
  float: right;
  width: 138px;
  padding: 0px 0px 0px 10px;
}
.q-living-message-under {
  padding: 10px;
}
.q-living-image2 {
}
.q-ex-image1 {
	float:left;
	margin:10px 0px 0px 0px;
}
.q-ex-content1 {
  float: left;
  width: 138px;
  margin:10px 10px 0px 0px;
}
.q-ex-content2 {
  float: left;
  margin-right: 10px;
}
.q-ex-image2 {
  float: left;
  margin-right: 10px;
  width: 150px;
  height: 200px;
}
.q-ex-content3 {
  float: left;
  width:282px;
}
.q-ex-image3 {
  float: left;
}
.q-ex-content4 {
  float: left;
  padding: 0px 0px 0px 10px;
  width:146px;
}
.q-ex-image-message{
	margin-top:5px;
}
.q-ex-under{
	margin-top:5px;
	width:461px;
}
.q-ex-message {
}
.q-ans-box1-message {
  padding: 5px 0px 0px 0px;
  width:400px;
}
.q-ex-under {
}
.q-ex-uv-logo {
  position: absolute;
  left: 428px;
  top: 239px;
}
.relative{
	position:relative;
}
.q-roof-before-image {
  float: left;
  width: 300px;
}
.q-roof-after-image {
  float: right;
  width: 300px;
}
.q-roof-image1 {
  float: left;
  width: 400px;
  height: 200px;
}
.q-roof-content {
  float: left;
  padding: 0px 0px 0px 10px;
  width:200px;
}
.q-roof-message-title {
  font-weight: bold;
}
.q-roof-message2 {
  margin-bottom: 10px;
}
.q-roof-message1 {
  padding: 10px;
}
/* --------------------------------
 * reform-flow
 * -------------------------------- */
.reform-flow {
  width: 670px;
}
.reform-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 50px 0px;
  font-size: 25px;
  border-bottom: solid 2px;
  border-color: #bdb76b;
  padding-bottom: 10px;
  font-weight:bold;
}
.step-image {
  float: left;
}
.step-detail-wrap {
  float: left;
  width: 540px;
  margin-left: 10px;
}
.step-detail-10 {
  margin-top: 10px;
}
.step-detail-20 {
  margin-top: 20px;
}
.step-detail-30 {
  margin-top: 30px;
}
.step-detail-40 {
  margin-top: 40px;
}
.step-message {
  float: left;
  padding: 10px 20px 10px 10px;
  width: 350px;
}
.step-detail-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight:bold;
}
.step-detail-message {
  color: gray;
}
.step-detail-image {
  float: right;
}
/* --------------------------------
 * お問い合わせ
 * -------------------------------- */
.b-red {
  background-color: red;
  color: white;
  padding: 2px 5px;
}
.contact-page-content {
  width: 930px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact-form-wrap {
  padding: 40px;
}
.contact-desc {
}
.contact-desc-message {
  margin-bottom: 20px;
}
.contact-form {
}
.contact-table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.contact-table th {
  width: 250px;
  padding: 20px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
}
.contact-table td {
  width: 680px;
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.contact-input {
  width: 300px;
}
.contact-column {
  float: left;
}
.hissu {
  float: right;
  background-color: red;
  color: white;
  padding: 0px 5px;
}
.number {
  width: 80px;
}
.mail {
  padding: 5px;
}
.post {
  width: 200px;
}
.address {
  width: 400px;
}
.contact-textarea {
  width: 500px;
  height: 200px;
}
textarea {
  resize: none;
}
.to-confirm-wrap {
	margin:50px auto;
	text-align:center;
}
.to-confirm-button {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  width: 200px;
  height: 50px;
  background-color: #aba674;
  color: white;
  font-size: 18px;
  padding-top: 13px;
  padding-left: 45px;
}
/* --------------------------------
 * お客様サポート
 * -------------------------------- */
.support-content-wrap {
  margin-top: 40px;
}
.support-content {
  margin-bottom:80px;
}
.support-content-image01 {
  background:url(../image/support04.png) no-repeat;
  background-position:right top;
  height:600px;
}
.support-content-image02 {
  background:url(../image/support11.png) no-repeat;
  background-position:right top;
  height:500px;
}
.support-content-image03 {
  background:url(../image/support21.png) no-repeat;
  background-position:right top;
  height:150px;
}
.support-hosyo-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.support-content-sub-message{
	width:352px;
}
.support-content-sub-gray-message{
	width:100%;
	background-color:#EEEEEE;
	border:1px solid #888888;
	font-size:24px;
	padding:10px;
	margin:20px 0px 10px 0px;
}
.support-title {
text-shadow:
-1px -1px 0px #ffffff,
1px -1px 0px #ffffff,
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px 2px 3px rgba(0, 0, 0, 0.6);
  
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 2px solid #bdb76b;
  border-bottom: 2px solid #bdb76b;
  padding: 17px 10px 17px 20px;
  font-size: 35px;
  font-weight: bold;
  background-color: #f0f0e8;
}
.support-content-title {
  font-size: 24px;
  font-weight: bold;
  line-height:30px;
  width:400px;
  padding: 20px 0px;
}
a.BlueLinker{
  color:#036E9C;
  display:inline;
}
a.BlueLinker:hover{
  text-decoration:underline;
}
.PageTop{
	
	cursor: pointer;
}
.support-content-sub-title {
  font-weight: bold;
  font-size:18px;
  margin:10px 0px 5px 0px;
}
.support-content-sub-text {
  margin:0px 0px 10px 0px;
}
.support-content-sub-text02 {
  margin:0px 0px 0px 0px;
  color:#036E9C;
}
.support-content-sub-gray-message {
  color: gray;
}
.support-text01{
	
}
.support-text02{
	color:#036E9C;
}
.support-text03{
	color:#99999A;
	margin-top:30px;
}
.support-text04{
	margin:60px 0px 0px 0px;
	font-size:24px;
}
.support-text04-act{
	color:#813823;
}
.support-table-title {
  background: black;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 5px;
}
.support-table-wrap {
  margin: 30px 0px;
}
.support-table {
  border-collapse: separate;
  border-spacing: 0px;
  text-align: left;
  line-height: 1.5;
}
.support-table th {
  width: 250px;
  padding: 20px;
  font-weight: bold;
  vertical-align: center;
  background-color: #ADAEAF;
  color: white;
  border-bottom: 3px solid white;
}
.support-table td {
  width: 520px;
  padding: 15px;
  vertical-align: center;
  background-color: #eee;
  border-bottom: 3px solid white;
}
.support-loan-content-wrap {
  margin-bottom: 40px; 
}
.support-loan-content {
  background-color: #eee;
  padding: 20px;
}
/* --------------------------------
 * 施工事例
 * -------------------------------- */
.sekou-list {
  margin: 20px 0px 20px 5px;
  padding-bottom: 10px;
}
.list-line {
  margin-bottom: 10px;
}
.lists {
  margin: 0px 8px 0px 0px;
  float: left;
  position: relative;
}
.listsEnd {
  margin: 0px 0px 0px 0px;
}
.lists a {
  display: inline-block;
  width: 155px;
  line-height: 30px;
  text-align: left;
  padding-left: 12px;
  border-radius: 8px;
  font-weight:bold;
}
.lists-list {
  background-color: #baba5b;
  color: white;
}
.lists-living {
  background-color: #dea921;
  color: white;
}
.lists-kitchen {
  background-color: #d7a990;
  color: white;
}
.lists-toilet {
  background-color: #97bbde;
  color: white;
}
.lists-roof {
  background-color: #90b374;
  color: white;
}
.lists-all-electric {
  background-color: #d497a7;
  color: white;
}
.lists-etc {
  background-color: #c2bdb1;
  color: white;
}
.lists-new {
  background-color: #8b9ac2;
  color: white;
}
.list-arrow {
  text-align: right;
  position: absolute;
  right: 8px;
}
.list-content-wrap-title {
  padding: 15px;
  font-size: 24px;
  font-weight:bold;
}
.list-content-wrap {
  border: 5px solid #d7d4c7;
  padding: 3px;
  padding-bottom: 20px;
}
.list-content {
  padding: 20px;
  margin-bottom: 20px;
}
.list-content-title {
  font-size: 17px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
  font-weight: bold;
}
.list-content-title-detail {
  font-size: 17px;
  border-bottom: 2px solid #cccccc;
  margin: 20px 0px;
  font-weight: bold;
}
.list-content-detail {
}
.list-content-image {
  float: left;
  width:170px;
}
.list-content-right {
  width: 407px;
  float: right;
}
.list-content-top {
  padding-bottom: 10px;
  position: relative;
}
.list-content-name {
  font-weight: bold;
}
.list-content-type {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  font-size: 9px;
  color: white;
}
.list-content-message {
  font-weight: normal;
}
.list-detail-button-wrap {
  position: relative;
  height: 40px; 
}
.list-detail-button a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  padding-left: 20px;
  color: white;
  background-color: black;
}
.page-sender-wrap {
  position: relative;
  height: 50px;
}
.page-sender {
  font-size: 20px;
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
}
.left-arrow {
  float: left;
}
.sender-num {
  float: left;
  margin: 0px 20px;
}
.right-arrow {
  float: left;
}
.left-arrow a {
  color: black;
}
.sender-num a {
  color: black;
}
.right-arrow a {
  color: black;
}
/* --------------------------------
 * 施工事例詳細
 * -------------------------------- */
.sekou-detail-date {
  float: right;
}
.sekou-detail-wrap {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  width: 600px;
}
.sekou-detail-before-wrap {
}
.sekou-detail-before-image {
  float: left;
}
.sekou-detail-before-message-content {
  float: right;
  width: 270px;
}
.before-to-after {
}
.before-to {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Century','Book Antiqua';
  margin:10px 0px 0px 0px;
}
.before-to-after-arrow {
  position: relative;
  left: 100px;
}
.sekou-detail-after-wrap {
}
.to-after {
  font-size: 40px;
  font-weight: bold;
  margin:0px 0px 20px 0px;
  font-family: 'Century','Book Antiqua';
}
.after-main-image {
}
.sekou-detail-after-message-content {
  float: left;
  width: 280px;
}
.sekou-detail-after-message-wrap {
  margin: 30px 0px;
}
.sekou-detail-data {
  float: right;
  width: 300px;
}
.sekou-detail-data-table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.sekou-detail-data-table th {
  width: 120px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  background: #eee;
}
.sekou-detail-data-table td {
  width: 180px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #9e9e9e;
}
.sekou-detail-data-title {
  font-size: 17px;
  font-weight: bold;
}
.before-after-wrap {
  margin: 20px 0px;
}
.before-after {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  width: 470px;
}
.before-after-title {
  text-align: center;
  background-color:#DEDEDE;
  width:120px;
  padding:5px 0px;
  margin:10px auto;
  color:#FFFFFF;
  font-size:25px;
}
.before-left-content {
  float: left;
}
.after-right-content {
  float: right;
}
.before-after-image-arrow {
  float: left;
  position: relative;
  top: 140px;
  left: 10px;
}
.before-after-image {
}
.sekou-detail-images-wrap {
  margin: 30px 0px;
}
.sekou-detail-images-content {
  width: 600px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
}
.sekou-detail-images-line {
  margin-bottom: 16px;
  padding-left: 0px;
}
.sekou-detail-images {
  float: left;
  width:180px;
  margin: 0px 0px 0px 16px;
  cursor: pointer;
cursor: hand;
}
.customer-voice-wrap {
  width: 564px;
  position: relative;
  margin: 0px auto 30px auto;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #c9c9c9;
} 
.customer-voice-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom:10px;
} 
.customer-voice-message {
  font-size: 15px;
} 
.back-button-wrap {
  width: 200px;
  height: 40px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #9a9574;
  padding: 10px 0px 10px 40px;
}
.common-arrow {
  float: left;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: white;
  color: #9a9574;
  margin-top: 2px;
  font-size: 12px;
  font-weight:bold;
}
.back-lists-wrap {
  position: relative;
  padding: 20px 0px;
}
.back-lists-button {
  float: left;
  font-size: 18px;
  color: white;
  padding-left: 8px;
  font-weight:bold;
}
/* --------------------------------
 * 住まいの健康診断
 * -------------------------------- */
.dia-pro-wrap {
  position: relative;
  top: -10px;
  padding: 5px;
  background-color: #cbe9fa;
}
.dia-pro-title {
  background-color: #6dbce3;
  color: white;
  padding: 24px 0px;
  text-align: center;
  font-size: 33px;
  font-weight:bold;
}
.dia-pro-content {
  padding: 0px 10px 20px 10px;
}
.repair-message-image {
  float: left;
  position: relative;
  top: 20px;
  z-index: 1;
}
.dia-pro-top-image {
  margin-top: 20px;
}
.dia-pro-content-title {
  float: left;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
  margin-top:34px;
}
.dia-pro-image-content {
  margin-top: 5px;
  margin-left: 5px;
}
.repair-content {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.repair-image-wrap {
  background-color: white;
  position: relative;
  width: 200px;
  height: 150px;
  box-shadow:2px 2px 2px;
}
.repair-image {
  width: 190px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.repair-message {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.repair-content-message {
  width: 200px;
  font-weight: bold;
  margin:10px 0px 0px 0px;
}
.dia-flow-wrap {
  padding: 20px;
}
.dia-flow {
  float: left;
  width: 350px;
}
.dia-flow-title {
  font-size: 25px;
  font-weight: bold;
  color: #006532;
  margin-bottom:10px;
}
.dia-flow-content {
  border: 2px solid #009fe8;
  border-radius: 8px;
  background-color: white;
  padding: 5px;
}
.dia-flow-content-title {
  color: #3399ff;
  font-weight: bold;
  font-size:17px;
}
.dia-flow-content-message {
  margin:5px 5px 5px 5px;
}
.dia-flow-arrow {
  text-align: center;
  margin-top: 8px;
}
.dia-create {
  float: right;
  width: 230px;
}
.dia-report-image {
  width: 200px;
}
.dia-report-wrap {
  border: 3px solid white;
  border-radius: 8px;
  position: relative;
  top: -25px;
}
.dia-report-title {
  background-color: #00993e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.dia-report-message {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ecf1ba;
  padding: 10px;
}
/* --------------------------------
 * 住宅トラブル
 * -------------------------------- */
.trouble-top-image {
  width: 100%;
  margin-top: 20px;
}
.trouble-service-small {
}
.trouble-service-size {
  font-size: 17px;
}
.trouble-emergency-wrap {
  margin-top: 30px;
}
.trouble-help-wrap {
  margin-top: 30px;
}
.trouble-free-wrap {
  margin-top: 30px;
}
.trouble-content {
  padding: 10px;
}
.trouble-common-title-wrap {
  border: 5px double white;
  padding: 10px;
}
.trouble-emergency-color-title {
  background-color: #ea6176;
}
.trouble-help-color-title {
  background-color: #68b600;
}
.trouble-free-color-title {
  background-color: #0089ce;
}
.trouble-emergency-color {
  color: #ea6176;
}
.trouble-help-color {
  color: #68b600;
}
.trouble-free-color {
  color: #0089ce;
}
.trouble-common-image {
  float: left;
}
.trouble-title {
  float: left;
  font-size: 32px;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}
.trouble-title-padding {
  padding-top: 25px;
}
.trouble-common-sub-title {
  font-size: 20px;
  line-height:25px;
  font-weight: bold;
  margin:10px 0px 0px 0px;
}
.trouble-common-message {
  font-size: 15px;
  margin:20px 0px;
}
.trouble-emergency-free-message {
  font-size: 20px;
  font-weight: bold;
  margin:0px 0px 10px 0px;
}
.trouble-emergency-free-highlight {
  font-size: 25px;
}
.trouble-emergency-image-caution {
  font-size: 12px;
  line-height:17px
}
.use-caution-wrap {
  margin-top: 20px;
}
.use-caution-message {
  padding: 5px 0px;
  font-size:12px;
}
.trouble-title-left {
  float: left;
}
.trouble-title-right {
  float: right;
  padding: 10px;
  font-size: 15px;
}
.trouble-title-top {
  font-size: 18px;
}
.trouble-service-content-wrap {
	font-weight:bold;
}
.trouble-service-content-line {
  width: 620px;
  margin: 20px;
}
.trouble-service-content {
  float: left;
  width: 300px;
  border-radius: 20px;
  background-color: #c6e6f4;
  color: #0089ce;
  padding: 5px;
  text-align: center;
  margin: 0px 5px 0px 5px;
}
/* --------------------------------
 * after-service
 * -------------------------------- */
.after-service {
  width: 640px;
  margin-top: 20px;
}
.after-service-detail {
  float: left;
  width: 470px;
  padding: 10px;
}
.after-service-title {
  font-size: 25px;
  border-bottom: solid 1px;
  font-weight: bold;
  border-color: black;
  padding-bottom: 10px;
}
.after-service-message {
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
}
.after-service-image {
  float: right;
}
/* --------------------------------
 * side
 * -------------------------------- */
.side {
  float: right;
  width: 270px;
  height: 1500px;
  padding-left: 30px;
  margin-top: 20px;
}
.campany-menu {
  background-color: #808080;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.campany-menu .c-menu {
  padding: 10px 0px;
  font-size: 15px;
  letter-spacing: 3px;
  color: white;
  font-weight:bold;
}
.sekou {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.side-card {
  height: 60px;
  border: solid 5px;
  border-color: #cfd4d4;
  background-color: #e9e8e7;
  margin-bottom: 10px;
}
.start {
  float: left;
  margin: 20px 5px 0px 5px;
}
.card-message {
  float: left;
  width: 200px;
  padding: 5px;
}
.card-top {
  color: #036e90;
  font-weight: bold;
}
.card-under {
  font-size: 17px;
  font-weight: bold;
  color: black;
}
.meisyo-card {
  width: 100%;
}
.side-yutai {
  background-color: #DBE0F4;
  height: 350px;
  margin-top: 20px;
}
.yutai-content {
  padding: 10px;
}
.yutai-title {
  border-top: solid 3px;
  border-bottom: solid 3px;
  color: gray;
  text-align: center;
}
.kaiin {
  margin:5px 0px 2px 0px;
  font-size: 16px;
  font-weight:bold;
}
.yutai {
  font-size: 23px;
  font-weight: bold;
  margin:0px 0px 5px 0px;
}
.yutai-card {
  padding:10px 0px 0px 0px;
}
.yutai-message {
}
.yutai-logos {
  padding: 0px 15px 0px 15px;
}
.yutai-logo {
  padding: 3px 10px 0px 10px;
  width: 180px;
}
/* --------------------------------
 * リフォームメニュー
 * -------------------------------- */
.reform-menu {
  background-color: #808080;
  height: 460px;
  color: white;
  padding: 5px;
  margin-bottom: 20px;
}
.reform-menu-title {
  height: 30px;
  padding: 5px 5px 5px 10px;
  background-color: #333434;
  font-weight: bold;
}
.point-reform {
  margin-top: 10px;
}
.point-reform02 {
  margin-top: 20px;
}
.point-reform-title {
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size:16px;
}
.point-menu-content {
  border-top: solid #9B9C9C 2px;
  border-left: solid #9B9C9C 2px;
  border-right: solid #9B9C9C 2px;
  font-weight:bold;
}
.point-menu {
  border-bottom: solid #9B9C9C 2px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
}
.point-menu-num {
  font-size: 17px;
  margin-right: 5px;
}
/* --------------------------------
 * 施工事例メニュー(side)
 * -------------------------------- */
.sekou-menu {
  background-color: #808080;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sekou-menu-title {
  height: 30px;
  padding: 5px 5px 5px 10px;
  background-color: #333434;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}
.sekou-reform {
  margin-top: 10px;
}
.sekou-reform-title {
  padding: 5px 5px 5px 10px;
  font-weight: bold;
}
.sekou-menu-content {
  margin-top: 20px;
  border-top: groove 1px;
  border-left: groove 1px;
  border-right: groove 1px;
  margin: 10px;
}
.sekou-menus {
  border-bottom: groove 1px;
  padding: 5px 10px;
  font-size: 15px;
  color: white;
}
.sekou-menu-num {
  font-size: 17px;
  margin-right: 5px;
}
/* --------------------------------
 * footer
 * -------------------------------- */
.top-footer-wrap {
}
.footer {
  width: 100%;
  height: 280px;
  background-color: #803823;
  color: white;
  min-width: 1050px;
}
.footer-up {
}
.footer-contents {
  width: 1100px;
  margin: 0 auto;
}
.footer-menu {
  text-align: center;
  padding-top: 5px;
}
.footer-menu .footer-menu-item {
  display: inline-block;
}
.footer-menu .footer-menu-item a {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
}
.footer-menu li+ li a {
  border-left: 1px solid;
}
.footer-under {
  #margin-top: 40px;
  padding-top: 30px;
}
.footer-title {
  float: left;
  width: 550px;
}
.f-title {
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
}
.f-s-title {
  font-size: 13px;
  margin-bottom: 10px;
}
.f-cmp-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.f-address {
  font-size: 13px;
  margin-bottom: 10px;
}
.copyright {
  font-size: 13px;
}
.urls-wrap {
  float: right;
  width: 550px;
  border-left: solid 2px gray;
  padding-left: 20px;
  height: 200px;
}
.urls-left {
  width: 130px;
  float: left;
}
.urls-center {
  width: 200px;
  float: left;
}
.urls-right {
  width: 170px;
  float: left;
}
.footer-url {
  margin: 5px 0px;
}
.footer-url a {
  margin: 5px 0px;
  color: white;
  font-size: 11px;
}
.footer-arrow {
  color: yellow;
}
.footer-url-head {
  color: yellow;
  font-size: 14px;
} 
/* --------------------------------
 * 名匠倶楽部
 * -------------------------------- */
.meisyo-header {
  width: 100%;
  padding: 20px 0px 0px 0px;
}
.meisyo-menu {
  text-align: center;
  background-color: black;
  color: white;
  min-width: 1050px;
  padding: 5px;
}
.meisyo-menu-contents {
  margin: 0 auto;
}
.meisyo-menu .meisyo-menu-item {
  display: inline-block;
}
.meisyo-menu .meisyo-menu-item a {
  display: inline-block;
  width: 240px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
.meisyo-menu li a {
  border-left: 1px solid #ff9933;
  border-right: 1px solid #ff9933;
}
.meisyo-menu li+ li a {
  border-left: 0;
  border-right: 1px solid #ff9933;
}
.meisyo-main {
  width: 100%;
  background-image: url("../image/MeisyoBackground.jpg");
  background-color: brown;
}
.meisyo-chara-content-wrap {
}
.meisyo-main-top {
  width: 100%;
  #background-image: url("../image/contact-button.png");
  background-color: white;
}
.meisyo-main-wrapper{
	padding:135px 0px 0px 0px;
}
.meisyo-main-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  right: 0;
  left: 0;
}
.meisyo-main-image {
  width: 100%;
  height:527px;
  margin: 0 auto;
  position: relative;
  right: 0;
  left: 0;
  background: url("../image/MeisyoMainImage.jpg") no-repeat;
  background-size: cover;
  background-position:center bottom;
}
.content-black {
  background-color: black;
  padding: 30px;
}
.meisyo-main-black {
  background-color: black;
}
.meisyo-actual-separate-line {
  height: 10px;
  border-top: 2px solid #ff9933;
  border-bottom: 2px solid #ff9933;
}
.meisyo-reform-contact-button {
  position: relative;
  width: 500px;
  left: 0;
  right: 0;
  margin: auto;
}
.meisyo-main-title-content {
  width: 350px;
  height: 280px;
  padding: 20px;
  color: white;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(1, 1, 1, 0.5);
}
.meisyo-title-top {
  border-bottom: 1px solid #ff9933;
  padding-bottom: 10px;
}
.meisyo-title-under-title {
  font-size: 20px;
  line-height:24px;
  text-align: center;
  margin:10px 0px;
}
.meisyo-title-under-message {
  font-size: 14px;
  text-align: center;
}
.meisyo-title-under {
}
.meisyo-title-logo {
  float: left;
  padding:10px 0px 0px 0px;
}
.meisyo-title-name {
  float: right;
}
.meisyo-top-image-wrap {
  padding-top: 20px;
}
.meisyo-top-images {
  float: left;
  margin-right: 7px;
}
.bottom-arrow {
  position: relative;
  width: 75px;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
}
.bottom-arrow-image {
}
.meisyo-main-white {
  padding-top: 50px;
}
.meisyo-sub-title-wrap {
  margin: 20px 0px;
  text-align: center;
}
.meisyo-sub-title {
  font-size: 30px;
  border-bottom: 2px solid gray;
  padding: 10px 0px;
}
.meisyo-sub-title-under {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  width: 400px;
}
.meisyo-sub-title-under-message {
  font-size: 40px;
  padding: 38px 0px 20px 0px;
}
.meisyo-chara-message {
  padding: 10px;
}
.meisyo-chara-message-top {
  padding: 40px 0px;
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
.meisyo-chara-content {
  float: left;
  width: 310px;
  height: 500px;
  padding: 5px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.meisyo-chara-image-line-under {
  text-align: center;
}
.chara-image {
  margin-left: 20px;
}
.chara-image1 {
  margin-left: 3px;
}
.meisyo-chara {
  width: 130px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
  color: white;
  padding: 5px 0px;
  font-size: 18px;
  text-align: center;
}
.meisyo-chara1 {
  background-color: #99CC33;
}
.meisyo-chara2 {
  background-color: black;
}
.meisyo-chara3 {
  background-color: #FF9933;
}
.meisyo-chara-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.chara-color {
  color: #f1af2c;
}
.meisyo-actual {
  color: white;
  font-size: 18px;
  background-color: #5882FA;
  width: 200px;
  text-align: center;
  padding: 10px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top: -40px;
}
.meisyo-actual-content-wrap {
  margin: 20px 0px;
}
.meisyo-actual-image-before {
}
.meisyo-actual-before {
  color: orange;
  font-weight: bold;
  font-size: 15px;
}
.meisyo-actual-after {
  color: orange;
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}
.meisyo-actual-message-wrap {
  color: white;
}
.meisyo-actual-title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
}
.meisyo-actual-message {
  width: 250px;
  font-size: 15px;
}
.meisyo-actual-content-left {
  float: left;
}
.meisyo-actual-content-right {
  float: left;
}
.meisyo-reform-contact {
  padding: 40px 0px;
  width: 650px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
}
.meisyo-reform-contact-image {
}
.meisyo-actual-image-main {
  margin: 0px 0px 10px 10px;
  width: 97%;
}
.meisyo-actual-image-sub {
  margin: 10px 10px 0px 10px;
}
.meisyo-to-reform {
  text-align: center;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 40px;
}


.floatPhoto{
	float:left;
	margin:0px 0px 0px 20px;
}
.wborder01{
	border-bottom:1px solid #DDDDDD;
	width:100%;
}
.wborder02{
	border-bottom:1px solid #000000;
	width:100%;
}
.font-weight{
	font-weight:bold;
}
.bigBlank{
	height:90px;
	width:100px;
}
.bigBlank02{
	height:50px;
	width:100px;
}
.bold{
	font-weight:bold;
}
.PointLeft{
	float:left;
	width:20px;
	color:#803823;
	font-weight:bold;
	margin-top:15px;
}
.PointRight{
	float:left;
	width:570px;
	margin-top:15px;
}
.trouble-title-under{
	margin-top:16px;
}
.Count01{
	float: left;
    margin-left: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #3399ff;
    color: white;
    font-size: 13px;
    font-weight: bold;
}
.NormalText01{
	font-size:14px;
}
.main-image-wrap{
	width:100%;
	height:150px;
	 box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
}
.MainImage01{
	background:url("../image/2.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage02{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage03{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage04{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage05{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage06{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage07{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage08{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage09{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage10{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage11{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage12{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage15{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage16{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage17{
	background:url("../image/2.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage18{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage19{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage20{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage21{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.MainImage22{
	background:url("../image/3.png") no-repeat;
	background-size: cover;
	background-position: bottom;
}
.PageUpBig{
	position:relative;
	top:-59px;
	left:960px;
}
.FooterWrapperTop{
	height:20px;
}
input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #ACA674;
    color: #fff;
    cursor:pointer;
    border-style: none;
    width:200px;
    text-align:center;
}
.ContactWrapper{
	padding:0px;
	margin:0px 0px 10px 0px;
}
.ContactLeft{
	width:170px;
	height:44px;
	float:left;
	padding:12px 0px 12px 10px;
	background-color:#CFCAD9;
}
.ContactRight{
	width:670px;
	height:44px;
	float:left;
	padding:12px 0px 0px 10px;
	background-color:#E6E3EB;
}
.red{
	display:inline;
	color:#FF0000;
	font-size:10px;
	font-weight:normal;
}
.glay{
	display:inline;
	color:#777777;
	font-size:10px;
	font-weight:normal;
}
.textbox01{
	width:396px;
}
.textbox02{
	width:320px;
}
.textbox03{
	width:300px;
}
.textarea{
	width:396px;
	height:120px;
}
.button01{
	width:120px;
}
.ContactText01{
	font-size:14px;
	line-height:20px;
}
.ContactTextWeight{
	font-weight:bold;
}
.ContactButton01{
	text-align:center;
	padding:40px 0;
	border-bottom:1px solid #333333;
}


.NewsTitle{
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 10px 0px;
}
.NewsData{
	border-bottom:1px solid #A7A8A9;
	color:#717071;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}
.NewsImage{
	margin:10px 0px 0px 0px;
}
.news-list{
	margin:60px 0px 0px 0px;
}
.TopSekouDate{
	background:url("../image/accent.png") no-repeat;
	padding:0px 0px 0px 12px;
}
