@charset "utf-8";

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

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%;
    min-height: 100%;
    position: relative;
}
body, div, 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, 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, textarea, input, button,select {
    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: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #101010;
    box-sizing: border-box;
}
/* spanも上記まとめてのCSSに入れていた結果、コラムで反映不備が発生。文字が黒に固定、太字にならないなど。 */
b, span {
    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: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
body {
    line-height: 1;
    width: 100%;
    -webkit-text-size-adjust: none;
    background: #fff;
    word-break: break-all;
}
header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
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;
}
button {
    cursor: pointer;
}
/* clearfix */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/* a */
a {
    color: #1f5eb3;
}
a:hover {
    color: #ff7a5b;
}

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

.l_contents {
    background-color: #f4f9ff;
    border-bottom: 3px solid #fff;
    padding-top: 30px;
}
.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: 1000px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.l_header {
    width: 1000px;
    margin-left : auto;
    margin-right: auto;
    padding: 0 0 16px;
    overflow: hidden;
}
    /* 見出し */
    .header_headline {
        float: right;
        margin: 28px 0 0;
        text-align: center;
    }
        .header_headline span {
            font-size: 12px;
            font-weight: bold;
            display: block;
            line-height: 1.3;
        }
        .header_headline--upper { color: #1f5eb3;}
        .header_headline .header_headline--lower { color: #ff7a5b; font-size: 13px;}

    /* ロゴ */
    .header_logo {
        float: left;
        margin: 16px 0 0;
    }

    /* お詫びとお知らせ */
    .l_header .ntc_text {
        float: right;
        width: 520px;
        margin: 24px 18px 0 0;
        font-size: 1.2rem;
        line-height: 1.4;
    }
        .l_header .ntc_text .red {
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1.4;
            color: red;
        }

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

.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;
                background: url("../images/icn_arw.png") no-repeat right center;
            }
    /* 一覧 */
    .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;
            background: url("../images/icn_arw.png") no-repeat 261px center;
            padding: 9px 20px 10px 16px;
        }

#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_list {
        text-align: center;
    }
        .footer_list li {
            display: inline-block;
            line-height: 1;
        }
        .footer_list li:before {
            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: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
    #error dt {
      font-size: 36px;
      color: #1f5eb3;
    }
        #error dd {
          font-size: 16px;
          line-height: 1.5;
          font-weight: bold;
          margin: 25px 0;
        }
            #error dd img {
              display: block;
              margin: 0 auto 20px;
            }
    #error p a {
      font-weight: bold;
      font-size: 22px;
    }

/*-------------------------------------------------------------------------
sitemap
-------------------------------------------------------------------------*/


.md_sitemap {
  background: #f4f9ff;
  padding: 30px 0;
}
.md_sitemap h2 {
   background-color: #fff;
   margin: 0 0 20px 0;
}
.md_sitemap dl {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin: 0 0 15px 0;
}
.md_sitemap li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  line-height: 2;
}
.md_sitemap li:last-child {
  margin-right: 0;
}
.md_sitemap li:after {
  content: "｜";
  position: absolute;
  right: -18px;
}


/*-------------------------------------------------------------------------
pbn
-------------------------------------------------------------------------*/
.md_pbn {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
    .md_pbn_inner {
      padding: 20px 35px 35px;
      overflow: hidden;
    }
    .md_pbn_inner p {
        line-height: 1.5;
    }
    /*  会社概要用定義リスト  */
    .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.5;
              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: -15px;
  padding: 0 0 0 15px;
}
    .text_wrap dt:first-child {
      border: none;
      padding: 0;
    }
    .text_wrap dt,
    .md_pbn_inner .ttl {
        line-height: 1.5;
        font-weight: bold;
        color: #1f5eb3;
        font-size: 15px;
        margin: 20px 0 0 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;
        }

