@charset "UTF-8";

/* ---------------------------------------------------
   File: sitemap.css
   Version: 1.0.0
   Update: 2017-12-05
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */


/* -------------------------
  Box Style
------------------------- */
main {
    padding-bottom: 100px;
}

/* Float */
main .float_l,
main .float_r {
    width: 240px;
}

main .float_l {
    margin-right: 46px;
}

main .float_r {}

/* Page Block */
main section {
    margin-bottom: 60px;
}


/* -------------------------
   Title
------------------------- */

main h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    border-bottom: 1px solid #b6bcc0;
    padding-bottom: 16px;
    margin-bottom: 20px;
}


/* -------------------------
  List Style
------------------------- */
main li {
    line-height: 1.2em;
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0 0 0 0 !important;
    position: relative;
    padding-left: 14px;
}

main li::before,
main li::after {
    position: absolute;
    top: 1em;
    bottom: 0;
    left: 0;
    margin: 0 0 5px 0 !important;
    content: "";
    vertical-align: middle;
}

main li::before {
    width: 4px;
    height: 4px;
    left: 0;
    transform: rotate(45deg);
    border-top: 2px solid #B5392B;
    border-right: 2px solid #B5392B;
}

main li a {
    display: block;
    padding: 10px 0;
}

main li a:hover {
    color: #b6bcc0;
    text-decoration: none;
}







/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {


    /* -------------------------
  Box Style
------------------------- */
    main {
        padding-bottom: 40px;
    }

    /* Float */
    main .float_l,
    main .float_r {
        width: 100%;
        float: none;
    }

    main .float_l {
        margin-right: 0;
    }

    main .float_r {}

    /* Page Block */
    main section {
        margin-bottom: 40px;
    }



    /* -------------------------
  Title
------------------------- */
    #tit_subPage {
        padding-bottom: 40px;
    }

    main h2 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #fff;
        background: #454445;
        font-size: 1em;
        padding: 10px 4%;
        margin-bottom: 20px;
        border: none;
    }


    /* -------------------------
  List Style
------------------------- */
    main li {
        line-height: 1.2em;
        list-style-type: none !important;
        list-style-image: none !important;
        margin: 0 0 10px 0 !important;
        position: relative;
        padding-left: 24px;
        border: 1px solid #b6bcc0;
        border-radius: 5px;
        /* CSS3 */
        -webkit-border-radius: 5px;
        /* Safari,Chrome */
        -moz-border-radius: 5px;
        /* Firefox */
    }

    main li::before,
    main li::after {
        position: absolute;
        top: 1.3em;
        bottom: 0;
        left: 0;
        margin: 0 0 5px 0 !important;
        content: "";
        vertical-align: middle;
    }

    main li::before {
        width: 4px;
        height: 4px;
        left: 10px;
        transform: rotate(45deg);
        border-top: 2px solid #B5392B;
        border-right: 2px solid #B5392B;
    }

    main li a {
        display: block;
        padding: 14px 0;

    }

    main li a:hover {
        color: #b6bcc0;
        text-decoration: none;
    }


}