@charset "UTF-8";

/* ウィンドウ幅が0〜480pxの場合に適用するCSS */

html ,body {
    scroll-behavior: smooth;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding: 0;
    background-size:cover;
    background-attachment:fixed;
    text-decoration:none;
    background:url("../images/main_bg1.jpg") ;
    background-blend-mode:screen;
    background-attachment: fixed;
}

/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（基本）】*/
/****************************************************************************************************************************************************************************************************************/

header {
    position: fixed;
    z-index: 10;
    width:100%;
    height:80px;
    background:rgba(0, 0, 0, 0.8);
    transition:.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#ffffff;
    border-bottom:2px solid #efefef;
    box-shadow: 0px 1px 5px #c0c0c0;
}

/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（アニメーション）】*/
/****************************************************************************************************************************************************************************************************************/

.is-animation {
    height:80px;
    background:#ffffff;
    border-bottom:2px solid #efefef;
    box-shadow: 0px 1px 5px #c0c0c0;
    z-index:10;
}

/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（上部メニュー）】*/
/****************************************************************************************************************************************************************************************************************/

#menu {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    background:#ffffff;
}

#menu li {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    height:79px;
    border-left:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

#menu li a {
    display: block;
    font-size:14px;
    font-weight:700;
    padding: 25px 25px 0px 25px;
    height:auto;
    background:#ffffff;
    color:#444444;
    text-align: center;
    text-decoration: none;
    border-bottom:1px solid #efefef;
    letter-spacing:0.08em;
    margin:0 auto;
    height:53px;
}

#menu li a:hover {
    text-shadow:0px 0px 3px #ffffff;
    color:#444444;
    transition    : .3s;
    background:#fcfcfc;
}

#toggle {
    display: none;
}

/****************************************************************************************************************************************************************************************************************/
/*【レスポンシブメニュー：設定（メニュー）】*/
/****************************************************************************************************************************************************************************************************************/

@media only screen and (max-width: 960px) {
    header {
        position: fixed;
        z-index: 2;
        width:100%;
        height:120px;
        background:transport;
        transition: .3s;
        border-bottom:2px solid #cccccc;
        float:left;
    }

    #menu {
        display: none;
    }

    #menu li {
        width: 100%;

    }
    #menu li a {
        display: block;
        padding: 10px 20px 10px 20px;
        background: #000000;

        font-size:12px;
        color: #111111;
        text-align: left;
        line-height:20px;
        border-top:1px solid #111111;
        width: 100%;
        letter-spacing:1px;
    }

    #menu li a:hover {
        background: #0D1012;
        color: #ffffff;
    }

    /****************************************************************************************************************************************************************************************************************/
    /*【レスポンシブメニュー：設定（アイコン）】*/
    /****************************************************************************************************************************************************************************************************************/

    #toggle {
        display: block;
        position: relative;
        width: 40px;
        height:40px;
        background: transport;
        float:right;
        margin:10px;
        border-radius:5px;
        text-align:center;
        padding:10px 5px 0px 5px;
        z-index:10;
        cursor:pointer;
    }

    #toggle:hover {
        background: #cccccc;
    }

    #toggle span.icon-bar {
        text-align:center;
        margin:5px 0px 0px 5px;
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 1px;
        color:#fff;
        background:#fff;
        border-radius:5px;
    }

    #nav #nav_contents {
        display:grid;
        position:fixed;
        float:right;
        width:100%;
        top:0px;
        right:0px;
        background:transport;
        height:120px;
        padding:0px;
    }
}

/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー内ロゴ】	*/
/****************************************************************************************************************************************************************************************************************/

#logo {
    display:block;
    position:fixed;
    width:100px;
    background:transport;
    height:60px;
    padding:0px;
    z-index:10;
}

#logo a {
    display:block;
    position:fixed;
    width:auto;
    top:0px;
    left:0px;
    font-weight:bold;
    letter-spacing:0.3px;
    padding:0px;
    z-index:100;
    color:#ffffff;
    text-decoration:none;
}

#logo a img {
    width:auto;
    height:50px;
    margin:15px 0px 0px 10px;
    background:transport;

}

/****************************************************************************************************************************************************************************************************************/
/*【ナビゲーション：設定】	*/
/****************************************************************************************************************************************************************************************************************/

#nav {
    display:block;
    position:fixed;
    width:100%;
    float:right;
    top:0px;
    right:0px;
    background:ffffff;
    height:118px;
    padding:0px;
}

#nav_contents {
    display:block;
    position:fixed;
    float:right;
    width:auto;
    top:0px;
    right:0px;
    height:118px;
    padding:0px;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページへ戻る】	*/
/****************************************************************************************************************************************************************************************************************/

p{margin:0;}

p.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity:0.9;
    z-index:100;
}

p.pagetop a {
    float:right;
    margin-left:10px;
    display: block;
    text-decoration: none;
    font-size:9px;
    letter-spacing:0.08em;
    background:#111111;
    padding:10px;
    color:#ffffff;
    border:1px solid #333333;
}

p.pagetop a:hover {
    background:#444444;
    color:#ffffff;
    transition:.5s;
}

p.pagetop a img {
    width:25px;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ（設定）】	*/
/****************************************************************************************************************************************************************************************************************/

#top {
    width:100%;
    height:100%;
    padding-top:0px;
    padding-bottom:0px;
    background:#111111;
    background-image:url(../images/main_bg.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
}

/****************************************************************************************************************************************************************************************************************/
/*【ご挨拶】	*/
/****************************************************************************************************************************************************************************************************************/

#greeting {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#greeting .container #contents {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:100px 200px 200px 200px;
    width:100%;
    height:100%;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    url(../images/greeting.jpg);
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container #contents h1 {
    margin-top:0px;
    margin-bottom:0px;
    width:100%;
    text-align:left;
    font-size:90px;
    color:#0d0d0d;
    letter-spacing:0.05em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container #contents h2 {
    margin-top:0px;
    margin-bottom:20px;
    width:100%;
    text-align:left;
    font-size:90px;
    color:#0d0d0d;
    letter-spacing:0.05em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container #contents h3 {
    margin-bottom:20px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:right;
    font-size:18px;
    color:#0d0d0d;
    letter-spacing:0.08em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#greeting .container #contents article {
    margin-top:70px;
    width:100%;
    height:auto;
}

#greeting .container #contents article p {
    width:100%;
    text-align:left;
    font-size:18px;
    line-height:40px;
    color:#0d0d0d;
    letter-spacing:0.05em;
}

/****************************************************************************************************************************************************************************************************************/
/*【お知らせ】	*/
/****************************************************************************************************************************************************************************************************************/

#news {
    display:inline-block;
    background:#fcfcfc;
    background-size:cover;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#news .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#news .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#news .container #contents_a p {
    margin-top:0px;
    font-size:16px;
    text-align:center;
    line-height:36px;
    color:#fcfcfc;
    letter-spacing:0.08em;
    width:100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container #contents_b {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:200px;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container #contents_b h1 {
    margin-bottom:20px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .container #contents_b article {
    margin-bottom:20px;
    width:100%;
    height:auto;
}

#news .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:16px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
}

/****************************************************************************************************************************************************************************************************************/
/*【サービス：設定】	*/
/****************************************************************************************************************************************************************************************************************/

#service {
    display:inline-block;
    background:#fcfcfc;
    background-size:cover;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container img {
    overflow:hidden;
    width:100%;
}

#service .container img:hover {
    opacity:0.5;
    transition:0.5s;
}

#service .container #contents_a {
    justify-content:space-between;
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container #contents_a h1 {
    margin-top:0px;
    margin-bottom:0px;
    margin-top:100%;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#service .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#service .container #contents_b {
    justify-content:space-around;
    text-align:center;
    margin-top:200px;
    min-width:75%;
    height:100%;
    background:#fcfcfc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:50px 100px 100px 100px;

}

#service .container #contents_b .oneArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
#service .container #contents_b .oneArea .oneBox {
    width: 21%;
    border: 3px solid #efefef;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 20px;
}

#service .container #split {
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    display:flex;
    justify-content:space-around;
    text-align:center;
    min-width:100%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container #split #contents {
    text-align:center;
    margin:5px;
    padding:0px;
    min-width:20%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container #split #contents a {
    text-align:center;
    margin:5px;
    padding:20px;
    min-width:20%;
    height:auto;
    border:1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container #split_sp {
    display:none;
}

#service .container #contents_b article {
    text-align:center;
    margin-top:50px;
    width:100%;
    height:30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#service .container #contents_b article p {
    margin:20px;
    font-size:16px;
    color:#0d0d0d;
}

/****************************************************************************************************************************************************************************************************************/
/*【メッセージ】	*/
/****************************************************************************************************************************************************************************************************************/

#message {
    display:inline-block;
    background:transport;
    margin:0 auto;
    width:100%;
    height:auto;
    padding-top:0px;
    padding-bottom:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top:1px solid #111111;
    border-bottom:1px solid #111111;
}

#message .message_container {
    display: flex;
    flex-direction:column;
    margin-top:0px;
    width:100%;
    height:auto;
    padding:100px;
    max-width: 100%;
    margin: 0 auto;
    background-image:url(../images/message.jpg);
    background-size:cover;
    border-top:1px solid #111111;
    border-bottom:1px solid #111111;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#message .message_container h1 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    padding:10px;
    color:#ffffff;
    letter-spacing:0.08em;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}

#message .message_container h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:24px;
    text-align:center;
    width:100%;
    color:#ffffff;
    letter-spacing:0.08em;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}

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

/****************************************************************************************************************************************************************************************************************/
/*【リフォームの流れ】	*/
/****************************************************************************************************************************************************************************************************************/

#access {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:1000px;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#access .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#access .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#access .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#access .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#access .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#access .container #contents_b {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:150px 200px 0px 200px;
    width:100%;
    height:100%;
    background:#fcfcfc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#access .container #contents_b h1 {
    margin-bottom:10px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#access .container #contents_b article {
    margin-bottom:30px;
    width:100%;
    height:auto;
}

#access .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:14px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
}

/****************************************************************************************************************************************************************************************************************/
/*【対応エリア】	*/
/****************************************************************************************************************************************************************************************************************/

#area {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#area .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#fcfcfc;
}

#area .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#area .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#area .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#area .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#area .container #contents_b {
    margin-top:70px;
    text-align:center;
    padding:100px 200px 0px 200px;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#area .container #contents_b h1 {
    margin-bottom:10px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#area .container #contents_b article {
    margin-bottom:30px;
    width:100%;
    height:auto;
}

#area .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:14px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
}

/****************************************************************************************************************************************************************************************************************/
/*【FAQ】	*/
/****************************************************************************************************************************************************************************************************************/

#faq {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#faq .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#faq .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#faq .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#faq .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#faq .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#faq .container #contents_b {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:150px 200px 0px 200px;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#faq .container #contents_b h1 {
    margin-bottom:10px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#faq .container #contents_b article {
    margin-bottom:60px;
    width:100%;
    height:auto;
}

#faq .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:14px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
}

/****************************************************************************************************************************************************************************************************************/
/*【会社概要】	*/
/****************************************************************************************************************************************************************************************************************/

#company {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:auto;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#company .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#company .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#company .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#company .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#company .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#company .container #contents_b {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:150px 200px 0px 200px;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#company .container #contents_b article {
    margin-top:0px;
    width:100%;
    height:auto;
}

#company .container #contents_b article h1 {
    margin-bottom:10px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#company .container #contents_b table.company {
    margin-top:20px;
    margin-bottom:0px;
    width: 100%;
    color:#0d0d0d;
    background-color:transport;
    border-collapse:  collapse; /* セルの線を重ねる */
}

#company .container #contents_b table.company tr th {
    width: auto;
    font-size:14px;
    padding:10px 10px 10px 15px;
    text-align:left;
    letter-spacing:0.08em;
    color:#0d0d0d;
    border:1px solid #cccccc;
    background:#ebebeb;
}

#company .container #contents_b table.company tr td {
    width: auto;
    font-size:14px;
    padding:10px 15px 10px 15px;
    text-align:left;
    letter-spacing:0.08em;
    color:#0d0d0d;
    border:1px solid #cccccc;
}

#company .container #contents_b table.company tr td span {
    font-size:14px;
    text-align:left;
    letter-spacing:0.08em;
    color:#0d0d0d;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
}

/****************************************************************************************************************************************************************************************************************/
/*【お問い合わせ】	*/
/****************************************************************************************************************************************************************************************************************/

#contact {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:auto;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    margin-bottom:0px;
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    min-height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#contact .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#contact .container #contents_b {
    text-align:center;
    margin-top:0px;
    padding:150px 200px 200px 200px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article h1 {
    margin-bottom:20px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:20px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article h2 {
    margin-bottom:20px;
    width:100%;
    padding:100px 200px 100px 200px;
    text-align:center;
    font-size:40px;
    color:#111111;
    letter-spacing:0.08em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article h3 {
    margin-bottom:20px;
    width:100%;
    padding:0px 0px 10px 0px;
    text-align:center;
    font-size:20px;
    color:#111111;
    letter-spacing:0.08em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article {
    margin-bottom:80px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:16px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container #contents_b article a {
    text-align:center;
    margin:20px 20px 20px 20px;
    padding:20px 100px 20px 100px;
    font-size:16px;
    line-height:30px;
    color:#0d0d0d;
    letter-spacing:0.08em;
    border:1px solid #cccccc;
    text-decoration:none;
    font-weight:bold;
}

#contact .container #contents_b article a:hover {
    text-align:center;
    padding:20px 100px 20px 100px;
    font-size:16px;
    line-height:30px;
    color:#fcfcfc;
    background:#0d0d0d;
    letter-spacing:0.08em;
    border:1px solid #cccccc;
    text-decoration:none;
    font-weight:bold;
}

#contact .container #contents_b article table.contact {
    margin-top:20px;
    margin-bottom:40px;
    width: 100%;
    color:#000000;
    background-color:transport;
    border:1px solid #cccccc;
    border-collapse:  collapse; /* セルの線を重ねる */
}

#contact .container #contents_b article table.contact tr th {
    width:40%;
    font-size:20px;
    padding:10px;
    text-align:center;
    letter-spacing:0.05em;
    color:#fcfcfc;
    border:1px solid #cccccc;
    background:#0d0d0d;
}

#contact .container #contents_b article table.contact tr td {
    width: auto;
    font-size:14px;
    padding: 10px;
    text-align:center;
    letter-spacing:0.05em;
    color:#0d0d0d;
    border:1px solid #cccccc;
}

#contact .container #contents_b article table.contact tr td.tel {
    font-size:28px;
    text-align:center;
    letter-spacing:0.05em;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
}

#contact .container #contents_b article table.contact tr td.fax {
    font-size:28px;
    text-align:center;
    letter-spacing:0.05em;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
}

/****************************************************************************************************************************************************************************************************************/
/*【プライバシーポリシー】	*/
/****************************************************************************************************************************************************************************************************************/

#privacypolicy {
    display:inline-block;
    background:#fcfcfc;
    margin-top:0px;
    width:100%;
    height:100%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#privacypolicy .container {
    position:relative;
    display: flex;
    flex-warp:warp;
    margin-top:0px;
    width:100%;
    height:2000px;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#fcfcfc;
}

#privacypolicy .container img {
    width:100%;
    text-align:right;
    margin-right:0px;
}

#privacypolicy .container #contents_a {
    text-align:center;
    background:#0d0d0d;
    margin-top:0px;
    min-width:25%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#privacypolicy .container #contents_a h1 {
    margin-top:100%;
    margin-bottom:0px;
    font-size:40px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#privacypolicy .container #contents_a h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:25px;
    text-align:center;
    width:100%;
    color:#fcfcfc;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

#privacypolicy .container #contents_b {
    top:0px;
    text-align:center;
    margin-top:0px;
    padding:150px 200px 0px 200px;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#privacypolicy .container #contents_b h1 {
    margin-bottom:10px;
    width:100%;
    padding:10px 0px 15px 20px;
    text-align:left;
    font-size:18px;
    color:#111111;
    letter-spacing:0.08em;
    border-left:5px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#privacypolicy .container #contents_b article {
    margin-bottom:60px;
    width:100%;
    height:auto;
}

#privacypolicy .container #contents_b article p {
    width:100%;
    text-align:left;
    font-size:14px;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定】	*/
/****************************************************************************************************************************************************************************************************************/

footer {
    position:absolute;
    margin:0px;
    width:100%;
    height:auto;
    background:#111111;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
}

footer .footer_menu_left {
    float:left;
    text-align:left;
    height:60px;
    width:20%;
    margin-bottom:20px;
}

footer .footer_menu_right {
    float:right;
    text-align:right;
    height:60px;
    width:80%;
    margin-bottom:20px;
}

footer .footer_menu_right a img {
    margin:15px;
    width:150px;
    height:30px;
    border-radius:5px;
}

footer .footer_menu_right a img:hover {
    width:150px;
    height:30px;
    border-radius:5px;
}

footer .footer_menu_left a {
    display:inline-block;
    margin:10px 0px 10px 10px;
    width:auto;
    height:auto;
    text-align:center;
    text-decoration:none;
    background:transport;
    color:#ffffff;
    font-size:12px;
    padding:10px 20px 10px 20px;
    letter-spacing:0.08em;
    border:1px solid #444444;
}

footer .footer_menu_left a:hover {
    background:#444444;
    transition    : .5s;
    color:#ffffff;
}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（メニュー）】	*/
/****************************************************************************************************************************************************************************************************************/

#footermenu {
    display: flex;
    justify-content:center;
    width:100%;
    height:auto;
    padding:0px;
    max-width: 100%;
    margin: 0 auto;
    text-align:center;
    background:#333333;
}

#footermenu .footermenu_container {
    justify-content:center;
    padding-bottom:0px;
    width:100%;
    height:auto;
    margin: 0 auto;
}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（メニュー）】	*/
/****************************************************************************************************************************************************************************************************************/

.rist-menu {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0px auto;
}
.rist-menu li {
    list-style: none;
    float:left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.rist-menu li a {
    display: block;
    position: relative;
    text-align:left;
    height: 40px;
    margin: 0;
    padding: 10px 0px 0px 60px;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    letter-spacing:0.08em;
    border-bottom: 1px solid #0d0d0d;
}

.rist-menu li a:hover {
    background: #444444;
    transition    : .5s;
}

#list1 li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
#list1 li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #111111;
}

#list1 li a:hover:after {
    background: #444444;
    transition    : .5s;
}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（著作権表記）】	*/
/****************************************************************************************************************************************************************************************************************/

footer .copyright {
    text-align:left;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;

    letter-spacing:0.08em;
    width:100%;
    padding:40px 20px 20px 10px;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:-10px;
}

/****************************************************************************************************************************************************************************************************************/
/*【全体のボックス定義】	*/
/****************************************************************************************************************************************************************************************************************/

.box {
    width:100%;
    height:100%;
    max-width:100%;
    background:#000000;
    position   : relative;
    margin     : auto;
    overflow   : hidden;

}

/****************************************************************************************************************************************************************************************************************/
/*【背景の指定】	*/
/****************************************************************************************************************************************************************************************************************/

.box .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 28s infinite;   /* 4画像 × 各7s = 28s */
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（アニメーション：背景画像切替）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .src1 {
    background-image:url(../images/main_bg1.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.box .src2 {
    background-image :url(../images/main_bg2.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    animation-delay  : 7s;
}
.box .src3 {
    background-image :url(../images/main_bg3.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    animation-delay  : 14s;
}
.box .src4 {
    background-image :url(../images/main_bg4.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    animation-delay  : 21s;
}
.box .src5 {
    background-image :url(../images/main_bg5.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    animation-delay  : 28s;
}

@keyframes bgAnime {
    0% { opacity: 0; }
    9% { opacity: 1; }
    25% { opacity: 1; }
    34% { opacity: 0; }
    100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString {
    width:50%;
    position   : absolute;
    display    : inline-block;
    height:auto;
    padding:20px;
    margin-top:50px;
    color      : #fff;
    top        : 50%;                               /* 中央寄せ（） */
    left       : 50%;
    transform  : translate(-50%,-50%);
    z-index    : 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（見出し①）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .boxString h1 {
    margin:0px;

    font-size:4.5vw;
    line-height:10vh;
    text-align:center;
    width:100%;
    color:#ffffff;
    letter-spacing:0.01em;
    text-shadow:0px 0px 3px #000000;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（見出し②）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .boxString h2 {
    margin-top:50px;
    margfin-bottom:20px;
    font-size:4vw;
    line-height:5vh;
    text-align:center;
    width:100%;
    color:#ffffff;
    letter-spacing:0.8px;
    text-shadow:0px 0px 5px #000000;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement {
    margin-top:80px;
    display:inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    text-align:center;
    border-radius:5px;
    box-sizing: border-box;
    width:100%;
    padding:20px;
    margin:0 auto;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス内）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement p {
    margin-bottom:20px;

    font-size:22px;
    text-align:center;
    padding:10px;
    color:#fcfcfc;
    letter-spacing:0.08em;
    border-radius:3px;
    border:1px solid #555555;
    width:100%;
    font-weight:bold;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス内：右側ボタン）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement a.right {
    margin-top:0px;
    overflow:hidden;
    float:right;
    background:#00b0f0;
    padding:10px;
    font-size:18px;
    text-align:center;
    color:#ffffff;
    letter-spacing:0.08em;
    border-radius:0px 3px 3px 0px;
    border-top:1px solid #00A4E0;
    border-right:1px solid #00A4E0;
    border-bottom:1px solid #00A4E0;
    width:50%;
    height:auto;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス内：左側ボタン）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement a.left {
    margin-top:0px;
    overflow:hidden;
    float:right;
    background:#00b0f0;
    padding:10px;
    font-size:18px;
    text-align:center;
    color:#ffffff;
    letter-spacing:0.08em;
    border-radius:3px 0px 0px 3px;
    border-top:1px solid #00A4E0;
    border-left:1px solid #00A4E0;
    border-right:1px solid #00A4E0;
    border-bottom:1px solid #00A4E0;
    width:50%;
    height:auto;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
}

/* トップページの告知ボックス内のボタン（ロールオーバー）**************************************************************************************************************************************************************/

#top .box .boxString #announcement a.right:hover {
    background:#00A4E0;
    transition    : .5s;
}

/* トップページの告知ボックス内のボタン（ロールオーバー）**************************************************************************************************************************************************************/

#top .box .boxString #announcement a.left:hover {
    background:#00A4E0;
    transition    : .5s;
}

/****************************************************************************************************************************************************************************************************************/
/*【お問い合わせ：設定（入力フォーム）】	*/
/****************************************************************************************************************************************************************************************************************/

#contact .container table.formTable {
    width:100%;
    min-width:100%;
    border-collapse:collapse;
    margin-bottom:50px;
    border:1px solid #ccc;
}

#contact .container table.formTable tr th {
    color:#111111;
    font-size:14px;
    line-height:28px;
    letter-spacing:0.08em;
    font-weight:900;
    min-width:120px;
    background:#efefef;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-collapse:collapse;
    padding:10px;
    text-align:left;
}

#contact .container table.formTable tr td {
    color:#111111;
    font-size:14px;
    width:80%;
    font-weight:normal;
    background:#ffffff;
    text-align:left;
    border-top:1px solid #ccc;
    padding:10px;
}

#contact .container table.formTable td input.text {
    color:#111111;
    font-size:14px;
    letter-spacing:0.08em;
    height:30px;
    width:100%;
    font-weight:normal;
    background:#ffffff;
    border:1px solid #c0c0c0;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container table.formTable td textarea {
    color:#111111;
    font-size:14px;
    letter-spacing:0.08em;
    width:100%;
    font-weight:normal;
    background:#ffffff;
    border:1px solid #c0c0c0;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container p {

    font-size:20px;
    text-align:left;
    line-height:30px;
    color:#000000;
    letter-spacing:0.08em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .container .button {
    display       : inline-block;
    float:right;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
    padding       : 20px 80px;
    background    : #00b0f0;
    color         : #ffffff;
    line-height   : 1em;
    transition    : .3s;
    border        : 2px solid #333333;
}

#contact .container .button:hover {
    color         : #fcfcfc;
    background    : #a5c042;
}

#contact .container .reset {
    display       : inline-block;
    float:left;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
    padding       : 20px 80px;
    background    : #111111;
    color         : #ebebeb;
    line-height   : 1em;
    transition    : .3s;
    border        : 2px solid #333333;
}
#contact .container .reset:hover {
    color         : #fcfcfc;
    background    : #444444;
}

#contact .container .submit {
    display       : inline-block;
    float:right;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
    padding       : 20px 80px;
    background    : #00b0f0;
    color         : #ebebeb;
    line-height   : 1em;
    transition    : .3s;
    border        : 2px solid #333333;
}
#contact .container .submit:hover {
    color         : #ebebeb;
    background    : #a5c042;
}

#contact .container .back {
    float:left;
    display       : inline-block;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
    padding       : 20px 80px;
    background    : #111111;
    color         : #ffffff;
    line-height   : 1em;
    transition    : .3s;
    border        : 2px solid #333333;
}
#contact .container .back:hover {
    color         : #ffffff;
    background    : #444444;
}

#contact .container .error {
    float:left;
    display       : inline-block;
    font-size     : 18px;
    text-align    : center;
    cursor        : pointer;
    padding       : 20px;
    background    : #111111;
    color         : #ffffff;
    line-height   : 1em;
    transition    : .3s;
    border        : 2px solid #333333;
    width:100%
}

#contact .container .error:hover {
    color         : #ffffff;
    background    : #444444;
}