@charset "utf-8";

/*-------------------------------------------------------------------------
reset
-------------------------------------------------------------------------*/

html {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-size: 62.5%;
    width: 100%;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    color: #363636;
    box-sizing: border-box;
}
body {
    line-height: 1;
    width: 100%;
    -webkit-text-size-adjust: none;
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none outside none;
}
li {
    list-style-type: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
strong {
    font-weight: normal;
}
a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #1f5eb3;
    text-decoration: underline;
}
br {
  display: none;
}
/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*-------------------------------------------------------------------------
レイアウト
-------------------------------------------------------------------------*/

.l_contents {
    background-color: #f4f9ff;
    border-bottom: 3px solid #fff;
    padding: 15px;
}
.l_contents._blog_top    { padding-bottom: 40px;}/* ブログトップ */
.l_contents._blog_detail { padding-bottom: 54px;}/* ブログ詳細 */

/*    .l_main {
        width: 696px;
        float: right;
    }
    .l_side {
        width: 280px;
        float: left;
    }
*/
/*-------------------------------------------------------------------------
UI
-------------------------------------------------------------------------*/

.ui-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------------------------------------------------------
コンテンツ：共通
-------------------------------------------------------------------------*/

/* 見出しボーダー・影あり */
.section_headline._border {
    height: 40px;
    line-height: 40px;
    border       : 1px solid #b2bbcc;
    border-radius: 4px;
    box-shadow: 0 3px 3px #eef0f2;
    padding: 0 0 0 10px;
    text-align: left;
    background: #fff;
}
/* 見出しボーダー・影なし */
.section_headline {
    font-size  : 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.section_headline:before {
    content: "";
    width: 6px;
    height: 20px;
    background-color: #1f5eb3;
    border-radius: 6px;
    display: inline-block;
    vertical-align: -3px;
    margin: 0 14px 0 0;
}

/*-------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------*/

.l_header {
    width: 100%;
    margin-left : auto;
    margin-right: auto;
    padding: 0 15px 8px;
    overflow: hidden;
    box-shadow: 0 2px 2px #f3f4f5;
}
    /* 見出し */
    .header_headline {
        float: right;
        margin: 12px 0 0;
    }
        .header_headline span {
            font-size: 1rem;
            font-weight: bold;
            display: block;
            line-height: 1.3;
            text-align: center;
        }
        .header_headline--upper { color: #1f5eb3;}
        .header_headline--lower { color: #ff7a5b;}

    /* ロゴ */
    .header_logo {
        float: left;
        margin: 9px 0 0;
    }
    .header_logo img {
        width: 120px;
    }

/*-------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------*/

.md_breadcrumb {
    height: 34px;
    line-height: 34px;
}
.md_breadcrumb._upper {/* 上部 */
    border-width: 1px 0;
    border-style: solid;
    border-color: #eef0f2 transparent #eef0f2;
    box-shadow: 0 2px 2px #f3f4f5 inset;
}
.md_breadcrumb._lower {/* 下部 */
    border-top: 1px solid #dbe8f8;
    background-color: #f4f9ff;
}
    .md_breadcrumb ol {
        overflow: hidden;
    }
        .md_breadcrumb li {
            float: left;
            font-size: 12px;
            height: 34px;
            line-height: 34px;
        }
        .md_breadcrumb li:before {
            content: ">";
            margin: 0 3px;
        }
        .md_breadcrumb li:first-child:before {
            content: "";
            margin: 0;
        }
            .md_breadcrumb a {
                font-size: inherit;
            }

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

.menu_headline {
    height: 38px;
    background-color: #1956a9;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 12px 0 0 15px;
}
.side_contents {
    border       : 1px solid #b2bbcc;
    border-top   : none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px #e4eaf2;
    background-color: #fff;
}
    /* 見出し */
    .menu_head {
        padding: 0 11px 0 16px;
        border-bottom: 1px solid #e0e3ea;
        border-top   : 1px solid #b2bbcc;
    }
    .menu_head:first-of-type {
        border-top: none;
    }
        /* カテゴリ */
        .menu_head_headline {
            display: table-cell;
            width: 218px;
            padding: 14px 0 9px;
            font-size  : 16px;
            font-weight: bold;
            line-height: 1.2;
        }
            .menu_head_headline span {
                font-size  : 12px;
                font-weight: inherit;
            }
        /* リンク */
        .menu_head_link {
            display: table-cell;
            width: 34px;
            padding: 14px 0;
            vertical-align: bottom;
        }
            .menu_head_link a {
                font-size: 11px;
                padding: 0 11px 0 0;
            }
    /* 一覧 */
    .menu_list li {
        border-bottom: 1px solid #e0e3ea;
    }
    .menu_list li:last-child {
        border: none;
    }
        .menu_list a {
            font-size: 13px;
            line-height: 1.3;
            display: block;
            padding: 15px 25px 13px 16px;
            position: relative;
        }
            .menu_list a:after {
                content:"";
                background: url("/images/smp/index/icn_arw.png") no-repeat;
                position: absolute;
                width: 8px;
                height: 14px;
                right: 10px;
                top: 50%;
                display: block;
                margin: -4px 0 0 0;
                background-size: 8px auto;
            }

#path {
    width: 1000px;
    margin: 0 auto;
}

/*-------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------*/

.footer_upper {
    padding: 27px 0 31px;
    background-color: #11325a;
}
    .footer_logo {
        text-align: center;
        margin: 0 0 15px;
    }
    .footer_logo img {
        width: 200px;
    }
    .footer_list {
        text-align: center;
    }
        .footer_list li {
            display: inline-block;
            line-height: 2;
        }
        .footer_list li:after {
            content: "/";
            color: #c6d2e2;
            margin: 0 15px;
        }
        .footer_list li:first-child:before {
            content: "";
        }
            .footer_list a {
                color: #c6d2e2;
                text-decoration: none;
            }
    .footer_copy {
        font-size: 12px;
        color    : #11325a;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

/*-------------------------------------------------------------------------
error
-------------------------------------------------------------------------*/
#error {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
    #error dt {
      font-size: 3rem;
      color: #1f5eb3;
      padding: 0 25px;
      line-height: 1.3;
    }
        #error dd {
          font-size: 16px;
          line-height: 1.5;
          font-weight: bold;
          margin: 25px 0;
        }
            #error dd img {
              display: block;
              margin: 0 auto 20px;
              width: 250px;
            }
    #error p a {
      font-weight: bold;
      font-size: 1.5rem;
    }


.list_btn {
  display: none;
}



    /* 個別 */
.blog_pager a {
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    word-wrap: break-word;
}
    .blog_pager--prev a {
        padding-left: 30px;
        padding-right: 15px;
    }
    .blog_pager--prev a:before {
        content:"";
        background: url("/images/smp/index/icn_arw_turn.png") no-repeat;
        position: absolute;
        width: 7px;
        height: 11px;
        left: 10px;
        top: 50%;
        display: block;
        margin: -4px 0 0 0;
    }
    .blog_pager--next a {
        padding-right: 30px;
        padding-left: 15px;
    }
    .blog_pager--next a:after {
        content:"";
        background: url("/images/smp/index/icn_arw.png") no-repeat;
        position: absolute;
        width: 8px;
        height: 14px;
        right: 10px;
        top: 50%;
        display: block;
        margin: -4px 0 0 0;
        background-size: 8px auto;
    }
    .blog_pager--list {
        width: 100%;
        border-top : 1px solid #dae6f4;
        border-bottom: 1px solid #dae6f4;
        /*background-image   : url("/images/smp/useful/icn_page.png");*/
        background-position: 24px center;
    }
        .blog_pager--list a {
            display: block;
            height: 25px;
            line-height: 27px;
            text-align: center;
            width: 100%;
            word-wrap: break-word;
        }


/*-------------------------------------------------------------------------
pbn
-------------------------------------------------------------------------*/
.md_breadcrumb {
  display: none;
}
.md_pbn {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.md_pbn .section_headline {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 0 0 10px;
}
    .md_pbn_inner {
      overflow: hidden;
    }
    /*  会社概要用定義リスト  */
    .op_company li {
          width: 100%;
          overflow: hidden;
          display: table;
          height: 70px;
          border-bottom: 1px solid #e6eaf1;
    }
        .op_company dl {
            display: table-cell;
            vertical-align: middle;
        }
            .op_company dt {
              float: left;
              width: 200px;
              line-height: 1.2;
              font-weight: bold;
              color: #1f5eb3;
              font-size: 15px;
            }
                .op_company dd {
                  float: left;
                  font-size: 15px;
                  line-height: 1.5;
                }
.text_wrap li {
  margin: 0 0 10px 0;
  text-indent: -11px;
  padding: 0 0 0 11px;
}
    .text_wrap dt:first-child {
      border: none;
      padding: 0;
    }
    .text_wrap dt,
    .md_pbn_inner .ttl {
        line-height: 1.2;
        font-weight: bold;
        color: #1f5eb3;
        font-size: 15px;
        margin: 15px 0 10px 0;
        border-top: 1px solid #e6eaf1;
        padding: 25px 0 0 0;
    }
        .text_wrap dd {
          line-height: 1.5;
        }
        .text_wrap .inner_dl dt {
          font-weight: normal;
          color: #101010;
          font-size: 14px;
          margin: 0;
          border: none;
          padding: 0;
        }
        .md_pbn .date {
          margin: 40px 0 0 0;
          line-height: 1.5;
        }
        .info_box {
            background: #eef3f9;
            padding: 20px;
            border-radius: 3px;
            margin: 10px 0 0 0;
        }
        .info_box dt {
            margin: 0 0 10px 0;
        }