@charset "utf-8";

img {
    width: 100%;
}

.cf {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.mx-auto {
   margin-right: auto;
   margin-left: auto;
}

.align-center {
    text-align: center;
}

div#wrapper {}

/*header*/
header:after {
    content: "";
    display: block;
    clear: both;
}

header {
    display: inline-block;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

header .logo {
    display: inline-block;
    float: left;
    width: 276px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
}

header .logo a {
    color: #fff;
    padding: 0 5%;
}

a:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.info_b {
    width: 70%;
    float: right;
    margin-top: 20px;
    z-index: 100;
}

.info_b li {
    float: left;
    display: inline-block;
    margin-right: 5%;
    font-size: 16px;
    padding: 5px 0;
}

li.contact {
    margin-right: 0;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.info_b li a {
    color: #fff;
}

.kv_wrap {
    background: url(../img/kv.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
}

.kv_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 800px;
}

.kv_tit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 760px;
    height: 240px;
}

h1 {
    margin-bottom: 10px;
    font-family: Bebas Neue;
    font-size: 72px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
}

span.pink {
    color: #9a073d;
}

p.kv_text {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

/*スクロールボタン*/
.scroll {
    color: #fff;
    position: absolute;
    width: 80px;
    background-color: #9a073d;
    font-size: 12px;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_arrows {
    position: relative;
    display: flex;
    /*    height: 80px;画面いっぱいにする場合100vh*/
    justify-content: center;
    align-items: center;
}

.cp_arrows .cp_arrow {
    position: absolute;
    top: 30%;
    /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
    left: 50%;
    /*    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
*/
    opacity: 0;
}

.cp_arrows .cp_arrowfirst {
    -webkit-animation: arrow-move08 2s ease-in-out infinite;
    animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
    -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
    animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 25px;
    content: '';
    background: #fff;
}

p.scroll_text {
    margin: 55px 0 0 0;
}

p.scroll_text a {
    color: #fff;
}

@-webkit-keyframes arrow-move08 {
    0% {
        top: 40%;
        /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-move08 {
    0% {
        top: 40%;
        /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #0b245c;
    font-family: "Merriweather";
    letter-spacing: 0.1em;
    margin-bottom: 3%;
    line-height: 1.3;
}

h2 span {
    display: block;
    font-size: 18px;
    color: #999999;
}

#section2 {
     background-color: #f0f5fe;
     padding: 2rem;
}

.service, .equipment {
    width: 100%;
    margin: 5% 0;
}

.features_list {
    display: block;
    padding: 0 5%;
}

.features_list li {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 5%;
    background: #fff;
    box-shadow: 1px 1px 5px #9B9B9B;
}

.features_list li:last-child {
    margin-right: 0;
}

h3 {
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    color: #0b245c;
}

.scale {
    overflow: hidden;
}

.features_list figcaption {
    padding: 20px 15px 30px 15px;
    position: relative;
}

p.number {
    bottom: 5%;
    font-size: 50px;
    font-style: italic;
    position: absolute;
    right: 4%;
    height: 60px;
    width: 60px;
    color: #f0f5fe;
}

.ep {
    width: 100%;
    padding: 5% 0;
}

.ep_inner {
    display: flex;
}

.ep_block {
    margin: 1em 2em;
}

.ep_flex_1 {
    flex: 1;
}

.ep_flex_2 {
    flex: 2;
}

.ep_flex_3 {
    flex: 3;
}

.company_wrap {
    width: 100%;
    background: url(../img/com_bk.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    padding: 5% 0 0 0;
}

.company_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: url(../img/com_inner.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    position: relative;
}

h2.company {
    color: #fff;
}

h2.company span {
    color: #fff;
}

h4 {
    text-align: center;
    font-size: 21px;
    color: #fff;
}

h4 {
    display: flex;
    align-items: center;
}

h4 span {
    display: block;
    font-size: 14px;
    color: #fff;
}

h4:before {
    margin-right: 1rem;
}

h4:before,
h4:after {
    border-top: 2px solid #fff;
    content: "";
    flex-grow: 1;
}

h4:after {
    margin-left: 1rem;
}

p.about {
    text-align: center;
    color: #fff;
    font-family: "Merriweather";
    letter-spacing: 0.1em;
}

.inside {
    width: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
}

p.com_text {
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.over_wrap {
    background-color: #eee;
    padding: 5% 0;
}

.over_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.over_inner dl.cf {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding: 15px 0;
}

.over_inner dl.cf dt {
    font-weight: bold;
    text-align: center;
    color: #0b245c;
    width: 15%;
}

.over_inner2 {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
}

#map {
    width: 100%;
    height: 400px;
    margin: 2% auto 0;
}

.access {
    padding: 5% 0;
    background-color: #f0f5fe;
}

.center {
    text-align: center;
}

.pt-2 {
    padding-top: 2em;
}

/* pagetop */
.btn_top {
    width: 66px;
    position: fixed;
    z-index: 2000;
    right: 2%;
    bottom: 4%;
}

.btn_top img {
    width: 100%;
}

.btn_top:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/*コンテンツ*/
/*リンクボタン*/
p.rink {
    width: 250px;
    margin: 20px auto 0px;
    float: right;

}

p.rink a {
    display: block;
    float: left;
    min-width: 200px;
    position: relative;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #c1b38f;
}

p.rink a:before {
    content: "";
    width: 63px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -32px;
    border-top: 2px solid #c1b38f;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

p.rink a:after {
    content: "";
    height: 4px;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -4px;
    border-left: 3px solid #c1b38f;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    transform: skewX(45deg);
    box-sizing: border-box;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

address {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #0b245c;
    padding: 20px 0;
}

footer {
    background-color: #0b245c;
}

.form {
    width: 48%;
    float: left;
    display: inline-block;
}

.outline {
    width: 48%;
    float: right;
    display: inline-block;
}

.footer_wrap.cf {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0 0 0;
}

h5 {
    color: #fff;
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}

p.pin {
    color: #fff;
    background: url(../img/pin.png) left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

p.tel {
    color: #fff;
    background: url(../img/tel.png) left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

p.fax {
    color: #fff;
    background: url(../img/fax.png) left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

p.mail {
    color: #fff;
    background: url(../img/mail.png) left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

p.mail a {
    color: #fff;
}

p.business {
    color: #fff;
    background: url(../img/met.png) left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

.f_nav {
    width: 100%;
    padding: 30px 0;
    background-color: #000;
    margin-top: 3%;
}

ul.fn.cf {
    width: 70%;
    margin: 0 auto;
}

.f_nav li {
    display: inline-block;
    margin-right: 6%;
}

.f_nav li:last-child {
    margin-right: 0;
}

.f_nav li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/* ■contact form */
.year .formitem.hissu .item_content #item01 {
    width: 20%;
}

dt.item_name {
    color: #fff;
}

/* フォームパーツ共通仕様 */
input[type=text],
textarea,
select {
    width: 100%;
    text-indent: 0.35em;
}

input[type=text],
textarea,
select {
    padding: 1px 0px;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    height: 3em;
    line-height: 2em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

input[type=text]:focus,
textarea:focus,
select:focus {
    background-color: #e3eaf7;
    border: solid 1px #283d79;
    transition-duration: 0.2s;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 120%;
    height: 1.15em;
    vertical-align: text-bottom;
}

select {
    height: 3em;
}

.formitem {
    padding: 0 0 20px 0;
}

.formitem dt.item_name {
    font-size: 18px;
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0;
    border-radius: 4px;
    color: #fff;
}

/* フォームパーツ　名前 */
.innerlist_name {
    display: table;
    width: 100%;
    list-style-type: none;
}

.innerlist_name li {
    display: table-cell;
}

.innerlist_name li:before {
    content: "名";
    color: #fff;
}

.innerlist_name li:first-child:before {
    content: "姓";
    color: #fff;
}

.innerlist_name li input {
    width: 85%;
    margin-left: 2%;
}

/* フォームパーツ　カナ */
.innerlist_kana {
    display: table;
    width: 100%;
    list-style-type: none;
}

.innerlist_kana li {
    display: table-cell;
}

.innerlist_kana li:before {
    content: "名";
    color: #fff;
}

.innerlist_kana li:first-child:before {
    content: "姓";
    color: #fff;
}

.innerlist_kana li input {
    width: 85%;
    margin-left: 2%;
}


/* フォームパーツ　TEL */
.innerlist_tel {
    display: table;
    width: 100%;
}

.innerlist_tel li {
    display: table-cell;
    padding-left: 2rem;
}

.innerlist_tel li:first-child {
    padding: 0em;
}

.innerlist_tel li:before {
    color: #fff;
    content: "- ";
    font-size: 1.5rem;
    position: absolute;
    transform: translate(-1.1rem);
}

.innerlist_tel li:first-child:before {
    content: "";
}

.innerlist_tel li input {
   // width: 85%;
}

/* フォームパーツ　カスタムボックス */
.innerlist_custom {
    display: table;
    width: 100%;
}

.innerlist_custom li {
    display: table-cell;
    line-height: 1.5em;
    padding-left: 1em;
}

.innerlist_custom li:first-child {
    padding-left: 0;
    width: auto;
}

.innerlist_custom li input {
    display: inline-block;
    margin-right: 0.2em;
    height: 1.5em;
}

/* フォームパーツ　テキストエリア */
.innerlist_textarea {}

.innerlist_textarea textarea {
    height: 7em;
}

p.sendarea {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.fix {
    color: #fff;
    text-align: center;
}

p.sendarea .form p span {
    color: #09C;
}

.comp_p {
    text-align: center;
}

.form__header {
    font-size: .75rem;
}

.form__header__first {
    background-size: 100% 70%;
}

.form__header__text {
    padding-top: 4px;
}

dt.item_name2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.hissu>dt:after {
    content: "必須";
    color: #fff;
    background-color: #9a073d;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 10px;
    padding: 3px 15px;
}

input.btn_css_check {
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #9a073d;
    border: none;
}

input.btn_css_reset {
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #9a073d;
    border: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="reset"],
input[type="button"] {
    border-radius: 30px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

h2.cont {
    color: #fff;
    padding-top: 150px;
}

.contact_table {
    color: #fff;
}

.contact_table tr {
    padding: 10px 0;
}

.contact_table th {
    padding-right: 20px;
    text-align: left;
}

input#submit {
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #9a073d;
    border: none;
}

input#back {
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #9a073d;
    border: none;
}

.lower_kv {
    height: 350px;
    background-color: #000;
}

/* ■02.横幅1300px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1000px) {
    /* ▼PC用================================================================== */
    .head_sp .inner {
        display: none;
    }
    /* ▲PC用================================================================== */
}

/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:999px) {

    /* ▼Tab用================================================================= */
    .ep_inner {
        display: block;
    }

    .head_sp .inner:after {
        content: "";
        display: block;
        clear: both;
    }

    .head_sp .inner {
        position: absolute;
        display: block;
        width: 100%;
        margin: auto;
        z-index: 100;
    }

    .head_sp .logo {
        width: 55%;
        display: inline-block;
        padding-left: 3%;
    }

    .head_sp .logo a {
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
        font-weight: bold;
        font-family: serif;
        letter-spacing: 0.1em;
        display: block;
    }

    .info_sp {
        float: right;
        display: inline-block;
    }

    .info_sp li {
        display: inline-block;
        float: right;
        width: 30%;
        margin-left: 5%;
    }

    .info_sp li:last-child {
        margin-right: 0;
    }

    .info_sp li img {
        width: 100%;
    }

    header,
    nav {
        display: none;
    }

    .info_b {
        width: 65%;
    }

    .kv_inner {
        max-width: 1200px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        height: 564px;
    }

    header .logo {
        margin-left: 20px;
    }

    .inner {
        width: 95%;
        margin: 0 auto;
    }

    .company_inner {
        width: 90%;
        height: 320px;
    }

    .company_wrap {
        height: 550px;
    }

    .footer_wrap.cf {
        width: 95%;
        margin: 0 auto;
    }

    ul.fn.cf {
        width: 65%;
        margin: 0 auto;
    }

    .kv_tit {
        margin-top: 300px;
    }

    /* ▲Tab用================================================================= */
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {

    /* ▼SP用================================================================ */
    .ep_inner {
        display: block;
    }

    .inlineblock {
        display: inline-block;
    }

    .head_sp .inner:after {
        content: "";
        display: block;
        clear: both;
    }

    .head_sp .inner {
        display: block;
        width: 95%;
        margin: auto;
    }

    .head_sp .logo {
        width: 55%;
        float: left;
    }

    .head_sp .logo a {
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
        font-weight: bold;
        font-family: serif;
        letter-spacing: 0.1em;
    }

    header,
    nav {
        display: none;
    }

    .head_sp {
        z-index: 100;
        position: fixed;
        width: 100%;
    }

    .head_sp .logo {
        width: 50%;
        float: left;
        margin-left: 20px;
        padding: 10px 0;
    }

    .info_sp li {
        display: inline-block;
        float: right;
        z-index: 2000;
    }

    .info_sp {
        float: right;
        width: 25%;
        display: inline-block;
    }

    li.time_sp {
        width: 40px;
        float: left;
        display: inline-block;
        padding: 5px 0 0 0;
    }

    .btn_top {
        width: 46px;
        bottom: 1%;
    }

    .kv_wrap {
        background: url(../img/kv.jpg) center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
    }

    h1 {
        margin-bottom: 10px;
        font-family: Bebas Neue;
        font-size: 32px;
        text-align: center;
    }

    p.kv_text {
        color: #fff;
        font-size: 21px;
        text-align: center;
    }

    .kv_tit {
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 120px;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }

    .kv_inner {
        max-width: 1200px;
        width: 100vw;
        margin: 0 auto;
        position: relative;
        height: 100vh;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 8%;
    }

    .inner {
        width: 95%;
        margin: 0 auto;
    }

    .features_list li {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .company_wrap {
        width: 100%;
        background: url(../img/com_bk.jpg) center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
        padding: 10% 0 0 0;
        margin: 10% 0;
    }

    .company_inner {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        background: url(../img/com_inner.jpg) center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 320px;
        position: relative;
    }

    .inside {
        width: 80%;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 170px;
    }

    .over_wrap {
        background-color: #eee;
        padding: 10% 0;
    }

    .over_inner dl.cf {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid;
        padding: 10px 0;
    }

    .over_inner2 {
        width: 90%;
        margin: 0 auto;
        padding: 5% 0;
    }

    .over_inner {
        width: 95%;
        margin: 0 auto;
    }

    .over_inner dl.cf dt {
        width: 100%;
    }

    .over_inner dl.cf dd {
        text-align: center;
    }

    .form {
        width: 95%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .outline {
        width: 95%;
        float: none;
        display: block;
        margin: 10% auto;
    }

    .f_nav {
        display: none;
    }

    footer {
        background-color: #0b245c;
        padding: 0 0 5% 0;
    }

    h2 span {
        display: block;
        font-size: 14px;
        color: #999999;
    }

    .scroll {
        display: none;
    }

    .lower_kv {
        height: 300px;
    }

    p.sendarea {
        font-size: 11px;
    }

    /* ▲SP用================================================================ */
}

/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:350px) {

    /* ▲SP横用================================================================ */
}



/* スマホ時のドロワーメニュー */
.menu_sp {
    width: 50px;
    display: inline-block;
    float: right;
}

#wrapper {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#wrapper.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

.open .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#drawer {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /* 下から触る */
    background: #0b245c;

}

#drawer a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#drawer ul {
    margin: 20px 0;
}

#drawer li a {
    padding: 15px 20px 15px 35px;
}

#drawer li {
    font-size: 84%;
    font-weight: bold;
    border-bottom: dotted 1px #fff;
    width: 90%;
    margin: auto;
    background: url(../img/btn_arrow03.png) no-repeat left 10px center / 15px auto;
}

#drawer ul ul.menu_l {
    display: none;
    margin: 0;
}

#drawer ul ul.menu_l li a {
    padding: 10px 20px;
    color: #a8a9af;
}

#drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}
