/**
 * PC用CSS
 */

@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* -------------------------------------------------------

 * レイアウト

------------------------------------------------------- */

body {
    min-width: 1080px;
}


/*==================================
 * コンテンツ
==================================*/

.contents {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    background-color: #FFFFFF;
}

/* left-main
 ======================= */
.layout_lm .cont_main {
    width: 810px;
    padding: 0 0 0 50px;
    float: left;
}

.layout_lm .cont_left {
    width: 270px;
    float: left;
}


/* main
 ======================= */
.layout_m .cont_main {
    width: 1080px;
    padding: 0;
}

/* main-right
 ======================= */
.layout_mr .cont_main {
    width: 810px;
    padding: 0 50px 0 0;
    float: left;
}

.layout_mr .cont_right {
    width: 270px;
    float: left;
}

/* メイン
 ======================= */
div.cont_main {
    padding: 0 0 15px 0;
}

/* レフト
 ======================= */
div.cont_left {
    padding: 0 0 15px 0;
}

/* ライト
 ======================= */
div.cont_right {
    padding: 0 0 15px 0;
}
    


/* -------------------------------------------------------

 * Components

------------------------------------------------------- */


/*==================================
 * 問合せボタン
==================================*/

.btn__inquiry-mail {
    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;
  
    background-color: #4D4D4D;
    color: #FFF;
}

.btn__inquiry-mail:link, 
.btn__inquiry-mail:visited {
    color: #FFFFFF;
}

.btn__inquiry-mail:hover {
    opacity: 0.5;
}


/* ページの先頭へ
 ======================= */
.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: #9b3f3f;
    border-radius: 4px 0 0 4px;
    border-top: solid 2px #9b3f3f;
    border-left: solid 2px #9b3f3f;
    border-bottom: solid 2px #9b3f3f;
    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;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.cont_main h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}



/* -------------------------------------------------------

 * サイドパーツ

------------------------------------------------------- */

/*==================================
 * サイドバー　カテゴリー
==================================*/

.side__list {
    margin: 0 0 30px 0;
}

.side__list h2 {
    margin: 0;
    padding: 15px 15px 15px 15px;
    font-size: 17px;
    color: #fff;
    background: #4D4D4D;
    font-weight: bold;
    text-align: left;
}

/* 標準
======================= */
.side__list li {
    height: 40px;
    line-height: 40px;
    border: 1px solid #E9EAE0;
    border-top: none;
    padding-left: 10px;
    font-size: 13px;
}

.side__list li:first-child {
    border-top: 1px solid #E9EAE0;
}

.side__list li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.side__list li a:hover {
    text-decoration: underline;
}

/* 矢印
======================= */
.side__list._arrow li {
    width: 100%;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #E9EAE0;
    border-top: none;
    padding-left: 5px;
    font-size: 13px;
}

.side__list._arrow li:first-child {
    border-top: 1px solid #E9EAE0;
}

.side__list._arrow li a {
    width: 100%;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.side__list._arrow li a:hover {
    color: #DC143C;
}

.side__list._arrow li a:before {
    display: inline-block; 
    content: ""; 
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 3px solid #DC143C;
    border-right: 3px solid #DC143C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ボックス
======================= */
.side__list._box {
    margin: 0 0 30px 0;
    padding: 5px;
    border: solid 1px #CCCCCC;
    background-color: #F8F8F8;
}

.side__list._box h2 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.side__list._box li {
    width: 100%;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #E9EAE0;
    border-top: none;
    padding-left: 5px;
    font-size: 13px;
    background-color: #FFFFFF;
}

.side__list._box li:first-child {
    border-top: 1px solid #E9EAE0;
}

.side__list._box li a {
    width: 100%;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.side__list._box li a:hover {
    color: #DC143C;
}

.side__list._box li a:before {
    display: inline-block; 
    content: ""; 
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 3px solid #DC143C;
    border-right: 3px solid #DC143C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==================================
 * サイドバー　ボックス
==================================*/

.side__box {
    margin: 0 0 30px 0;
}

.side__box h2 {
    margin: 0;
    padding: 15px 15px 15px 15px;
    font-size: 17px;
    color: #fff;
    background: #4D4D4D;
    font-weight: bold;
    text-align: left;
}

.side__box ._box {
    border: 1px solid #E9EAE0;
    padding: 10px;
    font-size: 13px;
}

.side__box .fa-chevron-right {
    color: #DC143C;
}


/*==================================
 * サイドバー　バナー
==================================*/

.side__bnr {
    margin: 0 0 20px 0;
}

.side__bnr a:hover img {
    opacity: 0.5;
}

.side__bnr img {
    display: block;
}

/* -------------------------------------------------------

 * ヘッダー領域

------------------------------------------------------- */

/* ==================================
* ヘッダー
==================================*/
.header {
    width: 1080px;
    margin: 0 auto 15px auto;
}

/* ヘッダータイトル
======================= */
.header__tit {
    width: 1080px;
    margin: 0 auto 5px auto;
    padding: 3px 0 3px 0;
}

.header__tit h1 {
    float: left;
    display: block;
    font-size: 14px;
    font-weight: normal;
}


/* ロゴ
======================= */
.header__logo {
    max-width: 360px;
    float: left;
    padding: 0;
}

.header__logo a {
    display: block;
}

.header__logo img {
    max-height: 100px;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

.header__logo .header__logo-txt {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-decoration: none;
    color: #9b3f3f;
}

.header__logo .header__logo-txt._line2 {
    line-height: 45px;
    margin-top: 0;
}

/* 問合せ
======================= */
.header__inquiry {
    max-width: 600px;
    float: right;
}

.header__inquiry-mail {
    float: right;
    padding: 0;
    margin: 0 0 0 30px;
}

.header__inquiry-tel {
    float: right;
}

.header__inquiry-tel h2 {
    color: #333;
    font-size: 12px;
}

.header__inquiry-tel h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    color: #DC143C;
}


/*==================================
* ナビゲーション
==================================*/
.header__gNav {
    width: 100%;
    margin: 0 0 10px 0;
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.gNav {
    width: 1080px;
    margin: 0 auto;
}

.gNav li {
    float: left;
    width: 16.666%;
    box-sizing: border-box;
    border-left: 1px solid #CCCCCC;
}

.gNav li a {
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.gNav li a.gNav--current {
    border-bottom: solid 5px #9b3f3f;
    line-height: 45px;
}

.gNav li:last-child {
    border-right: 1px solid #CCCCCC;
}

.gNav li a:hover {
    background-color: #9b3f3f;
    color: #FFFFFF;
}


/*==================================
* サブナビゲーション
==================================*/

.header__subNav {
    float: right;
}

.header__subNav ul {
    float: right;
}

.header__subNav li {
    float: left;
    margin-right: 20px;
}

.header__subNav li:last-child {
    margin-right: 0;
}
.header__subNav li a {
    text-decoration: none;
    color: #000000;
}

.header__subNav li a:hover {
    text-decoration: underline;
    color: #000000;
}

/* -------------------------------------------------------

 * コンテンツトップ領域

------------------------------------------------------- */

/*==================================
 * コンテンツトップ
==================================*/

.contentsTop {
    width: 100%;
    margin: 0 auto 30px auto;
}

/*==================================
 * メイン画像
==================================*/

.contentsTop__main-img {
    width: 1080px;
    margin: 0 auto;
}

.contentsTop__main-img img {
    width: 100%;
}

.contentsTop__main-img-text-box {
    position: absolute;
    display: table;
    width: 1080px;
    height: 0;
    padding: 30px;
    box-sizing: border-box;
}

.contentsTop__main-img-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 6px #333;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}

.contentsTop__main-img-text._ta-lt {
    text-align: left;
}

.contentsTop__main-img-text._ta-rt {
    text-align: right;
}

.contentsTop__main-img-text._va-top {
    vertical-align: top;
}

.contentsTop__main-img-text._va-bottom {
    vertical-align: bottom;
}


/*==================================
 * タイプ１（シンプルタイトル）
==================================*/

.ctop__type-1 {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.ctop__type-1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    padding: 20px 0;
}


/*==================================
 * タイプ２（画像・概要付き）
==================================*/

.ctop__type-2 {
    padding: 30px 0;
    margin: 10px 0 20px 0;
    border-top: solid 1px #E9EAE0;
    border-bottom: solid 1px #E9EAE0;
}

.ctop__type-2-inner {
    width: 1080px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
}

.ctop__type-2-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 140px;
    height: 140px;
    padding: 10px;
    border: 1px solid #eee;
}

.ctop__type-2-title {
    padding: 5px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
}
    
.ctop__type-2-title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #555;
}

.ctop__type-2-description {
    padding: 5px;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
}


.contentsTop__main-img-text._color1 {
    color: #1B70BE;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color2 {
    color: #00204E;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color3 {
    color: #DC143C;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color4 {
    color: #A10800;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color5 {
    color: #FF7700;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color6 {
    color: #FF9900;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color7 {
    color: #008000;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color8 {
    color: #004F3C;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color9 {
    color: #040406;
    text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color10 {
    color: #4D4D4D;
    text-shadow: 1px 1px 6px #fff;
}

/* -------------------------------------------------------

 * フッター領域

------------------------------------------------------- */

/*==================================
* フッター
==================================*/

footer {
    width: 100%;
    background-color: #F8F8F8;
    border-top: solid 1px #CCCCCC;
}

.footer {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}


/* 問合せ
======================= */
.footer__inquiry {
    margin: 0 0 50px 0;
}



/* 店舗情報
======================= */
.footer__shopinfo {
    margin: 0 0 10px 0;
}

.footer__shopinfo-logo {
    float: left;
    width: 100px;
    margin: 0 50px 0 0;
}

.footer__shopinfo-logo img {
    max-width: 100%;
}

.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-inquiry {
    float: right;
}


/* コンタクト
======================= */
.footer__shopinfo-contact {
    margin: 0 0 20px 0;
}

.footer__shopinfo-contact dl {
    float: left;
    margin: 0 20px 15px 0;
    display: table;
}

.footer__shopinfo-contact dt,
.ffooter__shopinfo-contact dd {
    display: table-cell;
}

.footer__shopinfo-contact dt {
    width: 30px;
    padding: 1px;
}

.footer__shopinfo-contact dd {
    padding: 1px 1px 1px 10px;
    min-width: 100px;
}


/* ナビゲーション
======================= */
.footer__nav {
    margin: 0;
    padding: 0;
    background-color: #9b3f3f;
}

.footer__nav-inner {
    width: 1080px;
    margin: 0 auto;
}
    
.footer__nav li, 
.footer__nav a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 5px 0 5px 0;
}

.footer__nav a:after {
    margin-left: 20px;
    margin-right: 20px;
    content: "|";
}

.footer__nav li:last-child a:after {
    margin: 0;
    content: "";
}


/* copyright
======================= */
.copyright {
    background-color: #9b3f3f;
    padding: 8px 0 8px 0;
    color: #FFFFFF;
    text-align: center;
}

/*==================================
* 見出し（タイトル）
==================================*/

h2.tit {
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #CCCCCC;
}

h2.tit:after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #9b3f3f;
    border-radius: 4px;
}
h3.tit {
    padding: .2em .75em .2em 1.8em;
    position: relative;
    font-weight: bold;
    border-bottom: 2px solid #9b3f3f;
    box-sizing: border-box;
}
 
h3.tit:before {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #9b3f3f;
    top: 0;
    left: .4em;
    height: 12px;
    width: 12px;
}
 
h3.tit:after {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #9b3f3f;
    top: .4em ;
    left: 0;
    height: 12px;
    width: 12px;
}
h2.tit._color1:after {
    background-color: #1B70BE;
}

h3.tit._color1 {
    border-bottom: 2px solid #1B70BE;
}

h3.tit._color1:before {
    color: #1B70BE;
}

h3.tit._color1:after {
    color: #1B70BE;
}

h2.tit._color2:after {
    background-color: #00204E;
}

h3.tit._color2 {
    border-bottom: 2px solid #00204E;
}

h3.tit._color2:before {
    color: #00204E;
}

h3.tit._color2:after {
    color: #00204E;
}

h2.tit._color3:after {
    background-color: #DC143C;
}

h3.tit._color3 {
    border-bottom: 2px solid #DC143C;
}

h3.tit._color3:before {
    color: #DC143C;
}

h3.tit._color3:after {
    color: #DC143C;
}

h2.tit._color4:after {
    background-color: #A10800;
}

h3.tit._color4 {
    border-bottom: 2px solid #A10800;
}

h3.tit._color4:before {
    color: #A10800;
}

h3.tit._color4:after {
    color: #A10800;
}

h2.tit._color5:after {
    background-color: #FF7700;
}

h3.tit._color5 {
    border-bottom: 2px solid #FF7700;
}

h3.tit._color5:before {
    color: #FF7700;
}

h3.tit._color5:after {
    color: #FF7700;
}

h2.tit._color6:after {
    background-color: #FF9900;
}

h3.tit._color6 {
    border-bottom: 2px solid #FF9900;
}

h3.tit._color6:before {
    color: #FF9900;
}

h3.tit._color6:after {
    color: #FF9900;
}

h2.tit._color7:after {
    background-color: #008000;
}

h3.tit._color7 {
    border-bottom: 2px solid #008000;
}

h3.tit._color7:before {
    color: #008000;
}

h3.tit._color7:after {
    color: #008000;
}

h2.tit._color8:after {
    background-color: #004F3C;
}

h3.tit._color8 {
    border-bottom: 2px solid #004F3C;
}

h3.tit._color8:before {
    color: #004F3C;
}

h3.tit._color8:after {
    color: #004F3C;
}

h2.tit._color9:after {
    background-color: #040406;
}

h3.tit._color9 {
    border-bottom: 2px solid #040406;
}

h3.tit._color9:before {
    color: #040406;
}

h3.tit._color9:after {
    color: #040406;
}

h2.tit._color10:after {
    background-color: #4D4D4D;
}

h3.tit._color10 {
    border-bottom: 2px solid #4D4D4D;
}

h3.tit._color10:before {
    color: #4D4D4D;
}

h3.tit._color10:after {
    color: #4D4D4D;
}

.tit__01 {
    padding: .5em .7em;
    border-left: 5px solid #9b3f3f;
    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 #9b3f3f;
}
.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: #9b3f3f;
    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 #9b3f3f;
}

.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: #9b3f3f;
}
.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 #9b3f3f;
    border-bottom: solid 1px #9b3f3f;
}


.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 #9b3f3f;
    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 #9b3f3f;
    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: #9b3f3f;
    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: #9b3f3f;
}

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 #9b3f3f;
    box-sizing: border-box;
}
 
.tit__10:before {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #9b3f3f;
    top: 0;
    left: .4em;
    height: 12px;
    width: 12px;
}
 
.tit__10:after {
    content: "□";
    font-size: 16px;
    position: absolute;
    color: #9b3f3f;
    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;
}