@charset "utf-8";

/*********************************************************************

デバイス共通

*********************************************************************/
.pc { display: block !important; }
.sp { display: none !important; }

/************ 共通 **************/
#main,#side{
    margin-top: 10px;
}
.x-small{
    font-size: 10px;
}
.small{
    font-size: 12px;
}
.medium{
    font-size: 14px;
}
.large{
    font-size: 16px;
}
.x-large{
    font-size: 20px;
}
.txt-blue{
    color: #00519c;
}
.txt-orange{
    color: #ff9c00;
}
.txt-perple{
    color: #a74193;
}
.txt-beige{
    color: #644f22;
}
.txt-green{
    color: #2d6332;
}
.txt-center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.bg-wh{
    background: #fff;
}
.txt-bold{
    font-weight: bold;
}
ul.square-mark li{
    background: url(../img/common/arrow-square.png) left center no-repeat;
    padding-left: 20px;
}
.loan{
    margin: 70px auto 30px;
}

img.m10{
    margin-bottom:10%;
}

/************ マージン **************/
.mgb10{
  margin-bottom: 10px;
}
.mgb20{
  margin-bottom: 20px;
}
.mgb30{
  margin-bottom: 30px;
}
.mgb40{
  margin-bottom: 40px;
}

/************ サイド **************/
#side .side-mail{
    padding: 12px;
    background: #f4f4f4;
}
#side h3 {
    margin-bottom: 0;
}
   .side-cat-nav h3 {
        border-bottom: 1px solid #00519c;
        margin-bottom: 0;
        padding-bottom: 6px;
        font-size: 130%;
        color: #00519c;
        font-weight: 600;
    }
    .side-cat-nav ul{
        border: 1px solid #ddd;
    }
    .side-cat-nav li {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .side-cat-nav li a {
        display: block;
    }
/************ フッター **************/
.footer-wrap{
    border-top: 1px solid #eee;
    background: #f7f7f7;
}
.comany-info dt, .comany-info dd{
    line-height: 1.7;
}
.comany-info dt{
    margin-top: 10px;
}
.comany-info dd a{
    display: inline-block;
    margin-left: 10px;
    color: #333;
}
footer i{
    margin-right: 3px;
}
.footer-contact{
    width: 318px;
}
.footer-btn-contact a{
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #00519c;
    padding: 20px;
    font-size: 18px;
    color: #00519c;
    border-radius: 6px;
    margin-top: 20px;
}
p.copyright {
    background: #00519c;
    padding: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


/************ TOPページ **************/
#uprefab {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 900;
	
}

.mainvisual{
    width: 1100px;
    margin-top: 2em;
}

.mainvisual .bnr1{
    width: 376px;
    height: 402px;
    margin-right: 13px;
    float: left;
}

.mainvisual .bnr1 .sub {
    margin-top: 14px;
}

.mainvisual .bnr2{
    width: 375px;
    height: 402px;
    margin-right: 13px;
    float: left;
}

.mainvisual .bnr3{
    width: 322px;
    height: 402px;
    float: left;
}

.mainvisual .bnr3 .sub {
    margin-top: 14px;
}

.flexslider-container {
    margin-bottom: 30px;
}
.flexslider .slides > li { 
    background-position: center;
    height: 100%;
    width: 100%;
    display: none; 
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height: 100%;
}

html, 
body {
    height: 100%;
    min-height: 100%;
}


ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0 !important; 
    padding: 0; 
    width: 100%; 
    height: 100%; 
    border: 0px !important; 
    overflow: hidden;
}
.flex-control-nav {
    bottom: 0 !important;
}

.index-feature h2{
    color: #00519c;
    text-align: center;
    margin-bottom: 20px;
}


.index-limited h2, .index-example h2, .index-news h2{
    color: #00519c;
    font-size: 200%;
}
.index-limited h2 small, .index-example h2 small, .index-news h2 small{
    color: #333;
    font-size: 12px;
    margin-left: 10px;
}

/*test*/
.index-limited {
    padding: 20px 40px;
    background: #ffffee;
}
.index-limited h2, .test.index-example h2, .test.index-news h2{
    color: #00519c;
    font-size: 250%;
}
/*.index-limited h2{
    text-align: center;
    margin-left: 0;
}
.index-limited h2 small{
    display: block;
}*/
.index-limited .thumb {
    position: relative;
}
.index-limited .thumb span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*test*/

.index-limited ul,.index-example ul{
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.index-limited ul li,.index-example li{
    overflow: hidden;
}
.index-limited .thumb img, .index-example .thumb img{
    height: auto;
}

.index-example dt{
    color: #00519c;
}
.index-news dt{
    color: #00519c;

}

/*********************************************************************

スマホ表示

*********************************************************************/
@media (max-width: 767px){
    /**********   共通  ***********/
    #main,#side{
        width: 100%;
    }
    #main{
        margin-top: 0;
    }
    .pagetop {
        position:fixed;
        bottom: 50px;
        right: 20px;
        width: 40px;
    }
    .btn-detail,.btn-orange{
        width: 100%;
        margin: 0px auto;
    }
/*    .btn-detail a{
        display: inline-block;
        width: 100%;
        border: 1px solid #00519c;
        text-align: center;
        color: #00519c;
        border-radius: 6px;
        padding: 10px 0px;
        padding-left: 16px;
        position: relative;
    }
    .btn-detail a:before{
        font-family: FontAwesome;
        content: "\f061";
        position: absolute;
        top: 50%;
        margin-left: -18px;
        margin-top: -11px;
    }*/
    .btn-detail a{
        display: inline-block;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #00519c;
    border-radius: 2px;
    border: 1px solid #00519c;
    padding: 6px 0px;
    position: relative;
    font-size: 100%;
    }
    .btn-detail a:before,.btn-orange a:before{
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 42px;
        /* margin-right: -90px; */
        margin-top: -10px
    }
    .btn-orange a{
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #ff9000;
        border-radius: 2px;
        padding: 10px 0px;
        padding-left: 16px;
        position: relative;
        border: 1px solid #ff9000;
    }
/*    .btn-orange a:before{
        font-family: FontAwesome;
        content: "\f061";
        position: absolute;
        top: 50%;
        margin-left: -18px;
        margin-top: -11px;
    }*/

    div#breadcrumb {
        display: inline-flex;
    }

    /**********   ヘッダー  ***********/
/*    #mobile {
        display: block;
    }*/
    .header {
    position: relative;
}
    .head-nav{
        display:none;   
    }
/*    .header {
        height: 66px;
        padding: 10px 0;
    }*/
    #header-logo{}
    #header-logo {
        position: absolute;
        left: 10px;
    top: 10px;
    width: 220px;
    }

    .header .fixbar {
        top: 0;
    }
    .navbar-default {
        background-color: #fff;
        border-bottom: 1px solid #092e6b;
    }
    footer .copyright {
        font-size: 10px;
    }


    /**     テーブル基本設定    **/
    table {
        width: 98%;
        border-spacing: 0;
        border: 0;
    }
    table th, table td{
        display: block;
        width: 100%;
        padding: 2% 2.5%;
        border: 0;
    }
    table th{
        background: #efefef;
    }
    table td{
        padding: 2% 2.5% 4%;
    }


    /************ サイド **************/

    #side .side-service-list{
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0;
    }
    #side .side-service-list ul{
        padding: 0px 10px 15px;
        overflow: hidden;
    }
    #side .side-service-list h3{
        text-align: center;
        background: #00519c;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        margin-top: 0;
            margin-bottom: 15px;
    }
    #side .side-service-list,#side .side-service-list{
        overflow: hidden;
    }
    #side .side-service-list.img30,#side .side-service-list ul{
        margin-bottom: 0;
    }
    #side .side-service-list ul{
      margin-bottom: 20px;
        border-bottom: 1px dotted #eee;  
    }
    #side .side-service-list li{
        margin-bottom: 2%;
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #e9e9e9;
    }
    .side-bnr-area li {
    margin-bottom: 2%;
    width: 49%;
    float: left;
    margin-right: 2%;
}
#side .side-service-list li:nth-child(2n), .side-bnr-area li:nth-child(2n) {
    margin-right: 0;
}
    .side-bnr-area.clearfix {
    padding: 0px 10px;
}
.side-cat-nav h3 {
    padding-left: 10px;
}
.side-cat-nav ul {
    border: none;
}

    /************ フッター **************/
    footer nav {
        font-size: 10px;
    }
    footer {
        background: #f5f5f5;
        padding: 24px 0;
    }
    .footer-logo {
        max-width: 340px;
        margin-bottom: 6px;
    }
    .footer-contact {
        width: 100%;
    }
    dl.footer-contact img {
        max-width: 340px;
    }
    .loan {
        margin: 15px auto;
        padding: 10px;
    }


    /************ 下層ページ**************/

}

/*********************************************************************

タブレット以上

*********************************************************************/
@media (min-width: 768px){
    /************ 共通 **************/
    .header{
        border-top: 2px solid #00519c;
    }
    #mobile {
        display: none;
    }
    .inner{
        width: 1100px;
        margin: 0 auto;
    }

    div#breadcrumb {
        display: inline-flex;
    }

    .pagetop {
        position:fixed;
        bottom: 10px;
        right: 40px;
    }
    .btn-detail{
        max-width: 300px;
        margin: 0px auto;
    }
    .btn-detail a{
        display: inline-block;
        width: 100%;
        background: #fff;
        text-align: center;
        color: #00519c;
        border-radius: 2px;
        border: 1px solid #00519c;
        padding: 10px 0px;
        position: relative;
    }
    .btn-detail a:before{
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 42px;
        /* margin-right: -90px; */
        margin-top: -10px
    }
    .btn-detail a,.ex-btn-detail a {
        position: relative;
        z-index: 2;
    }
    .btn-detail a:hover,.ex-btn-detail a:hover {
        color: #fff;
    }
    .btn-detail a::after,.ex-btn-detail a::after {
        display: block;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto;
        background: #00519c;
        transition: .3s;
    }
    .btn-detail a:hover::after,.ex-btn-detail a:hover::after {
        width: 100%;
        height: 100%;
    }
    .btn-orange a{
        color: #ff9000;
        border: 1px solid #ff9000;
    }
    .btn-orange a::after {
        background: #ff9000;
    }
/*    .btn-detail a:before{
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 42px;*/
        /* margin-right: -90px; */
/*        margin-top: -8px
    }*/
/*    .btn-orange{
        width: 300px;
        margin: 0px auto;
    }
    .btn-orange a{
        display: inline-block;
        width: 100%;
        background: #ff9000;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        padding: 10px 0px;
        position: relative;
        padding-left: 16px;
    }
    .btn-orange a:before{
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 42px;
        margin-top: -11px
    }*/
    .img03 {
        margin-bottom: 3px;
    }
    .img10 {
        margin-bottom: 10px;
    }
    .img15 {
        margin-bottom: 15px;
    }
    .img20 {
        margin-bottom: 20px;
    }
    .img25 {
        margin-bottom: 25px;
    }
    .img30 {
        margin-bottom: 30px;
    }
    .img35 {
        margin-bottom: 35px;
    }
    .img40 {
        margin-bottom: 40px;
    }
    .img05 {
        margin-bottom: 5px;
    }
    .img50 {
        margin-bottom: 50px;
    }
    .img60 {
        margin-bottom: 60px;
    }
    .img65 {
        margin-bottom: 65px;
    }
    .img70 {
        margin-bottom: 70px;
    }
    .img80 {
        margin-bottom: 80px;
    }

    /**      テーブル基本設定    **/
    table {
        width: 100%;
        border-spacing: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    table th{
        width: 30%;
        padding: 1% !important;
        border: 1px solid #e0e0e0;
        border-bottom: 0;
    }
    table td{
        width: 70%;
        padding: 1% !important;
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    /************ ヘッダー **************/
    #header-logo {
        float: left;
        width: 320px;
    }
    #gnav {
        background-color: #00519c;
    }

    #gnav.page { margin-bottom: 0px;}

    .header .inner {
        padding: 20px 0;
        position: relative;
    }
    .header .submenu {
        position: absolute;
        right: 0;
        bottom: 26px;
    }
    .header .submenu ul li{
        float: left;
        margin-left: 20px;
        font-size: 14px;
    }
    .header .submenu ul li a{
        color: #404040;
    }
    .header .submenu ul li i{
        color: #00519c;
        margin-right: 5px;
    }

    /************ サイド **************/
    .side-mail h3{
        color: #00519c;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        padding-bottom: 10px;
        margin: 10px 0 0;
    }
    .side-service-list h3{
        background: #00519c;
        margin: 0;
        padding: 6px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .side-service-list ul li{
        border: 1px solid #ddd;
        border-top: none;
    }
    .side-service-list ul li:last-child{
        margin-bottom: 0px;
    }
    .side-sub-nav{
        border: 1px solid #ddd;
        border-top: 3px solid #00519c;
    }
    .side-sub-nav li {
        background: url(../img/common/square.png) no-repeat 25px center;
        padding: 7px 0 7px 42px;
        border-bottom: 1px dotted #ccc;
    }
    .side-sub-nav li:last-child{
        border-bottom: none;
    }
    .side-cat-nav h3 {
        border-bottom: 1px solid #00519c;
        margin-bottom: 0;
        padding-bottom: 6px;
        font-size: 130%;
        color: #00519c;
        font-weight: 600;
    }
    .side-cat-nav ul{
        border: 1px solid #ddd;
    }
    .side-cat-nav li {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .side-cat-nav li a {
        display: block;
    }
    .side-cat-nav li:last-child{
        border-bottom: none;
    }
    .side-bnr-area.clearfix li {
        margin-bottom: 15px;
    }

    /************ フッター **************/
    footer{
        width: 1100px;
        margin: 0px auto;
        padding: 30px 0;
    }
    footer .campany-info, footer .contact{
        width: 40%;
        float: left;
        padding: 30px;
    }
    footer .link-list{
        width: 20%;
        float: left;
        padding: 30px;
    }
    footer .footer-logo{
        max-width: 338px;
        margin-bottom: 20px;
    }
    .footer-social{

    }

    /************ TOPページ **************/
    .index-feature{
        margin-bottom: 40px;
    }
    .index-feature ul li{
        width: 32%;
        float: left;
        padding: 20px;
        background: #fff;
        margin-right: 2%;
        min-height: 285px;
        position: relative;
    }
    .index-feature ul li.chop{
        margin-right: 0;
    }
    .index-feature ul li .feature-icon{
        width: 100%;
        text-align: center;
        margin: 0px auto;

    }
    .index-feature ul li .summary h3{
        text-align: center;
        font-size: 150%;
        font-weight: 600;
    }
    .index-feature ul li .summary p{
        font-size: 90%;
    }
    .index-feature ul li .caption {
    font-size: 100%;
    text-align: center;
    color: #fff;
    background: #00519c;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
.index-feature ul li .mask {
    width:          100%;
    height:         100%;
    position:       absolute;
    top:            0;
    left:           0;
    opacity:        0;  /* マスクを表示しない */
    background-color: rgba(0,81,155,0.1);
    -webkit-transition: all 0.6s ease;
    transition:     all 0.6s ease;
}
.index-feature ul li:hover .mask {
    opacity:        1;  /* マスクを表示する */
    padding-top:        120px;   /* ホバーで下にずらす */
}
    .index-limited ul{
        margin-bottom: 10px;
    }
    .index-limited li{
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
     .index-limited li .thumb,.index-limited li dl{
        float: left;
     }
     .index-limited li dl {
    padding: 15px;
    height: 163px;
    width: 460px;
    background: #fff;
    }
     .index-limited li .thumb{
        float: left;
     }
     .index-limited .product-series{
        float: none;
        margin-left: 10px;
     }
     .index-limited .product-price{
        float: none;
        text-align: right;
     }

     .index-limited li dt{
        font-size: 140%;
        height: 48px;
     }
     .index-limited ol li{
        float: left;
        margin: 0 5px 0 0;
     }
    .index-limited p.product-price span {
        font-size: 250%;
        color: #ff1200;
        display: inline;
    }
    .index-limited p.product-price span.teika {
        font-size: 200%;
        color: #666;
    }
    .index-limited .product-price {
        margin-top: 10px;
    }
    
    .index-limited .btn-detail a{
        background: transparent;
    }
    .index-limited{
        margin-bottom: 40px;
    }

    .index-limited li{
        float: left;
        /*margin-right: 2%;*/
        margin-bottom: 20px;
    }
    .index-limited li:last-child{
        margin-right: 0;
    }
    .index-limited ol li{
        font-size: 75%;
        width: auto !important;
        margin: 6px 6px 0 0;
        padding: 2px 3px;
        float: left;
        text-align: center;
    }

    .index-example{
        margin-bottom: 40px;
    }
    .index-example li{
        width: 23.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .index-example li:last-child{
        margin-right: 0;
    }

    .index-news{
        margin-bottom: 50px;
    }
    .index-news dt,.index-news dd{

        font-size: 120%;
        font-weight: normal;
    }

    .index-bnr-area li{
        float: left;
        margin-right: 25px;
    }
    .index-bnr-area li:last-child{
        margin-right: 0;
    }
    ul.index-bnr-area li {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .footer-social,.copyright,.header,#content{
        width: 1100px;
    }
}
@media (min-width: 768px){
    img{
        max-width: 100%;
    }
    .container, footer .container {
        width: 1100px !important;
    }
    #main {
        width: 800px;
        float: left;
        padding-bottom: 40px;
    }
    #main .container{
        width: 100% !important;
    }


    #side{
        width: 250px;
        float: right;
    }


    #oricoBox img {
        width: 100%;
        height: auto;
    }

}
/* ------------------------------
   #menuList
------------------------------ */
#menuList {
    background-color: #00519c;
}

#menuList .menu {
    position: relative;
    width: 100%;
    height: 52px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

#menuList .menu>li.home {
    width: 5%;
    border-left: 1px dotted #fff;
}

#menuList .menu > li {
    float: left;
    width: 19%;
    border-right: 1px dotted #fff;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

#menuList .menu > li a {
    display: block;
    color: #fff;
    transition: all 0.2s linear;
}

#menuList .menu > li a:hover {
    opacity:0.5;
}

#menuList ul.menu__sub {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

#menuList .menu > li:hover {
    background: #00519c;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#menuList .menu__sub li {
    border-top: 1px dotted #fff;
}

#menuList .menu__sub li a:hover {
    background: #00519c;
}

/* 下矢印 */
#menuList .arrow:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
#menuList .menu:before,
#menuList .menu:after {
    content: " ";
    display: table;
}

#menuList .menu:after {
    clear: both;
}

#menuList .menu {
    *zoom: 1;
}

#menuList .menu > li.menu__service {
    position: relative;
}

#menuList li.menu__service ul.menu__sub {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #00519c;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#menuList li.menu__service:hover ul.menu__sub {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

#contents {
    margin: 0 auto;
    padding: 40px 0;
    width: 800px;
    text-align: left;
}
 
#contents p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #menuList ul {
        width: 100%;
    }
 
    #menuList ul li {
        width: 20%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
    
    /************ main **************/
    
    .mainvisual{
        width: 100%;
        padding: 1em;
        margin-top: 0;
    }
    
    .mainvisual img {
        width: 100%;
    }

    .mainvisual .bnr1{
        width: 100%;
        height: auto;
        float: none;
    }
    
    .mainvisual .bnr1 .bnr,.mainvisual .bnr3 .bnr{
        width: 49.2%;
        float: left;
        margin-right: 9px;
    }
    .mainvisual .bnr1 .sub,.mainvisual .bnr3 .sub{
        width: 49.2%;
        float: left;
        margin-top: 0;
    }
    .mainvisual .bnr2{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 9px;
    }

    .mainvisual .bnr3{
        width: 100%;
        height: auto;
        margin-top: 9px;
    }
    
    #menuList {
        display: none;
    }
 
    #rwdMenuWrap {
        width: 100%;
        /*border-bottom: #aaa 1px solid;*/
    }
 
    #rwdMenuWrap #switchBtnArea {
        width: 100%;
        height: 60px;
        /*background: #3c3c3c;*/
        position: relative;
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        display: block;
        background: #00519c;
        position: absolute;
        /*border-radius: 5px;*/
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.2s linear;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}
 
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}
 
    #rwdMenuWrap ul {
        width: 100%;
        display: none;
    }
 
    #rwdMenuWrap ul li {
        width: 100%;
        border-bottom: #f5f5f5 1px solid;
    }
    
    #rwdMenuWrap ul li.home {
    display: none;
    }
 
    #rwdMenuWrap ul li a {
        padding: 15px 20px;
        text-align: left;
        display: block;
        background: #f8f8f8;
        position: relative;
    }
 
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #b0b0b0;
        border-right: 2px solid #b0b0b0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #contents {
        width: 100%;
    }
 
    #contents p {
        padding: 0 20px 2em 20px;
    }
    
    #uprefab {
    width: 100%;
    top: auto;
    left: 0;
    margin-bottom: 0;
    }
    
    #uprefab img {
        width: 100%;
    }
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}



/* ------------------------------
   美品！プレハブレンタル
------------------------------ */

.rental-contents {
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px){
    .mainvisual{
        width: 100%;
        padding: 1em;
        margin-top: 0;
    }

    .mainvisual .bnr1{
        width: 100%;
        height: auto;
        float: none;
    }
    
    .mainvisual .bnr1 .bnr,.mainvisual .bnr3 .bnr{
        width: 49.2%;
        float: left;
        margin-right: 5px;
    }
    .mainvisual .bnr1 .sub,.mainvisual .bnr3 .sub{
        width: 49.2%;
        float: left;
        margin-top: 0;
    }
    .mainvisual .bnr2{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 5px;
    }

    .mainvisual .bnr3{
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
}

@media (max-width: 320px){
.mainvisual .bnr1 .bnr, .mainvisual .bnr3 .bnr {
    width: 49%;
}
    
.mainvisual .bnr1 .sub, .mainvisual .bnr3 .sub {
    width: 49%;
}
}

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #ccc!important;
}

label {
    margin-right: 10px;
    display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}

#contact-form textarea {
    width: 100%;
}

table.table_4th th {
    width:19%!important;

}