@charset "UTF-8";

/**
 * PC用CSS
 */


/* -------------------------------------------------------

 * レイアウト

------------------------------------------------------- */

body {
    min-width: 980px;
    font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

header,
nav,
.cont_left,
h2.tit,
h3.tit,
h4.tit {
    font-family :"Times New Roman", "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/*==================================
 * コンテンツ
==================================*/

.contents {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    background-color: #FFFFFF;
}


/* left-main
 ======================= */
.layout_lm .cont_main {
    width: 780px;
    padding: 0 0 0 20px;
    float: left;
}

.layout_lm .cont_left {
    width: 200px;
    float: left;
}


/* main
 ======================= */
.layout_m .cont_main {
    width: 980px;
    padding: 0;
}


/* メイン
 ======================= */
div.cont_main {
    padding: 0 0 15px 0;
}


/* レフト
 ======================= */
div.cont-left {
    padding: 0 0 15px 0;
}
    


/* -------------------------------------------------------

 * Components

------------------------------------------------------- */


/*==================================
 * ボタン
==================================*/

.btn__gray,
.btn__orange,
.btn__red,
.btn__blue {
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}


/* == グレー ================ */
.btn__gray {
    background: #f5f5f5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background: -moz-linear-gradient(#ffffff, #e6e6e6);
    background: -o-linear-gradient(#ffffff, #e6e6e6);
    background: linear-gradient(#ffffff, #e6e6e6);
    border: 1px #b4b4b4 solid;
    color: #505050 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.btn__gray:hover {
    background: #efefef; 
}


/* == オレンジ ================ */
.btn__orange {
    background: #FF8800;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffaa33), color-stop(100%, #ff8800));
    background: -webkit-linear-gradient(#ffaa33, #ff8800);
    background: -moz-linear-gradient(#ffaa33, #ff8800);
    background: -o-linear-gradient(#ffaa33, #ff8800);
    background: linear-gradient(#ffaa33, #ff8800);
    border: 1px #F27300 solid;
    color: #FFF !important;
    -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
    -moz-box-shadow: 0 1px 0 #f3f3f3 inset;
    box-shadow: 0 1px 0 #f3f3f3 inset;
    text-shadow: 1px 2px 3px #C45C00;
}

.btn__orange:hover {
    background: #FF8800; 
}


/* == 赤 ================ */
.btn__red {
    background: #972024;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6452), color-stop(100%, #972024));
    background: -webkit-linear-gradient(#eb6452, #972024);
    background: -moz-linear-gradient(#eb6452, #972024);
    background: -o-linear-gradient(#eb6452, #972024);
    background: linear-gradient(#eb6452, #972024);
    border: 1px #972024 solid;
    color: #FFF !important;
    -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
    -moz-box-shadow: 0 1px 0 #f3f3f3 inset;
    box-shadow: 0 1px 0 #f3f3f3 inset;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}

.btn__red:hover {
    background: #972024;
}


/* == 青 ================ */
.btn__blue {
    background: #4190D2;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4190d2), color-stop(100%, #207cca));
    background: -webkit-linear-gradient(#4190d2, #207cca);
    background: -moz-linear-gradient(#4190d2, #207cca);
    background: -o-linear-gradient(#4190d2, #207cca);
    background: linear-gradient(#4190d2, #207cca);
    border: 1px #207CCA solid;
    color: #FFF !important;
    -webkit-box-shadow: 0 1px 0 #b9c3e4 inset;
    -moz-box-shadow: 0 1px 0 #b9c3e4 inset;
    box-shadow: 0 1px 0 #b9c3e4 inset;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}

.btn__blue:hover {
    background: #207CCA;
}


/* スモール
 ======================= */
._btn__sm {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px;
}

/* ラージ
 ======================= */
._btn__lg {
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
}

/* ページの先頭へ
 ======================= */
.btn__page_top {
    display: none;
    padding: 15px 10px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 9999;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    color: #00204E;
    border-radius: 4px 0 0 4px;
    border-top: solid 2px #00204E;
    border-left: solid 2px #00204E;
    border-bottom: solid 2px #00204E;
    cursor: pointer;
    box-sizing: border-box;
}

.btn__page_top:hover {
    opacity: 0.5;
}

.btn__page_top i {
    vertical-align: middle;
    font-size: 18px;
    opacity: 0.5;
    display: block;
    margin: 0 0 5px 0;
}

.btn__page_top span {
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    vertical-align: middle;
    font-weight: bold;
}

/* -------------------------------------------------------

 * メイン領域

------------------------------------------------------- */

/*==================================
 * タイトル
==================================*/

.cont_main h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.cont_main h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}


/*==================================
 * パーツレイアウト
==================================*/

.main__layout {
    width: 100%;
    margin: 0 0 15px 0;
}

.main__layout ._col img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.main__layout ._col a:hover img {
    opacity: 0.5;
}

.main__layout._col-2 ._col,
.main__layout._col-3 ._col {
    float: left;
    display: block;
    margin: 0 2% 0 0;
}

.main__layout._col-1 ._col { width: 100%; }
.main__layout._col-2 ._col { width: 49%; }
.main__layout._col-3 ._col { width: 31.99%; }

.main__layout._col-2 ._col._last,
.main__layout._col-3 ._col._last {
    margin: 0;
    float: right;
}

.main__layout._col-2 ._col ._title,
.main__layout._col-3 ._col ._title {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.main__layout._lt,
.main__layout._rt {
    width: 100%;
}

.main__layout._lt ._col,
.main__layout._rt ._col {
    width: 40%;
    display: block;
}

.main__layout._lt ._col {
    float: left;
    margin: 0 2% 0 0;
}

.main__layout._rt ._col {
    float: right;
    margin: 0 0 0 2%;
}


/* -------------------------------------------------------

 * メインパーツ

------------------------------------------------------- */

/*==================================
 * 箇条書き
==================================*/

.main__bullet-list {
    margin: 0 0 10px 0;
}

.main__bullet-list li {
    line-height: 25px;
}

.main__bullet-list i {
    font-size: 16px;
    color: #DC143C;
}


/*==================================
 * 新着情報
==================================*/
.main__newList {
    padding: 20px 5px 0 5px;
    border-top: 1px solid #888888;
    margin-top: -10px;
    margin-bottom: 30px;
}

.main__newList dt {
    float: left;
    margin-right: 15px;
}

.main__newList dd {
    margin-bottom: 10px;
    padding: 0 0 3px 0;
}

.main__newList ._link--newList {
    text-align: right;
    border-bottom: 1px solid #888888;
    margin: -15px 0 40px 0;
    padding-bottom: 5px;
}

.main__newList a,
.main__newList ._link--newList a {
    text-decoration: none;
    color: #000;
}

.main__newList ._link--newList {
    text-align: right;
}

.main__newList a:hover {
    text-decoration: underline;
    color: #8b0000;
}

/*==================================
 * 新着情報（トップ半分サイズ）
==================================*/
.main__newList_half {
    width: 430px;
    padding: 10px 5px 0 5px;
    margin-top: -10px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.main__newList_half h2.tit {
    width: 430px;
    margin-bottom: 5px;
}

.main__newList_half dt {
    font-weight: normal;
    margin-right: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
}

.main__newList_half dd {
    padding-bottom: 15px;
}

.main__newList_half dd:last-child {
    border-bottom: 1px solid #dedede;
}

.main__newList_half ._link--newList {
    margin-top: 7px;
    text-align: right;
}

.main__newList_half a,
.main__newList_half ._link--newList a {
    text-decoration: none;
    color: #000;
}

.main__newList_half a:hover {
    text-decoration: underline;
    color: #8b0000;
}


/* -------------------------------------------------------

 * サイドバー領域

------------------------------------------------------- */


/*==================================
 * サイドバー　バナー
==================================*/

.side__bnr {
    margin: 0 0 20px 0;
}

.side__bnr a:hover img {
    opacity: 0.5;
}

.side__bnr img {
    display: block;
}

/* -------------------------------------------------------

 * ヘッダー領域

------------------------------------------------------- */

/*==================================
* ヘッダー
==================================*/
.header {
    width: 980px;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
}

h1.header_tit {
    float: left;
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.header__info {
    margin-bottom: 5px;
    background-color: #f2f2f2;
}

.header__info_box {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0;
}

.header__info_nav {
    float: right;
}

.header__info_nav img {
    vertical-align: -7%;
}

.header__info_nav li {
    display: inline-block;
    margin-left: 15px;
}

.header__info_nav li a {
    color: #000;
    font-size: 12px;
    letter-spacing: -0.07em;
    text-decoration: none;
}

.header__info_nav li a:hover {
    opacity: 0.5;
}


/* ロゴ
======================= */
.header__logo {
    max-width: 450px;
    float: left;
    padding: 0;
}

.header__logo img {
    max-height: 100px;
}


/* ヘッダーメニュー（会員登録など）
======================= */
.header__menu {
    max-width: 600px;
    float: right;
}

.header__menu ul {
    padding-top: 10px;
}

.header__menu li {
    display: inline-block;
    margin-left: 20px;
}

.header__menu li a {
    color: #000;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}

.header__menu li p:hover {
    opacity: 0.5;
}

/*==================================
* ナビゲーション
==================================*/
.header__gNav {
    width: 100%;
    height: 52px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #131313;
    background: -moz-linear-gradient(top,  #cccccc 0%, #4c4c4c 1%, #2c2c2c 50%, #000000 51%, #131313 100%);
    background: -webkit-linear-gradient(top,  #cccccc 0%,#4c4c4c 1%,#2c2c2c 50%,#000000 51%,#131313 100%); 
    background: linear-gradient(to bottom,  #cccccc 0%,#4c4c4c 1%,#2c2c2c 50%,#000000 51%,#131313 100%); 
    box-sizing: border-box;
    margin-bottom: 20px;
}

.header__gNav._none {
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
}

.gNav {
    width: 980px;
    margin: 0 auto;
}

.gNav li {
    float: left;
    width: 16.666%;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #000;
}

.gNav li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #131313;
    background: -moz-linear-gradient(top,  #cccccc 0%, #4c4c4c 1%, #2c2c2c 50%, #000000 51%, #131313 100%);
    background: -webkit-linear-gradient(top,  #cccccc 0%,#4c4c4c 1%,#2c2c2c 50%,#000000 51%,#131313 100%); 
    background: linear-gradient(to bottom,  #cccccc 0%,#4c4c4c 1%,#2c2c2c 50%,#000000 51%,#131313 100%); 
}

.gNav li:last-child {
    border-right: 1px solid #cccccc;
}

.gNav li a:hover {
    background: #131313;
    background: -moz-linear-gradient(top,  #131313 0%, #000000 50%, #2c2c2c 51%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top,  #131313 0%,#000000 50%,#2c2c2c 51%,#4c4c4c 100%); 
    background: linear-gradient(to bottom,  #131313 0%,#000000 50%,#2c2c2c 51%,#4c4c4c 100%); 
    color: #c79810;
}


/*==================================
 * グローバルメニュー
==================================*/

.header__gMenu {
    float: right;
    position: relative;
}

.header__gMenu ._icon {
    width: 80px;
    line-height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.header__gMenu ._icon i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

.header__gMenu ._icon:hover {
    background: #ccc;
}

.header__gMenu ._icon:hover i {
    color: #000;
}

.header__gMenu-box {
    width: 300px;
    padding: 20px 30px;
    display: none;
    position: absolute;
    right: 0;
    top: 51px;
    background: #fff;
    box-shadow: 0 0 5px rgba(77,77,77,0.2);
    border-radius: 0 0 4px 4px;
}

.header__gMenu-box dd a {
    display: block;
    padding: 0 0 5px 0;
    color: #000;
    text-decoration: none;
}

.header__gMenu-box dd a:hover {
    text-decoration: underline;
    color: #8b0000;
}

/* -------------------------------------------------------

 * コンテンツトップ領域

------------------------------------------------------- */

/*==================================
 * コンテンツトップ
==================================*/

.contentsTop {
    width: 100%;
    margin: 0 auto;
}

/*==================================
* アラートメッセージ
==================================*/

.header__alert {
    width: 980px;
    margin: 0 auto;
}

/* -------------------------------------------------------

 * フッター領域

------------------------------------------------------- */

/*==================================
 * フッター
==================================*/

footer {
    width: 100%;
    background-color: #F8F8F8;
    border-top: solid 1px #CCCCCC;
}

.footer {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer_attention {
    width: 41%;
    float: left;
    padding-top: 10px;
}

.footer_inquiry {
    width: 55%;
    float: right;
}

.footer_inquiry h3.tit {
    position: relative;
    height: 19px;
    width: 100%;
    max-width: 539px;
    margin: 0 auto 23px 0;
    text-align: center;
    border-bottom: 1px solid #000;
}

.footer_inquiry h3.tit span {
    font-size: 20px;
    background: #f8f8f8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.3em 0 0 -28%;
    padding: 0 20px;
}

.footer_inquiry_box {
    height: 50px;
    margin-bottom: 3px;
}

.footer_inquiry_lt {
    width: 40%;
    float: left;
    display: block;
    font-size: 15px;
    padding-left: 20px;
}

.footer_inquiry_rt {
    width: 55%;
    float: right;
    display: block;
    font-size: 35px;
    margin-top: -5px;
    letter-spacing: 3px;
    font-family :"Times New Roman", "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

.footer_inquiry_btn a {
    width: 100%;
    display: block;
    color: #fff;
    background: #5e5e5e;
    border: 1px solid #5e5e5e;
    text-decoration: none;
    padding: 10px 0 8px 0;
    text-align: center;
    font-size: 16px;
}

.footer_inquiry_btn a:hover {
    background: #fff;
    color: #5e5e5e;
}


/* 店舗情報
======================= */
.footer_info {
    width: 100%;
    padding: 30px 0 20px 0;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

.footer_info_box {
    width: 980px;
    margin: 0 auto;
}

.footer__shopinfo {
    margin: 0;
}

.footer__shopinfo-logo {
    float: left;
    margin: 0 50px 0 0;
}

.footer__shopinfo-address {
    float: left;
    margin: 0 50px 0 0;
    font-size: 14px;
}

.footer__shopinfo-address h2 {
    font-size: 15px;
    font-weight: bold;
}

.footer__shopinfo-contact {
    float: left;
}

.footer__shopinfo-contact dl {
    float: left;
    margin: 0 20px 15px 0;
    display: table;
}

.footer__shopinfo-contact dt,
.footer__shopinfo-contact dd {
    display: table-cell;
}

.footer__shopinfo-contact dt {
    width: 60px;
    padding: 1px;
    background-color: #4d4d4d;
    color: #FFFFFF;
    text-align: center;
}

.footer__shopinfo-contact dd {
    padding: 1px 1px 1px 10px;
    min-width: 100px;
}


/* ナビゲーション
======================= */
.footer__nav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer__nav-inner {
    width: 980px;
    margin: 0 auto;
}
    
.footer__nav li, 
.footer__nav a {
    display: inline-block;
    color: #2d2d2d;
    text-decoration: none;
    padding: 7px 0 7px 0;
}

.footer__nav a:after {
    margin-left: 30px;
    margin-right: 30px;
    content: "|";
}

.footer__nav li:last-child a:after {
    margin: 0;
    content: "";
}

.footer__nav a:hover {
    opacity: 0.5;
}


/* copyright
======================= */
.copyright {
    width: 980px;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding: 8px 0 8px 0;
    color: #000000;
    text-align: left;
}

/*==================================
* 見出し（タイトル）
==================================*/

h2.tit {
    padding: 0;
    border-left: 0;
    font-size: 25px;
    margin-bottom: 15px; 
}

h3.tit {
    font-size: 20px;
    padding-bottom: .2em;
    border-bottom: 1px solid #333;
    margin-bottom: 15px; 
}

h4.tit {
    font-size: 20px;
    padding-bottom: .3em;
    color: #8b0000;
}


.tit__01 {
    padding: .5em .7em;
    border-left: 5px solid #1B70BE;
    text-shadow: 0px 1px 0px #FFF;
}

.tit__01._color1 {
    border-left: 5px solid #1B70BE;
}

.tit__01._color2 {
    border-left: 5px solid #00204E;
}

.tit__01._color3 {
    border-left: 5px solid #DC143C;
}

.tit__01._color4 {
    border-left: 5px solid #A10800;
}

.tit__01._color5 {
    border-left: 5px solid #FF7700;
}

.tit__01._color6 {
    border-left: 5px solid #FF9900;
}

.tit__01._color7 {
    border-left: 5px solid #008000;
}

.tit__01._color8 {
    border-left: 5px solid #004F3C;
}

.tit__01._color9 {
    border-left: 5px solid #040406;
}

.tit__01._color10 {
    border-left: 5px solid #4D4D4D;
}

.tit__02 {
    padding: .5em .75em;
    background-color: #f8f8f8;
    border-left: 6px solid #1B70BE;
}
.tit__02._color1 {
    border-left: 6px solid #1B70BE;
}

.tit__02._color2 {
    border-left: 6px solid #00204E;
}

.tit__02._color3 {
    border-left: 6px solid #DC143C;
}

.tit__02._color4 {
    border-left: 6px solid #A10800;
}

.tit__02._color5 {
    border-left: 6px solid #FF7700;
}

.tit__02._color6 {
    border-left: 6px solid #FF9900;
}

.tit__02._color7 {
    border-left: 6px solid #008000;
}

.tit__02._color8 {
    border-left: 6px solid #004F3C;
}

.tit__02._color9 {
    border-left: 6px solid #040406;
}

.tit__02._color10 {
    border-left: 6px solid #4D4D4D;
}

.tit__03 {
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #CCCCCC;
}

.tit__03:after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #1B70BE;
    border-radius: 4px;
}
.tit__03._color1:after {
    background-color: #1B70BE;
}

.tit__03._color2:after {
    background-color: #00204E;
}

.tit__03._color3:after {
    background-color: #DC143C;
}

.tit__03._color4:after {
    background-color: #A10800;
}

.tit__03._color5:after {
    background-color: #FF7700;
}

.tit__03._color6:after {
    background-color: #FF9900;
}

.tit__03._color7:after {
    background-color: #008000;
}

.tit__03._color8:after {
    background-color: #004F3C;
}

.tit__03._color9:after {
    background-color: #040406;
}

.tit__03._color10:after {
    background-color: #4D4D4D;
}

.tit__04 {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #1B70BE;
}

.tit__04:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.tit__04._color1 {
    border-left: 6px solid #1B70BE;
}

.tit__04._color2 {
    border-left: 6px solid #00204E;
}

.tit__04._color3 {
    border-left: 6px solid #DC143C;
}

.tit__04._color4 {
    border-left: 6px solid #A10800;
}

.tit__04._color5 {
    border-left: 6px solid #FF7700;
}

.tit__04._color6 {
    border-left: 6px solid #FF9900;
}

.tit__04._color7 {
    border-left: 6px solid #008000;
}

.tit__04._color8 {
    border-left: 6px solid #004F3C;
}

.tit__04._color9 {
    border-left: 6px solid #040406;
}

.tit__04._color10 {
    border-left: 6px solid #4D4D4D;
}

.tit__05 {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
}

.tit__05:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #1B70BE;
}
.tit__05._color1:after {
    background-color: #1B70BE;
}

.tit__05._color2:after {
    background-color: #00204E;
}

.tit__05._color3:after {
    background-color: #DC143C;
}

.tit__05._color4:after {
    background-color: #A10800;
}

.tit__05._color5:after {
    background-color: #FF7700;
}

.tit__05._color6:after {
    background-color: #FF9900;
}

.tit__05._color7:after {
    background-color: #008000;
}

.tit__05._color8:after {
    background-color: #004F3C;
}

.tit__05._color9:after {
    background-color: #040406;
}

.tit__05._color10:after {
    background-color: #4D4D4D;
}

.tit__06 {
    padding: .6em .70em;
    border-top: solid 4px #1B70BE;
    border-bottom: solid 1px #1B70BE;
}


.tit__06._color1 {
    border-top: solid 4px #1B70BE;
    border-bottom: solid 1px #1B70BE;
}

.tit__06._color2 {
    border-top: solid 4px #00204E;
    border-bottom: solid 1px #00204E;
}

.tit__06._color3 {
    border-top: solid 4px #DC143C;
    border-bottom: solid 1px #DC143C;
}

.tit__06._color4 {
    border-top: solid 4px #A10800;
    border-bottom: solid 1px #A10800;
}

.tit__06._color5 {
    border-top: solid 4px #FF7700;
    border-bottom: solid 1px #FF7700;
}

.tit__06._color6 {
    border-top: solid 4px #FF9900;
    border-bottom: solid 1px #FF9900;
}

.tit__06._color7 {
    border-top: solid 4px #008000;
    border-bottom: solid 1px #008000;
}

.tit__06._color8 {
    border-top: solid 4px #004F3C;
    border-bottom: solid 1px #004F3C;
}

.tit__06._color9 {
    border-top: solid 4px #040406;
    border-bottom: solid 1px #040406;
}

.tit__06._color10 {
    border-top: solid 4px #4D4D4D;
    border-bottom: solid 1px #4D4D4D;
}

.tit__07 {
    padding: .75em 1em;
    border: 1px solid #ccc;
    border-top: 3px solid #1B70BE;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

.tit__07._color1 {
    border-top: 3px solid #1B70BE;
}

.tit__07._color2 {
    border-top: 3px solid #00204E;
}

.tit__07._color3 {
    border-top: 3px solid #DC143C;
}

.tit__07._color4 {
    border-top: 3px solid #A10800;
}

.tit__07._color5 {
    border-top: 3px solid #FF7700;
}

.tit__07._color6 {
    border-top: 3px solid #FF9900;
}

.tit__07._color7 {
    border-top: 3px solid #008000;
}

.tit__07._color8 {
    border-top: 3px solid #004F3C;
}

.tit__07._color9 {
    border-top: 3px solid #040406;
}

.tit__07._color10 {
    border-top: 3px solid #4D4D4D;
}

.tit__08 {
    position: relative;
    padding: .70em 1em .70em 2em;
    border: 1px solid #ccc;
    border-bottom: 3px solid #1B70BE;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    font-size: 20px;
}

.tit__08:after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #1B70BE;
    border-radius: 4px;
}
.tit__08._color1 {
    border-bottom: 3px solid #1B70BE;
}

.tit__08._color1:after {
    background-color: #1B70BE;
}
.tit__08._color2 {
    border-bottom: 3px solid #00204E;
}

.tit__08._color2:after {
    background-color: #00204E;
}
.tit__08._color3 {
    border-bottom: 3px solid #DC143C;
}

.tit__08._color3:after {
    background-color: #DC143C;
}
.tit__08._color4 {
    border-bottom: 3px solid #A10800;
}

.tit__08._color4:after {
    background-color: #A10800;
}
.tit__08._color5 {
    border-bottom: 3px solid #FF7700;
}

.tit__08._color5:after {
    background-color: #FF7700;
}
.tit__08._color6 {
    border-bottom: 3px solid #FF9900;
}

.tit__08._color6:after {
    background-color: #FF9900;
}
.tit__08._color7 {
    border-bottom: 3px solid #008000;
}

.tit__08._color7:after {
    background-color: #008000;
}
.tit__08._color8 {
    border-bottom: 3px solid #004F3C;
}

.tit__08._color8:after {
    background-color: #004F3C;
}
.tit__08._color9 {
    border-bottom: 3px solid #040406;
}

.tit__08._color9:after {
    background-color: #040406;
}
.tit__08._color10 {
    border-bottom: 3px solid #4D4D4D;
}

.tit__08._color10:after {
    background-color: #4D4D4D;
}
.tit__09 {
    font-weight: bold;
    color: #1B70BE;
}

h2.tit__09 { font-size: 30px; }

h3.tit__09 { font-size: 25px; }

.tit__09._color1 {
    color: #1B70BE;
}

.tit__09._color2 {
    color: #00204E;
}

.tit__09._color3 {
    color: #DC143C;
}

.tit__09._color4 {
    color: #A10800;
}

.tit__09._color5 {
    color: #FF7700;
}

.tit__09._color6 {
    color: #FF9900;
}

.tit__09._color7 {
    color: #008000;
}

.tit__09._color8 {
    color: #004F3C;
}

.tit__09._color9 {
    color: #040406;
}

.tit__09._color10 {
    color: #4D4D4D;
}

.tit__10 {
    padding: .2em .75em .2em 1.8em;
    position: relative;
    font-weight: bold;
    border-bottom: 2px solid #1B70BE;
    box-sizing: border-box;
}
 
.tit__10:before {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #1B70BE;
    top: 0;
    left: .4em;
    height: 12px;
    width: 12px;
}
 
.tit__10:after {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #1B70BE;
    top: .4em ;
    left: 0;
    height: 12px;
    width: 12px;
}
.tit__10._color1 {
    border-bottom: 2px solid #1B70BE;
}

.tit__10._color1:before {
    color: #1B70BE;
}

.tit__10._color1:after {
    color: #1B70BE;
}

.tit__10._color2 {
    border-bottom: 2px solid #00204E;
}

.tit__10._color2:before {
    color: #00204E;
}

.tit__10._color2:after {
    color: #00204E;
}

.tit__10._color3 {
    border-bottom: 2px solid #DC143C;
}

.tit__10._color3:before {
    color: #DC143C;
}

.tit__10._color3:after {
    color: #DC143C;
}

.tit__10._color4 {
    border-bottom: 2px solid #A10800;
}

.tit__10._color4:before {
    color: #A10800;
}

.tit__10._color4:after {
    color: #A10800;
}

.tit__10._color5 {
    border-bottom: 2px solid #FF7700;
}

.tit__10._color5:before {
    color: #FF7700;
}

.tit__10._color5:after {
    color: #FF7700;
}

.tit__10._color6 {
    border-bottom: 2px solid #FF9900;
}

.tit__10._color6:before {
    color: #FF9900;
}

.tit__10._color6:after {
    color: #FF9900;
}

.tit__10._color7 {
    border-bottom: 2px solid #008000;
}

.tit__10._color7:before {
    color: #008000;
}

.tit__10._color7:after {
    color: #008000;
}

.tit__10._color8 {
    border-bottom: 2px solid #004F3C;
}

.tit__10._color8:before {
    color: #004F3C;
}

.tit__10._color8:after {
    color: #004F3C;
}

.tit__10._color9 {
    border-bottom: 2px solid #040406;
}

.tit__10._color9:before {
    color: #040406;
}

.tit__10._color9:after {
    color: #040406;
}

.tit__10._color10 {
    border-bottom: 2px solid #4D4D4D;
}

.tit__10._color10:before {
    color: #4D4D4D;
}

.tit__10._color10:after {
    color: #4D4D4D;
}