﻿
.Btn {
    float: left;
    display: inline-block;
    padding: 2px 12px 0 12px;
    height:30px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}

    .Btn:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }

.Btn_Normal {
    float: left;
    display: inline-block;
    padding: 5px 12px 0 12px;
    height: 30px;
    margin: 8px 0 0 8px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}

    .Btn_Normal:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }
.Btn_Normal_Gray {
    float: left;
    display: inline-block;
    padding: 5px 12px 0 12px;
    height: 30px;
    margin: 8px 0 0 8px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #a9a9a9;
    color: aliceblue;
}

    .Btn_Normal:hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }
.Btn_14 {
    float: left;
    display: inline-block;
    min-height: 31px;
    padding: 2px 12px 0 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}
    .Btn_14 :hover {
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background-color: #165183;
        color: #fff;
    }
.BtnGray {
    float: left;
    display: inline-block;
    padding: 3px 12px 0 12px;
    height: 30px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #f5f5f5;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #a9a9a9;
    color: aliceblue;
}

.BtnMiniGray {
    float: left;
    display: inline-block;
    padding: 3px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #a9a9a9;
    color: aliceblue;
}
.BtnBigGray {
    float: left;
    display: inline-block;
    padding: 7px 12px 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: not-allowed !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    background-color: #d4d5c8;
    color: #ededed;
}
.TeBox {
    float: left;
    height:30px;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px; /*角の丸み*/
    font-size: 12px;
}

    .TeBox:focus {
        outline: none;
        border-top: solid 1px #261919;
        border-bottom: solid 1px #7d4848;
        border-left: solid 1px #261919;
        border-right: solid 1px #7d4848;
        background-color: #fff7e8;
    }
.TeBox_Gray {
    float: left;
    height: 30px;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background-color: #ededed;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px; /*角の丸み*/
    font-size: 12px;
}
.Label {
    display: inline-block;
    float: left;
    min-height: 30px;
    padding: 6px 10px 0 10px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #1f1f1f;
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px;
    background-color: #ededed;
    color: #000;
    font-size: 12px;
    overflow: hidden;
}
.LabeB {
    float: left;
    padding:0;
    margin: 7px 0 0 5px;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    font-size: 12px;
}

.LabeT {
    float: left;
    padding: 6px 3px 0 3px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    font-size: 11px;
}
.Label_14 {
    display: inline-block;
    float: left;
    min-height: 31px;
    padding: 6px 7px 0 7px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #1f1f1f;
    background: #FFF;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px;
    background-color: #ededed;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.Listbox {
    float: left;
    min-height: 30px;
    padding: 0 10px 0 10px;
    font-size: 12px;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #969696;
    border-right: solid 1px #808080;
    border-radius: 3px;
    overflow: hidden;
    overflow-y: scroll;
}

.TeArea {
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 0;
    font-weight: normal;
    color: #1f1f1f; /*文字色*/
    background: #FFF;
    border: solid 1px #696969;
    border-radius: 3px; /*角の丸み*/
    font-size: 12px;
    overflow: hidden;
}
.ErrMsg {
    display: none;
    float: left;
    width: 100%;
    padding: 5px;
    color: #d97100;
    font-size: 12px;
}
.BtnRed {
    float: left;
    display: inline-block;
    padding: 5px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d04747;
    border-radius: 4px;
    background-color: #c32121;
    color: aliceblue;
}
    .BtnRed:hover {
        border: 1px solid #580505;
        background-color: #961919;
    }
.BtnBlue {
    float: left;
    display: inline-block;
    padding: 5px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #6d9bee;
    border-radius: 4px;
    background-color: #337ab7;
    color: aliceblue;
}
    .BtnBlue:hover {
        border: 1px solid #424194;
        background-color: #1e1567;
    }

.BtnGreen {
    float: left;
    display: inline-block;
    padding: 5px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #409836;
    border-radius: 4px;
    background-color: #409639;
    color: aliceblue;
}
.BtnDel {
    float: left;
    display: inline-block;
    padding: 5px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #34115b;
    border-radius: 4px;
    background-color: #81518d;
    color: aliceblue;
}
    .BtnDel:hover {
        border: 1px solid #1f3f5a;
        background-color: #244d71;
    }

.BtnPurple {
    float: left;
    display: inline-block;
    padding: 5px 12px 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #165183;
    border-radius: 4px;
    background-color: #20094a;
    color: aliceblue;
}

    .BtnPurple:hover {
        border: 1px solid #03010d;
        background-color: #03010d;
    }
.Line_Lab_Tit {
    float: left;
    width: 200px;
    padding: 6px 15px 0 0;
    text-align: right;
    overflow: hidden;
}
.Line_Lab {
    width: calc(100% - 200px);
    max-width: 300px;
}
dt.flame_ul_li_full_dt_14 {
    float: left;
    width: 110px;
    height: 31px;
    padding: 7px 0 0 0;
    margin: 0 5px 0 0;
    text-align: center;
    overflow: hidden;
    background-color: #696969;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.TitWidth_Tit {
    float: left;
    padding: 6px 0 6px 5px;
    overflow: hidden;
    width: 27% !important;
    text-align: center;
    overflow: hidden;
    background-color: #696969;
    color: #fff;
}
.TitWidth {
    float: left;
    padding: 0 0 0 5px;
    overflow: hidden;
    width: 28% !important;
}
.TitWidth_Btn {
    float: left;
    padding: 0 0 0 0;
    overflow: hidden;
    width:124px;
    margin: 0 0 0 6px;
}
.w124 {
    width: 124px !important;
}
.LineList1 {
    width: calc(50% - 80px) !important;
}
.LineList2 {
    width: 80px !important;
}
hr {
    float: left;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
hr.hr5 {
    float: left;
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.BG_yellow{
    background-color:#a0ff9c;
}
/*===============================================
●about タブレットサイズ 画面の横幅が950px以上の時
===============================================*/
@media screen {
    input [type=checkbox] {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    body {
        position: relative;
        width: 100%;
        border-top: 50px solid #272727;
        box-sizing: border-box;
        background-color: #f8f8f8;
    }

    header {
        position: relative;
        top: -50px;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 0 0 5px;
        font-size: 16px;
        color: #FFFFFF;
        /*overflow: hidden;*/
    }

    div.Header_top {
        width: 100%;
        height: 50px;
        /*overflow: hidden;*/
    }

    h1.header_H1 {
        float: left;
        height: 50px;
        margin: 0 0 0 5px;
        padding: 15px 0 0 40px;
        color: #d4d5c8;
        background-image: url("/Images/Liberta-icon.png");
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position-y: 10px;
        overflow: hidden;
    }

        h1.header_H1 a:hover {
            color: #fff;
        }

    p.header_H1Come {
        float: right;
        padding: 0 5px 0 0;
        text-align: right;
        color: #FFFFFF;
    }

    ul.header_Menu {
        display: block;
        float: right;
        width: calc(100% - 280px);
        text-align: right;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        /*overflow: hidden;*/
    }

        ul.header_Menu li.Menu {
            float: left;
            display: block;
            position: relative;
            height: 50px;
            padding: 17px 0 0 0;
            margin: 0 0 0 0;
            border-right: 1px solid #524b4b;
            color: #d4d5c8;
        }
    .headmenu {
        float: left;
        padding: 0 10px;
    }
    ul.header_Menu li.MenuLast {
        float: left;
        display: block;
        position: relative;
        height: 50px;
        padding: 17px 0 0 0;
        margin: 0 0 0 0;
        color: #d4d5c8;
    }

            ul.header_Menu li.Menu:hover, ul.header_Menu li.MenuLast:hover {
                color: #fff;
            }

        ul.header_Menu li.borderR {
            float: right;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    ul.header_Menu li ul {
        position: absolute;
        width: 250px;
        top: 50px;
        left: 0;
        text-align: left;
        z-index: 999;
    }

        ul.header_Menu li ul li {
            padding: 10px 0 10px 5px;
            background-color: #2b2323;
            color: #fff;
            border-top: 1px solid #f3f3f3;
            display: block;
        }

            ul.header_Menu li ul li a {
                color: #fff;
            }

    ul.header_Menu pc li ul li a:hover {
        color: #e0e0e0;
    }

    ul.header_Menu li ul {
        position: absolute;
        top: -1000px;
    }

    ul.header_Menu li:hover ul {
        top: 50px;
    }
    .LineSVG {
        display: inline-block;
        cursor: pointer;
        stroke: #000;
        width: 80px;
        height: 50px;
    }

        .LineSVG:hover {
            display: inline-block;
        }

            .LineSVG:hover line {
                transition: 1.0s;
                stroke: #fff;
            }

    .header_Menu_Mobi {
        display: none;
    }

    main.main {
        position: relative;
        top: -50px;
        max-width: 1080px;
        margin: 0 auto 0 auto;
        padding: 0px 15px 20px 15px ;
        background-color: #fafafa;
        overflow: hidden;
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #f2f2f2;
    }


    footer {
        position: relative;
        top: -50px;
        width: 100%;
        border-top: 1px solid #777070;
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        overflow: hidden;
    }

    p.copy {
        position: relative;
        margin: 5px auto 0 auto;
        text-align: center;
        padding: 0 0 20px 0;
    }


    /*#menu {
        display: none;
    }*/

    .menu_content {
        float: left;
        width: 94%;
        height: 100%;
        margin-left: 3%;
        background: #fff;
    }

        .menu_content div.cap {
            height: 54px;
            background: #666666;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            line-height: 54px;
            width: 100%;
        }

            .menu_content div.cap #menu_close {
                display: block;
                position: absolute;
                right: 0;
                top: 3px;
                left: -1px;
                font-size: 26px;
                font-weight: normal;
                width: 48px;
                height: 48px;
                line-height: 42px;
            }

        .menu_content #guidance_ul {
            width: 100%;
            height: 100%;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

    .menu_content p.h_grouptitle, .header .master_header_sp .menu_content p.grouptitle {
        line-height: 32px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        background: #eee;
        display: block;
        position: relative;
        padding-left: 5px;
        margin-top: 40px;
    }

        .menu_content p.h_grouptitle {
            margin: 20px 0 0 10px;
            line-height: normal;
            background: none;
        }

            .menu_content p.h_grouptitle .fa {
                margin-right: 5px;
                font-size: 14px;
            }

            .menu_content p.h_grouptitle .parts:before {
                content: ''; /*何も入れない*/
                display: inline-block; /*忘れずに！*/
                width: 60px; /*画像の幅*/
                height: 45px; /*画像の高さ*/
                background-image: url(/Images/logo_buhin.svg);
                background-repeat: no-repeat;
                background-size: 60px 45px;
                vertical-align: middle;
                box-sizing: border-box;
            }

            .menu_content p.h_grouptitle .car:before {
                content: ''; /*何も入れない*/
                display: inline-block; /*忘れずに！*/
                width: 60px; /*画像の幅*/
                height: 45px; /*画像の高さ*/
                background-image: url(/Images/logo_car.svg);
                background-repeat: no-repeat;
                background-size: 60px 45px;
                vertical-align: middle;
                box-sizing: border-box;
            }

            .menu_content p.h_grouptitle .note:before {
                content: ''; /*何も入れない*/
                display: inline-block; /*忘れずに！*/
                width: 60px; /*画像の幅*/
                height: 45px; /*画像の高さ*/
                background-image: url(/Images/logo_note.svg);
                background-repeat: no-repeat;
                background-size: 60px 45px;
                vertical-align: middle;
                box-sizing: border-box;
            }

        .menu_content p.subgrouptitle {
            font-size: 12px;
            font-weight: bold;
            margin-left: 10px;
            margin-bottom: -15px;
        }

        .menu_content ul {
            margin: 10px 10px;
            display: block;
            border: 1px solid #D9D9D9;
            border-radius: 4px;
        }

            .menu_content ul li {
                line-height: 46px;
                font-size: 12px;
                border-bottom: 1px solid #d9d9d9;
                list-style-type: none;
            }

                .menu_content ul li a {
                    color: #333;
                    text-decoration: none;
                    display: block;
                    position: relative;
                    margin: 0 10px;
                    padding: 15px 10px;
                }

                    .menu_content ul li a:before, .header .master_header_sp .menu_content ul li a:after {
                        left: 98%;
                        top: 50%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .menu_content ul li a:before {
                        border-color: rgba(194, 225, 245, 0);
                        border-left-color: #666666;
                        border-width: 7px;
                        margin-top: -7px;
                    }

                    .menu_content ul li a:after {
                        border-color: rgba(136, 183, 213, 0);
                        border-left-color: #ffffff;
                        border-width: 5px;
                        margin-top: -5px;
                    }


    /* #region サイドメニュー*/
    #Side {
        float: left;
        width: 200px;
        margin: 2px 0 0 0;
    }
    .SideMenuTitle {
        float: left;
        width: 100%;
        background-color: #9f1818;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 16px 0 0 0;
        height: 50px;
        text-align: center;
   /*     border-radius:8px 8px 0 0 ;*/
    }
    #SideMenu{
        float:left;
        width:200px;
        margin:1px 0 0 0;
        border:1px solid #b9b9b9;
        background-color:#b4b4b4;

    }
        #SideMenu ul li.SideMenu:hover {
            background-color: #cbbcbc;
            color: #fff;
        }
        #SideMenu ul li.SideMenu a:hover {
            text-decoration: none;
            color: #fff;
        }
    .SubMenuCont {
        float: left;
        width: 100%;
        border: 1px solid #fff;
        margin: 0;
    }
    .SideTitle {
        float: left;
        width: 100%;
        height: 45px;
        border: 1px solid #8f8f8f;
        background-color: #8f8f8f;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        padding: 13px 0 0 0;
        text-align: center;
    }
    .SideMenu {
        float: left;
        width: calc(100% - 2px);
        height: 45px;
        border-top: 2px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #d4d5c8;
        background-color: #eaeaea;
        padding: 13px 8px 0 10px;
        margin: 1px 1px 0 1px;
        font-size: 13px;
        text-align: center;
    }

    /* #endregion */

    .mobi {
        display: none !important;
    }

    .tab {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    .F01 {
        font-size: 16px;
    }

    .F02 {
        font-size: 14px;
    }

    .F03 {
        font-size: 12px;
    }

    .F04 {
        font-size: 10px;
    }
}

/*===============================================
●about タブレットサイズ 画面の横幅が949px以下の時
===============================================*/
@media screen and (min-width: 611px) and (max-width: 949px) {

    #Side {
        display: none;
    }
    ul.header_Menu_Mobi {
        float: right;
        width: 80px;
        text-align: right;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

        ul.header_Menu_Mobi li.borderR {
            float: right;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    .mobi {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .F01 {
        font-size: 16px;
    }

    .F02 {
        font-size: 14px;
    }

    .F03 {
        font-size: 12px;
    }

    .F04 {
        font-size: 10px;
    }

    .CenterColumn {
        width: calc(100% - 20px);
        margin: 0 0 0 10px;
        padding: 0 0 10px 10px;
        overflow: hidden;
    }
    .TitWidth_Tit {
        float: left;
        padding: 8px 0 8px 0;
        margin:0 0 10px 0;
        overflow: hidden;
        width: 100% !important;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
    }
    .TitWidth {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: 100% !important;
    }
    .TitWidth_Btn {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: auto;
        margin:0 0 0 calc(50% - 62px);
    }
}

/*===============================================
●about スマートフォンサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (min-width: 380px) and (max-width: 610px) {
    body {
        position: relative;
        width: 100%;
        min-width: unset;
        border-top: 50px solid #272727;
        box-sizing: border-box;
        background-color: #f8f8f8;
    }

    header {
        position: relative;
        top: -40px;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 5px;
        font-size: 16px;
        color: #FFFFFF;
        overflow: hidden;
    }
    main.main {
        padding: 0 5px 20px 5px;
    }
    div.Header_top {
        float: left;
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

    h1.header_H1 {
        float: left;
        width: 250px;
        height: 40px;
        margin: 0 0 0 0px;
        padding: 7px 0 0 30px;
        color: #d4d5c8;
        background-image: url("/Images/Liberta-icon.png");
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position-y: top;
        background-position-x: 5px;
        overflow: hidden;
        font-size: 13px;
    }

        h1.header_H1 a:hover {
            color: #fff;
        }

    ul.header_Menu_Mobi {
        float: right;
        width: 70px;
        text-align: right;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

        ul.header_Menu_Mobi li.borderR {
            float: right;
            margin: -10px 0 0 0;
            padding: 0 0 0 0;
        }

    .LineSVG {
        display: inline-block;
        cursor: pointer;
        stroke: #000;
        width: 70px;
        height: 50px;
    }

        .LineSVG:hover {
            display: inline-block;
        }

            .LineSVG:hover line {
                transition: 1.0s;
                stroke: #fff;
            }

    footer {
        position: relative;
        top: -30px;
        width: 100%;
        border-top: 1px solid #777070;
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        overflow: hidden;
    }

    #Side {
        display: none;
    }
    .mobi {
        display: block !important;
    }

    .tab {
        display: none !important;
    }

    .pc {
        display: none !important;
    }

    .F01 {
        font-size: 15px;
    }

    .F02 {
        font-size: 13px;
    }

    .F03 {
        font-size: 11px;
    }

    .F04 {
        font-size: 9px;
    }
    .Line_Lab_Tit {
        float: left;
        width: 100%;
        padding: 6px 15px 5px 3px;
        text-align: left;
        overflow: hidden;
    }
    .Line_Lab {
        width: 100%;
        max-width: 300px;
    }
    .TitWidth_Tit {
        float: left;
        padding: 8px 0 8px 0;
        overflow: hidden;
        width: 100% !important;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
    }
    .TitWidth {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: 100% !important;
    }
    .TitWidth_Btn {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: auto;
        margin: 0 0 0 calc(50% - 62px);
    }
    .TeArea {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
    }
    .TeBox {
        padding: 7px 5px 5px 5px;
        font-size: 11px;
    }
    .TeBox_Gray {
        padding: 7px 5px 5px 5px;
        font-size: 11px;
    }
    .Listbox {
        padding: 0;
        font-size: 11px;
    }
    .Label {
        padding: 7px 5px 0 5px;
        font-size: 11px;
    }

    .LabeB {
        float: left;
        padding: 0;
        margin: 7px 0 0 5px;
        font-weight: normal;
        color: #1f1f1f; /*文字色*/
        font-size: 12px;
    }
    .LabeT {
        float: left;
        padding: 6px 5px 0 2px;
        margin: 0;
        font-weight: normal;
        color: #1f1f1f; /*文字色*/
        font-size: 10px;
    }

    .Btn_Normal {
        font-size: 12px;
        padding: 6px 12px 0 12px;
    }
}

/*===============================================
●about スマートフォンサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (max-width: 379px) {
    body {
        position: relative;
        width: 100%;
        min-width: unset;
        border-top: 50px solid #272727;
        box-sizing: border-box;
        background-color: #f8f8f8;
    }

    header {
        position: relative;
        top: -40px;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 5px;
        font-size: 16px;
        color: #FFFFFF;
        overflow: hidden;
    }
    main.main {
        padding: 10px 5px 20px 5px;
    }
    #Side {
        display: none;
    }

    div.Header_top {
        float: left;
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

    h1.header_H1 {
        float: left;
        width: 250px;
        height: 40px;
        margin: 0 0 0 0px;
        padding: 7px 0 0 30px;
        color: #d4d5c8;
        background-image: url("/Images/Liberta-icon.png");
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position-y: top;
        background-position-x: 5px;
        overflow: hidden;
        font-size: 13px;
    }

        h1.header_H1 a:hover {
            color: #fff;
        }

    ul.header_Menu_Mobi {
        float: right;
        width: 50px;
        text-align: right;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        overflow: hidden;
    }

        ul.header_Menu_Mobi li.borderR {
            float: right;
            margin: -10px 0 0 0;
            padding: 0 0 0 0;
        }

    .LineSVG {
        display: inline-block;
        cursor: pointer;
        stroke: #000;
        width: 70px;
        height: 50px;
    }

        .LineSVG:hover {
            display: inline-block;
        }

            .LineSVG:hover line {
                transition: 1.0s;
                stroke: #fff;
            }

    footer {
        position: relative;
        top: -30px;
        width: 100%;
        border-top: 1px solid #777070;
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        overflow: hidden;
    }

    .mobi {
        display: block !important;
    }

    .tab {
        display: none !important;
    }

    .pc {
        display: none !important;
    }

    .F01 {
        font-size: 14px;
    }

    .F02 {
        font-size: 12px;
    }

    .F03 {
        font-size: 10px;
    }

    .F04 {
        font-size: 9px;
    }
    .Line_Lab_Tit {
        float: left;
        width: 100%;
        padding: 6px 15px 5px 3px;
        text-align: left;
        overflow: hidden;
    }
    .Line_Lab {
        width: 100%;  
        max-width: 300px;
    }
    .TitWidth_Tit {
        float: left;
        padding: 8px 0 8px 0;
        overflow: hidden;
        width: 100% !important;
        text-align: center;
        overflow: hidden;
        background-color: #696969;
        color: #fff;
    }
    .TitWidth {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: 100% !important;
    }
    .TitWidth_Btn {
        float: left;
        padding: 10px 0 0 0;
        overflow: hidden;
        width: auto;
        margin: 0 0 0 calc(50% - 62px);
    }
    .Listbox {
        padding: 0;
        font-size: 11px;
    }
    .TeBox {
        padding: 7px 5px 5px 5px;
        font-size: 11px;
    }
    .TeBox_Gray {
        padding: 7px 5px 5px 5px;
        font-size: 11px;
    }
    .Label {
        padding: 7px 5px 0 5px;
        font-size: 11px;
    }
    .LabeT {
        float: left;
        padding: 6px 5px 0 2px;
        margin: 0;
        font-weight: normal;
        color: #1f1f1f; /*文字色*/
        font-size: 10px;
    }
    .Btn_Normal {
        font-size: 12px;
        padding: 6px 12px 0 12px;
    }
}

.LinkAlpha:hover {
    opacity: 0.6;
}
