@charset "utf-8";
/* CSS Document */


/* common
 **********************************************************************************************/
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

body {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #FFF;
}





/* マージン
 ******************************************/
.m0t  { margin-top: 0px !important;}
.m5t  { margin-top: 5px; }
.m10t { margin-top: 10px; }
.m15t { margin-top: 15px; }
.m20t { margin-top: 20px; }
.m25t { margin-top: 25px; }
.m30t { margin-top: 30px; }
.m35t { margin-top: 35px; }
.m40t { margin-top: 40px; }
.m45t { margin-top: 45px; }
.m50t { margin-top: 50px; }
.m55t { margin-top: 55px; }
.m60t { margin-top: 60px; }
.m65t { margin-top: 65px; }
.m70t { margin-top: 70px; }
.m75t { margin-top: 75px; }
.m80t { margin-top: 80px; }
.m85t { margin-top: 85px; }
.m90t { margin-top: 90px; }
.m95t { margin-top: 95px; }

.m0r  { margin-right: 0px !important;}
.m5r  { margin-right: 5px; }
.m10r { margin-right: 10px; }
.m15r { margin-right: 15px; }
.m20r { margin-right: 20px; }
.m25r { margin-right: 25px; }
.m30r { margin-right: 30px; }
.m35r { margin-right: 35px; }
.m40r { margin-right: 40px; }
.m45r { margin-right: 45px; }
.m50r { margin-right: 50px; }
.m55r { margin-right: 55px; }
.m60r { margin-right: 60px; }
.m65r { margin-right: 65px; }
.m70r { margin-right: 70px; }
.m75r { margin-right: 75px; }
.m80r { margin-right: 80px; }
.m85r { margin-right: 85px; }
.m90r { margin-right: 90px; }
.m95r { margin-right: 95px; }

.m0b  { margin-bottom: 0px !important;}
.m5b  { margin-bottom: 5px; }
.m10b { margin-bottom: 10px; }
.m15b { margin-bottom: 15px; }
.m20b { margin-bottom: 20px; }
.m25b { margin-bottom: 25px; }
.m30b { margin-bottom: 30px; }
.m35b { margin-bottom: 35px; }
.m40b { margin-bottom: 40px; }
.m45b { margin-bottom: 45px; }
.m50b { margin-bottom: 50px; }
.m55b { margin-bottom: 55px; }
.m60b { margin-bottom: 60px; }
.m65b { margin-bottom: 65px; }
.m70b { margin-bottom: 70px; }
.m75b { margin-bottom: 75px; }
.m80b { margin-bottom: 80px; }
.m85b { margin-bottom: 85px; }
.m90b { margin-bottom: 90px; }
.m95b { margin-bottom: 95px; }

.m0l  { margin-left: 0px !important;}
.m5l  { margin-left: 5px; }
.m10l { margin-left: 10px; }
.m15l { margin-left: 15px; }
.m20l { margin-left: 20px; }
.m25l { margin-left: 25px; }
.m30l { margin-left: 30px; }
.m35l { margin-left: 35px; }
.m40l { margin-left: 40px; }
.m45l { margin-left: 45px; }
.m50l { margin-left: 50px; }
.m55l { margin-left: 55px; }
.m60l { margin-left: 60px; }
.m65l { margin-left: 65px; }
.m70l { margin-left: 70px; }
.m75l { margin-left: 75px; }
.m80l { margin-left: 80px; }
.m85l { margin-left: 85px; }
.m90l { margin-left: 90px; }
.m95l { margin-left: 95px; }


/* パディング
 ******************************************/
.p0t  { padding-top: 0px !important;}
.p5t  { padding-top: 5px; }
.p10t { padding-top: 10px; }
.p15t { padding-top: 15px; }
.p20t { padding-top: 20px; }
.p25t { padding-top: 25px; }
.p30t { padding-top: 30px; }
.p35t { padding-top: 35px; }
.p40t { padding-top: 40px; }
.p45t { padding-top: 45px; }
.p50t { padding-top: 50px; }
.p55t { padding-top: 55px; }
.p60t { padding-top: 60px; }
.p65t { padding-top: 65px; }
.p70t { padding-top: 70px; }
.p75t { padding-top: 75px; }
.p80t { padding-top: 80px; }
.p85t { padding-top: 85px; }
.p90t { padding-top: 90px; }
.p95t { padding-top: 95px; }

.p0r  { padding-right: 0px !important;}
.p5r  { padding-right: 5px; }
.p10r { padding-right: 10px; }
.p15r { padding-right: 15px; }
.p20r { padding-right: 20px; }
.p25r { padding-right: 25px; }
.p30r { padding-right: 30px; }
.p35r { padding-right: 35px; }
.p40r { padding-right: 40px; }
.p45r { padding-right: 45px; }
.p50r { padding-right: 50px; }
.p55r { padding-right: 55px; }
.p60r { padding-right: 60px; }
.p65r { padding-right: 65px; }
.p70r { padding-right: 70px; }
.p75r { padding-right: 75px; }
.p80r { padding-right: 80px; }
.p85r { padding-right: 85px; }
.p90r { padding-right: 90px; }
.p95r { padding-right: 95px; }

.p0b  { padding-bottom: 0px !important;}
.p5b  { padding-bottom: 5px; }
.p10b { padding-bottom: 10px; }
.p15b { padding-bottom: 15px; }
.p20b { padding-bottom: 20px; }
.p25b { padding-bottom: 25px; }
.p30b { padding-bottom: 30px; }
.p35b { padding-bottom: 35px; }
.p40b { padding-bottom: 40px; }
.p45b { padding-bottom: 45px; }
.p50b { padding-bottom: 50px; }
.p55b { padding-bottom: 55px; }
.p60b { padding-bottom: 60px; }
.p65b { padding-bottom: 65px; }
.p70b { padding-bottom: 70px; }
.p75b { padding-bottom: 75px; }
.p80b { padding-bottom: 80px; }
.p85b { padding-bottom: 85px; }
.p90b { padding-bottom: 90px; }
.p95b { padding-bottom: 95px; }

.p0l  { padding-left: 0px !important;}
.p5l  { padding-left: 5px; }
.p10l { padding-left: 10px; }
.p15l { padding-left: 15px; }
.p20l { padding-left: 20px; }
.p25l { padding-left: 25px; }
.p30l { padding-left: 30px; }
.p35l { padding-left: 35px; }
.p40l { padding-left: 40px; }
.p45l { padding-left: 45px; }
.p50l { padding-left: 50px; }
.p55l { padding-left: 55px; }
.p60l { padding-left: 60px; }
.p65l { padding-left: 65px; }
.p70l { padding-left: 70px; }
.p75l { padding-left: 75px; }
.p80l { padding-left: 80px; }
.p85l { padding-left: 85px; }
.p90l { padding-left: 90px; }
.p95l { padding-left: 95px; }


/* フロート
 ******************************************/
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.f-center { 
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}



/* フォントサイズ
 ******************************************/
.fs5 { font-size: 40% !important; }
.fs6 { font-size: 55% !important; }
.fs8 { font-size: 69% !important; }
.fs10 { font-size: 77% !important; }
.fs11 { font-size: 85% !important; }
.fs12 { font-size: 93% !important; }
.fs13 { font-size: 100% !important; }
.fs14 { font-size: 108% !important; }
.fs15 { font-size: 116% !important; }
.fs16 { font-size: 123.1% !important; }
.fs18 { font-size: 139% !important; }
.fs20 { font-size: 153.9% !important; }
.fs22 { font-size: 167% !important; }
.fs23 { font-size: 178% !important; }
.fs24 { font-size: 182% !important; }
.fs26 { font-size: 197% !important; }
.fs27 { font-size: 215% !important; }
.fs28 { font-size: 221% !important; }
.fs30 { font-size: 260% !important; }

.normal {
    font-weight: normal !important;
}
.bold {
    font-weight: bold !important;
}

.cl-green {
    color: #008BA2;
}



h1{
    font-size: 32px;
    color: #47659A;
}
h2 {
    font-size: 24px;
}
h2.line {
    border-bottom: 2px solid #008BA2;
    margin: 10px 0 20px;
    padding: 0 0 5px;
}


h3#policy,
h3#toriatsukai,
h3#kaiji {
    margin-top:50px !important;
    margin-bottom:15px !important;
}

@media only screen and (max-width : 767px) {
h1 span {
    display:block;
}
}

h3 {
    font-size: 18px;
}
h1 small {
    font-size: 60%;
}




/* 共通
 **********************************************************************************************/
section {
    margin-bottom: 80px;
}

.section_box {
    border:1px solid #008BA2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 15px;
}



/* TOP
 **********************************************************************************************/
/*.column{
    border: 4px solid #eee;
    margin: 5px 0;
    padding: 20px;
    min-height: 430px;
}*/

.column{
    border: 4px solid #eee;
    margin: 5px 0;
    /*padding: 20px;*/
    /*min-height: 430px;*/
}

.column_top{
    padding: 20px;
}
.column_btm{
    padding: 0 20px 15px;
    vertical-align: bottom;
}
.column_btm_opt {
    position: absolute;
    bottom: 0;
}

.icon{
    
}
.top h1 {
    font-size: 30px;
}
.top h2{
    font-size: 25px;
    color: #47659A;
}
.text{
    margin: 15px 0;
    padding-left: 5px;
}   
.fukidashi{
    margin-top: 7px;
}
.button{
    margin-top: 5px;
}
.top-box-adjustment {
    padding-left: 10px;
}

.top-tit {
    text-align: center;
    font-size: 50px;
    margin: 30px 0 10px 0;
}


.bn-block img {
    vertical-align: bottom;
}

.human_btn {
    display: inline-block;
    background: #17538B;
    color: #fff;
    padding: 10px;
    margin-top: 5px;
}



/* ヘッダ
 ******************************************/
.navbar-default {
  background-color: #FFF;
  border: none;
}



.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0 auto 0;
    display: table;
}



.logo {
    width: 60%;
    margin: 16px 0 0 0;
    float: left;
}

.navbar .nav {
    float: right;
}
.navbar-collapse {
    padding-right: 0;
}
.navbar .nav ul {
    display: block;
}
.navbar .nav li {
    font-size: 12px;
    display: table-cell;
    float: none;
    color: #000;
    width: 140px;
}
.navbar .nav li a {
    text-align: center;
    border-left: 1px solid #000;
    color: #000;
}
i {
    /*width: 25px;*/
/*
    height: 25px;
    display:block;
    margin: 10px auto 5px;
*/
}

i.nav_01 { background: url(../images/common/nav_01.png) center bottom no-repeat; }
i.nav_02 { background: url(../images/common/nav_02.png) center bottom no-repeat; }
i.nav_03 { background: url(../images/common/nav_03.png) center bottom no-repeat; }
i.nav_04 { background: url(../images/common/nav_04.png) center bottom no-repeat; }

.navbar i.fa.fa-building-o,
.navbar i.fa.fa-briefcase,
.navbar i.fa.fa-key,
.navbar i.fa.fa-envelope-o,
.navbar i.fa.fa-map-marker {
    display: block;
    font-size: 24px;
    margin: 15px auto 7px;
}

.navbar .nav li:last-child a {
    border-right: 1px solid #000;
}



.carousel {
    margin-top: 50px;
}




.carousel-caption {
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 15px 30px 20px;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-caption-tit {
    font-size: 170%;
}
.carousel-control {
    width: 5%;
    opacity: 0.7;
}


/* btn */
.btn_left {
    position:absolute;
    clip: rect(0 35px 32px 0);
    top:47%;
    left:5px;
}

.btn_right {
    position:absolute;
    clip: rect(0 75px 32px 40px);
    top:47%;
    right:-15px;
}


#carousel-example-generic {
    overflow: hidden;
}

 @media (min-width: 991px) {
    .navbar-header {
        position: absolute;
    }
 }


@media only screen and (max-width : 480px) {
.btn_left,
.btn_right {
    display:none;
}
}



/* nav固定時のスタイル */
.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 2px solid #C4C4C4;
  box-shadow: 0px 6px 2px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 6px 2px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 2px -3px rgba(0,0,0,0.6);
}

.sticky .container {
    width: 750px;
}

.sticky .navbar-header {
    width: 45%;
    padding-right: 20px;
    position: relative;
}

.sticky .logo{
    float: right;
    width: 75%;
}


.sticky ul.nav {
    margin-right: 25px;
}

.sticky .nav li a {
    /* border-left: 1px solid #C4C4C4; */
    border-left: 1px solid #FFFFFF;
}
.sticky .nav li:last-child a {
    /* border-right: 1px solid #C4C4C4; */
    border-right: 1px solid #FFFFFF;
}

@media only screen and (min-width: 768px) {
.sticky .navbar-collapse ul li span {
    display: none;
}
}

.sticky .nav li {
    width: 70px !important;
}




/* フッタ
 ******************************************/
#footer {
    background-color: #ddd;
}

#footer .footer_in {
    padding: 50px 15px 0;

}

#footer .footer_in img {
    margin: 0 0 10px 0;
}

.btn-fiw {
    color: #ffffff;
    background-color: #435F92;
    border-color: #254073;
}
a.btn.btn-fiw:hover {
    color: #FFF;
}

.footer_black {
    background:#000;
}
.footer_relativeBox p {
    padding:20px 0;
    color:#FFF;
    margin-bottom: 0;
}

.footer_relativeBox {
    position:relative;
}

.fuuti_position {
    position: absolute;
    top: -140%;
    left: 80%;
}
@media only screen and (max-width: 768px) {
    .fuuti_position {
        display:none;
    }
}

@media only screen and (max-width: 991px) {
    .fs11_920 {
        font-size:85% !important;
    }
}












/* top  secondary
 **************************************************************************/
.secondary {
    margin-top: 50px;
    margin-bottom:40px;    
}

.top > .row:first-child{
    display:block;
}
.secondary > .row:first-child{
    display:none;  
}

@media only screen and (max-width: 767px) {
    .secondary {
        margin-top: 20px;    
    }
}








/* ここから追加
 **************************************************************************/
.navbar {
  border-top: 5px solid #000 !important;
}

 @media (min-width: 992px) and (max-width: 1200px) {
    .logo {
        width: 50%;
    }
}

 @media (min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        width:50%;
    }
    .navbar-collapse ul {
        width:50%;
    }
    .navbar-collapse ul li span {
        display: none;
    }
    .top h1 {
        font-size:28px;
        margin-bottom:0;
    }
    h2 {
        font-size:20px;
    }
    .fukidashi {
        margin-top:0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .top h1 {
        font-size:21px;
    }
    .top h2 {
        font-size:16px;
    }
    .fukidashi {
        margin-top:0;
    }
}



@media only screen and (max-width: 991px) {
    .top-tit {
        display: none;
    }
    .carousel {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-collapse ul li.sec {
        display: none;
    }
}
@media only screen and (max-width : 767px) {
/*    .logo {
        width: 50% !important;
        margin: 5% 0 5% 5% !important;
    }
*/

    .logo {
        width: 40% !important;
        margin: 2% 0 2% 5% !important;
    }

    .server_clear {
        clear:both;
    }
}

@media only screen and (max-width : 767px) {
    .carousel-caption {
        width: 100%;
        background-color: #000;
        left: 0;
        bottom: 0;
        text-align: left;
        padding: 10px 15px 10px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption-tit {
        font-size: 120%;
    }
    .carousel-caption {
        font-size: 70%;
    }

    .navbar-toggle {
        width: 10%;
        height: 10%;
        margin-top: 2% !important;
    }

    .navbar {
      border-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .navbar-header {
        background-color: #eee;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-collapse ul {
        width: 100% !important;
        background-color: #47659A;
    }

    .navbar i.fa.fa-building-o,
    .navbar i.fa.fa-briefcase,
    .navbar i.fa.fa-key,
    .navbar i.fa.fa-envelope-o,
    .navbar i.fa.fa-map-marker,
    .navbar-collapse ul li i {
        display: none;
    }


    .navbar .nav li {
        font-size: 16px !important;
        display: block !important;
        float: none !important;
        color: #000 !important;
        width: 100% !important;
        border-bottom: 1px solid #99A7C0;
    }
    .navbar .nav li a {
        text-align: left !important;
        border: 0 !important;
        color: #fff !important;
    }

    #footer .footer_in {
        display: none;
    }
}

@media only screen and (max-width : 480px) {
    .column{
        min-height: 0 !important;
    }
    .navbar-toggle {
        width: 15%;
        height: 15%;
        margin-top: 2% !important;
    }
    .navbar .nav li {
        font-size: 12px !important;
    }

    .carousel-caption {
        display: none;
    }
    .carousel-control {
        display: none;
    }
    
    .top h1{
        font-size: 27px;
        margin: 0 !important;
    }
    .top h2 {
        font-size: 18px;
        margin: 0 !important;
    }
     h1 {
        font-size: 32px;
        font-weight:bold;
    }
    .logo {
        width: 60% !important;
        margin: 3% 0 2% 5% !important;
    }

}

/* iPhone6plus */
@media only screen and (max-width : 414px) {
    .column{
        min-height: 0 !important;
    }
    .fukidashi{
        margin-top: 2px !important;
    }
    .text{
        padding-left: 0 !important;
    }
    .top h1 {
        font-size: 25px;
        margin: 0 !important;
    }
    .top h2 {
        font-size: 16px;
        margin: 0 !important;
    }
}

/* iPhone6 */
@media only screen and (max-width : 375px) {
    .column{
        padding: 10px !important;
        min-height: 0 !important;
    }
    .fukidashi{
        margin-top: 2px !important;
    }
    .text{
        padding-left: 0 !important;
    }
    .top h1 {
        font-size: 23px;
        margin: 0 !important;
    }
    h1 {
        font-size: 28px;
        font-weight:bold;
    }

    .top h2 {
        font-size: 16px;
        margin: 0 !important;
    }
    h2 {
        font-size: 24px;    
    }
    h3 {
        font-size: 19px;   
    }
}

@media only screen and (max-width : 320px) {
    .column{
        padding: 10px !important;
        min-height: 0 !important;
    }
    .top-box-adjustment {
        padding-left: 5px !important;
    }
    .fukidashi{
        margin-top: 2px !important;
    }
    .text{
        padding-left: 0 !important;
    }
    .top h1 {
        font-size: 18px;
        margin: 0 !important;
        font-weight:bold;
    }
    .top h2 {
        font-size: 12px;
        margin: 0 !important;
    }
    
}












a:hover {
    opacity:0.8;
}



/* 上部メニュー透過：固定 */
@media only screen and (min-width : 768px) {
body {
    position:relative;
}

.header_position {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.85;
    width: 100%;
}

#carousel-example-generic {
    margin-top:0;
}
}




/* sidebar
*********************************************/


.side_nav h2 {
    padding: 6px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.border_0b {
    border-bottom: 0px !important;
}

.side_nav ul{
    list-style-type: none;
    padding: 0;
    margin-right: 20px;
}

.side_nav ul li{
    background: url(../images/common/icon.png) 10px no-repeat;
}

.side_nav ul li a{
    display: block;
    color: #000;
    font-size: 96%;
    padding: 10px 0 10px 20px;
}
.side_nav ul li a:hover {
    background-color: #dddddd;
    text-decoration:none;
    border-radius: 5px;
}
.side_nav ul li a.current {
    background-color: #435F92;
    color:#ffffff;
    text-decoration:none;
    border-radius: 5px;
}




@media only screen and (max-width : 991px) {
.side_nav h2 {
    font-size: 18px;
}
}






/* ウェブ＆システム
*********************************************/
.design_contents h3 {
    padding: 5px 0;
    margin-bottom: 30px;
    border: 4px double #fff;
    text-align: center;
    color: #fff;
    background-color: #728DC4;
    font-weight:bold;
}

/*
.design_contents h2 {
    border-bottom:2px solid #008BA2;
}
*/

.pl1em {
    padding-left: 1em;
}

.design_contents h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #00A861;
}




/* ハウジング
*********************************************/
/*
.housing_contents h2 {
    border-bottom: 2px solid #008BA2;
}
*/

.housing_contents li {
    margin-bottom: 5px;
}
.cloud_Box {
    border:1px solid #008BA2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 15px;
}



/* プライバシーポリシー
*********************************************/
.privacy_box {
    margin-right: 20px;   
}
.m30l_box {
    margin-left: 30px;   
}
.privacy_box li{
    margin-bottom: 10px; 
}
.box2 ul li{
    list-style-type: disc; 
}
.box3 ul li {
    list-style-type :disc;   
}
ul.list_none{
    padding-left: 0;
}
ul.list_none > li {
    list-style-type: none !important;
}

@media only screen and (max-width : 767px) {
.privacy_box {
    margin-right: 0;   
}
.m30l_box {
    margin-left: 0;   
}
ul,ol {
    padding-left: 20px;    
}
}




/* 会社概要
*********************************************/
.company_prof p {
    font-size: 100%;   
}

.border_box {
    color: #47659A;
    margin: 4px 10px 0 20px;
    font-weight: bold;
}

.company_prof .col-sm-9 p {
    padding-top: 4px;
}


@media only screen and (max-width : 767px) {
.company_prof p {
    text-align: left;
    padding-left: 10px;
}
.border_box {
    margin-left: 0;    
}
}



/* アクセス
*********************************************/
#map_canvas {
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
}




/* 制作実績
*********************************************/
.txtBox {
    padding:10px;
    background-color: #dddddd;
}















/* topへ戻るボタン
*********************************************/
#go_top {
    position: fixed;
    bottom: 20px;
}

.small_Bottom {
    margin-bottom: 20px;   
}
.large_Buttom {
    margin-bottom: 345px;    
}

@media only screen and (max-width : 767px) {
    #go_top {
        display: none;
    }
}
