@charset "utf-8";

body {font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro', sans-serif;
background-color: #ffffff;
      ;}
/*　共通　*/
/*ページ全体の幅*/
.wrapper {
  margin: 0 auto;
  background-color: #ffffff;}/*メイン写真以下の背景色の指定*/

.semi-wrapper {
  width:90%;
  margin: 0 auto;
  background-color: #ffffff;/*メインコンテンツの背景色*/
}
.semi-header {
  width:100%;
  margin: 0 auto;
  background-color: #0066b5;/*ヘッダーのメイン部分*/
}
.semi-header p {margin:5px;
font-size: 12px;
line-height:1.4;
color:#0066b5;}



/*　PC向けのスタイル　*/
@media only screen and (min-width:769px){

/*ヘッダー*/
.header-contents {
  width: 90%;
margin: 0 auto;}

.header-contents  a{
  font-size:10px;
  color:#fff;
  line-height:1.4;
  padding: 10px;
  float: right;
}
.header-contents  a{
color: #fff;
}
.header-left:before {
    content: " ";
    float: left;
    display: block;
    height: 45px;
    width: 25px;
}
.header-left {
  background-color: #0066b5;/*ヘッダー左のロゴ背景色*/
  float:left;
}
.header-left img {
  max-width: 430px;
  height: auto;
}
.header-right{
  float: right;
  background-color: #0066b5;/*ヘッダー右*/
  padding-top: 18px ;
}
.header-right img {
  max-width: 430px;
  height: auto;
}
.header-right:after {
    content: " ";
    float: right;
    display: block;
    height: 5px;
    width: 25px;
}
.clear {
  clear:both;
}

/*メニュー*/
.semi-menu{
 width: 100%;
 float: left;
 margin: 0px auto;
 background-color: #0066b5;/*メニューバーの両端*/
 border-bottom: solid 1px #ffd300;
}
.menu{
  width: 95%;
  margin: 0px auto;
 background-color: #0066b5;/*メニューバー*/
}

.menu ul,
.menu ol{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px 0;
  padding: 10;
  font-size: 14px;
  font-family:  "游明朝", 'メイリオ';
  font-weight: bold;
  line-height: 1.6;
  list-style: none;
}
.menu ul:after,
.menu ul:after {
  content:"";
  display: block;
  clear: both;
}
.menu li {
  float:left;
  *clear: right;
  width: 16%;
  text-align: center;
}
.menu li a{
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
.menu li a:hover {
  background-color:white;
    color:#02133a;
    letter-spacing: 2px;
}
.menu li span {
  display: block;
  font-size: 10px;
}
.menu li .capls {
  font-size: 13px;
  line-height: 1.6;
}

}/*@media*/


/*　以下共通　*/

/*メイン画像*/

.main-img-back {
  background-color: #ffffff;/*スライドの背景色*/
  display: block;
  clear: both;
}

.main-img img{
width: 100%;
margin: 0 auto 0 auto;
}

/*メインの段組*/
@media (min-width:768px){
.col {
  float:right;
  width: 48.5%;
  margin-right: 3%;
  *clear:right;}
.col:first-child{
  margin-right: 0;}
.cols:after {
  content:"";
  display: block;
  clear: both;}
.cols {
  *zoom:1;}

/*段ごとの横幅*/
.col:first-child {
  width: 70%;}
.col:first-child + .col {
  width: 27%;}
}/* @media*/

/*左側コンテンツ*/
/*新着情報*/
.left-contents0 {
  margin: 15px 5px 20px 21px;
  padding: 10px;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color:white;
}
.left-contents0 span {
  color: red;
  font-weight: bold;
}
.left-contents0 .news {
  margin: 0px 0 0px 0;
  padding: 0 0 8px 0;
  font-size:18px;
  font-family:  "游明朝", 'メイリオ';
  font-weight: bold;
  line-height: 1.2;
  color: #000066;
  text-align: center;
  border-bottom: dotted 1px #aaa;
}
.left-contents0 p {
  margin: 0;
}
.left-contents0 h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #000066;
}
.news-liner {
  margin: 0px;
  padding: 0px 10px 5px 10px;
  font-size: 12px;
  border-bottom: dotted 1px #aaa;
}
.left-contents0 ul,
.left-contents0 ol {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
}
.left-contents0 ul p,
.left-contents0 ol p{
font-size: 12px;
}
.left-contents0 li {
  padding: 5px 0;
  font-size: 12px;
}
.left-contents0 li a {
  display: block;
  padding: 3px 5px 5px 5px;
  color:#000066;
  text-decoration: none;
}
.left-contents0 li a:hover{
  background-color:#ffff99 ;
}


/*バナー*/
.left-contents1 {
  margin: 15px 0px 20px 21px;
}
.left-contents1:hover{
  opacity: 0.8;
}
.left-contents2 {
  margin: 35px 0px 20px 15px;
}
.left-contents2:hover{
  opacity: 0.8;
}
.left-contents3 {
  margin: 15px 0px 20px 21px;
}
.left-contents3:hover{
  opacity: 0.8;
}
/*右側コンテンツ*/
/*おすすめ物件*/
.osusume {
  width: 90%;
}
.red {
  color: red;
}

.imagebox{
  display: inline-block;
  width:45%;
  margin: 5px 5px;
}

.bukken{
  margin:5px 5px;
}
/*
.bukken img{
  height:400px;
}*/

.tate{
  height:400px;
  display: inline;
}

.right-contents {
  margin:15px 0px 15px 0px;
}
.title{
  padding: 5px 0 5px 12px;
  border-left: solid 10px #0066b5; /*タイトル左端の色*/
  border-bottom: solid 1px #aaa;
  font-size: 22px;
  font-weight: bold;
  font-family:  "游明朝", 'メイリオ';
  background-color: white;
}
 h1{
  padding: 5px 0 5px 12px;
  border-left: solid 10px #0066b5; /*タイトル左端の色*/
  border-bottom: solid 1px #aaa;
  font-size: 22px;
  font-weight: bold;
  font-family:  "游明朝", 'メイリオ';
  background-color: white;
}

h3{
 padding: 5px 0 5px 12px;
 border-left: solid 10px #e2f927; /*タイトル左端の色*/
 border-bottom: solid 1px #aaa;
 font-size: 18px;
 font-weight: bold;
 font-family:  "游明朝", 'メイリオ';
 background-color: white;
}


.right-contents p{
  padding: 10px 35px;
  font-size: 14pt;
    font-family:  "游明朝", 'メイリオ';
}
.right-contents .float1{
  float: right;
}
.right-contents .float2 img{
 display: block;
 margin: 0 auto;
}
.right-contents .float2 {
  text-align: center;
}
.right-contents .float3  img {
  display: block;
  margin: 0 auto;
}
.right-contents .float3 {
  text-align: center;
}
.right-contents .float3  :hover{
  opacity: 0.8;
}
/*滋慶学園情報*/
.school {
  margin: 0px 20px;
  padding:0px;
  border: solid 2px #0066b5;
  border-radius: 10px;
  overflow: hidden;
  }
.school h2 {
  margin: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #0066b5;
  color: white;
  font-family:  "游明朝", 'メイリオ';
}
.school p {
  font-size: 16px;
  line-height: 2;
}
/*リンクのボタン*/
.result-link {
  display: inline-block;
  font-size: 16px;
  margin:20px 40px;
  line-height: 1.8;
}
.result-link a{
  background-color: #0066b5;
  padding: 10px 40px 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  color:white;

}
.result-link a:hover{
  opacity: 0.8;
}

/*パン屑リスト*/
.p-list {
  padding:4px 0 4px 15px;
  margin: 10px 0 0 0;
  clear: both;
  border-bottom: dotted 1px #aaa;
}
.p-list ol,
.p-list ul{
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
}
.p-list a {
  display: block;
  padding:5px;
  color: #000;
  text-decoration: none;
}
.p-list li a[href]:hover {
  text-decoration: underline;
}
.p-list li a:not([href]){
  color: #888;
}
.p-list li {
  float: left;
}

.p-list ul:after,
.p-list ol:after{
  content: "";
  display: block;
  clear: both;
}
.p-list ul,
.p-list ol {
  *zoom:1;
}

/*会社概要のページ*/
/*テーブル*/
table {
  margin-left: 20px;
}
td {
  padding: 8px;
font-size: 16px;
text-align:left;
vertical-align: top;
border-bottom: dotted 1px #aaa}
tr > :first-child{width: 200px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing: border-box;
text-align: left;;;
}
td h4{
  font-size: 18px;
  margin: 0;
}
td a {
  text-decoration: none;
}

/*地図*/
.map {
  margin: 8px;
  margin-bottom: 30px;
}
/*企業理念以下*/
.profile {
  border: solid 1px #aaa;
  border-radius: 10px;
  padding: 25px 0;
  font-weight: bold;
  background-color: white;
}
.profile span {
  float: right;
}
.profile p {
  font-size:20px;
    font-family:  "游明朝", 'メイリオ';

}
.profile h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000066;
  border-bottom: dotted 2px #aaa;
}
.profile2 p{
  font-size: 16px;
}
.profile2 h2 {
  margin-top: 30px;
  margin-bottom: 15px;
    font-family:  "游明朝", 'メイリオ';
  font-size: 18px;
  font-weight: bold;
  color: #000066;
  border-bottom: dotted 2px #aaa;
}
/*事業内容*/
.service img {
  margin: 10px auto
}

.service h2 {
  margin-top:  20px;
  margin-left: 10px;
    font-family:  "游明朝", 'メイリオ';
  font-size: 18px;
  font-weight: bold;
  color: #000066;
  border-bottom: dotted 2px #aaa;
}
.service p {
  margin: 0 10px;
  font-size: 18px;
}
.service li {
  margin: 15px 20px;
  font-size: 16px;
}
.service2 p {
  margin: 0 10px;
  font-size: 18px;
    font-family:  "游明朝", 'メイリオ';
}
.service table {
  margin-left: 30px;
}
/*専門家のネットワーク*/
.service3 h2 {
  margin-top:  20px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #000066;
  font-family:  "游明朝", 'メイリオ';
  border-bottom: dotted 2px #aaa;
}
.service p {
  margin: 0 10px;
  font-size: 18px;
}
/*実績一覧*/
/*共通・PC設定*/
@media only screen and (min-width:769px){
.result img{
  float: left;
  width: 250px;
  margin: 10px ;
}
.result {
  margin: 10px 0;
  padding: 0;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.result > h1 {
  margin: 0;
  padding: 10px ;
  background-color: #0066b5;
  color:#fff;
  font-size: 18px;
  font-family:  "游明朝", 'メイリオ';
  line-height: 1.2;
}
.result  h2 {
  margin: 10px 0 0px 33%;
    font-family:  "游明朝", 'メイリオ';
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  color: #0066b5;
}
.result > p {
  margin: 0 0 10px 33%;
  font-size: 16px;
  line-height: 1.6;
}
.result p {
  border-bottom: dotted 1px #aaa;
}
.result:after {
  content: "";
  display: block;
  clear: both;
}
.result {
  zoom:1;
}
}

/*ページトップへのボタン*/
.pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: url(images/pagetop.png) no-repeat;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; }
  .pagetop:hover {
    opacity: 0.8; }

/*　サイトマップ　*/
.sitemap {
  padding: 20px;
}
.sitemap ul,
.sitemap ol{
  margin: 0;
  padding: 20;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  list-style: none;
}
.sitemap li a {
  display: block;
  padding: 10px 5px 10px 5px;
  color: #000066;
}
.sitemap li  li  a {
  padding-left: 20px;
  font-size: 16px;
}

/*右側の下コンテンツ*/
.footer1 {padding:10px 20 10px 0;
background-color: #ffffff;
}
.right-under-contents {
  width:90%;
  margin: 0 auto;
  text-align: right;
  line-height: 1.4;
  clear:both;
}
.right-under-contents a{
  font-size: 12px;
  text-decoration: none;
}

/*フッター*/
.footer {
  padding: 40px 40px;
background-color: #0066b5;
color: #ffffff;
line-height: 2.5;
}

.footer a:link { color: #ffffff; }
.footer a:visited { color: #ffffff; }
.footer a:hover { color: #ffffff; }
.footer a:active { color: #ffffff; }
}

.footer ul {
  list-style-type: none;

}

.footer li {
  line-height: 2;
  font-size: 12px;
  list-style-type: none;
}


.footer p {margin:0 0 3px 0;
font-size: 12px;
line-height:1.4;
color:#f1f1f1;}


/*共通・PC設定*/
@media only screen and (min-width:769px){

.footer-contents2 {
padding: 10px 0;
font-family:  "游明朝", 'メイリオ';
text-align:center;
}
.footer-contents2 img {
display: inline-block;
  width: 150px;
}
}
