@charset "utf-8";

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

.semi-wrapper {
  width:90%;
  margin: 0 auto;
  background-color: #f2f8fc;
}
.semi-header {
  width:100%;
  margin: 0 auto;
  background-color: #000066;
}
.semi-header p {margin:5px;
font-size: 12px;
line-height:1.4;
color:#f1f1f1;}

/*　共通・スマホ向けのスタイル　*/
@media only screen and (max-width:480px){

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

.header-contents  a{
  font-size:8px;
  color:#fff;
  line-height:1.4;
  padding: 5px;
  float: right;
}
.header-contents  a{
color: #fff;
}
.header-left:before {
    content: " ";
    float: center;
    display: block;
}
.header-left {
  background-color: #000066;
  float:center;
}
.header-left img {
  max-width: 100%;
  height: auto;
}
.header-right{
  float: center;
  background-color: #000066;
  padding-top: 8px ;
}
.header-right img {
  max-width: 90%;
  height: auto;
}
.header-right:after {
    content: " ";
    float: right;
    display: block;
    height: 5px;
    width: 25px;
}
.clear {
  clear:both;
}

/*メニュー*/
/*　ボタン　*/
.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*メニュー部分*/
.semi-menu{
  width: 100%;
  margin: 0 auto;
}
.menu{
  width: 100%;
  margin: 0 auto;
}
.menu ul,
.menu ol{
  width: 100%;
  margin: 0px;
  padding: 0;
  font-size: 13px;
  font-family:  "游明朝";
  font-weight: bold;
  line-height: 1.4;
  list-style: none;
  text-shadow: 1px 1px 2px #fff;
}
.menu li{
  margin: 5px;
  padding: 5px 0px;
  text-align: center;
  float: left;
  width: 45%;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color: #f2f8fc;
}
.menu li:nth-child(odd){
  width: 45%;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color: #f2f8fc;
}
.menu li span {
  display: block;
  font-size: 10px;
}
.menu ul,
.menu ol {*zoom:1;}
}/*@media*/

/*　タブレット向けのスタイル　*/
@media only screen and (min-width:481px)and (max-width:768px){

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

.header-contents  a{
  font-size:8px;
  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: #000066;
  float:left;
}
.header-left img {
  max-width: 447px;
  height: auto;
}
.header-right{
  float: right;
  background-color: #000066;
  padding-top: 18px ;
}
.header-right:after {
    content: " ";
    float: right;
    display: block;
    height: 5px;
    width: 25px;
}
.clear {
  clear:both;
}

/*メニュー*/
.semi-menu{
 width: 100%;
 float: left;
 margin: 0 auto;
 /*メニュー両脇の色指定*/

}
.menu{
  width: 95%;
  margin: 0 auto;
}

.menu ul,
.menu ol{
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:  "游明朝";
  font-weight: bold;
  line-height: 1.4;
  list-style: none;
  text-shadow: 1px 1px 2px #fff;
}
.menu li a{
  display: block;
  padding: 10px 0;
  color: rgb(12, 10, 48);
  text-decoration: none;
}
.menu li:first-child a{
}
.menu li a:hover {
  background-color: #eee;
}
.menu li span {
  display: block;
  font-size: 10px;
}
.menu li {
  margin: 3px;
  float:left;
  *clear: right;
  width: 32%;
  text-align: center;
  border: solid 1px #aaa;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f8fc;
}
.menu ul:after,
.menu ul:after {
  content:"";
  display: block;
  clear: both;
}
.menu ul,
.menu ul {*zoom:1;}


.menu li a:hover {

}
}/*@media*/

/*　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: #000066;
  float:left;
}
.header-left img {
  max-width: 360px;
  height: auto;
}
.header-right{
  float: right;
  background-color: #000066;
  padding-top: 18px ;
}
.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: #000066;
 border-bottom: solid 1px #ffd300;
}
.menu{
  width: 95%;
  margin: 0px auto;
 background-color: #000066;
}

.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: #f2f8fc;
  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: #ffffff;
}
.left-contents0 span {
  color: red;
  font-weight: bold;
}
.left-contents0 h1 {
  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;
}
/*右側コンテンツ*/
.right-contents {
  margin:15px 0px 15px 0px;
}
.title{
  padding: 5px 0 5px 12px;
  border-left: solid 10px #000066;
  border-bottom: solid 1px #aaa;
  font-size: 22px;
  font-weight: bold;
  font-family:  "游明朝";
  background-color: white;
}

.right-contents p{
  padding: 10px 35px;
  font-size: 14pt;
    font-family:  "游明朝";
}
/*滋慶学園情報*/
.school {
  margin: 0px 20px;
  padding:0px;
  border: solid 2px #000066;
  border-radius: 10px;
  overflow: hidden;
  }
.school h2 {
  margin: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #000066;
  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: #000066;
  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: #000066;
  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: #000066;
}
.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;
}
}
/*スマホ・タブレット*/
@media only screen and (max-width:768px){
  .result img{
    width: 200px;
    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: #000066;
    color:#fff;
    font-size: 18px;
    font-family:  "游明朝";
    line-height: 1.2;
  }
  .result  h2 {
    margin: 10px 0 0px 10px;
      font-family:  "游明朝";
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #000066;

  }
  .result > p {
    margin: 0 0 5px 5px;
    font-size: 16px;
    line-height: 1.2;
  }
  .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: #f2f8fc;
}
.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:20px;
background-color: #000066;
}

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

.footer-wrapper {
  margin: 30px 10px 20px 40px;
}
/*共通・PC設定*/
@media only screen and (min-width:769px){
.footer-contents {
  float: left;
  width: 33%;
    color:#f1f1f1;
}
}
.footer-contents ul {
  list-style: none;
  color:#f1f1f1;
}
.footer-contents a{
  text-decoration: none;
  color: #f1f1f1;
}
.footer-contents ul li {
  font-size: 16px;
  font-family:  "游明朝";
  font-weight: bold;
  line-height: 2;
}
.footer-contents ul li ul li{
  font-size: 14px;
}

.contents-clear {
  clear: left;
}
.footer-map {
  margin: 10px 0;
}
.footer-contents2 {
padding: 10px 0;
font-family:  "游明朝";
text-align:center;
}
.footer-contents2 img {
display: inline-block;
  width: 150px;
}
