@charset "UTF-8";
body {
    padding-top: 20px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}
.shingo {
    font-family: "a-otf-ud-shin-go-pr6n";
    font-weight: 700;
}
.seurat {
    font-family: "fot-seurat-pron";
    font-weight: 700;
}
.kan415 {
    font-family: "tbudrgothic-std";
    font-weight: 900;
}
.stroked {
    -webkit-text-stroke: 1.5rem #fff;
    position: relative;
}
.stroked::after {
    content:attr(title);
    display: block;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
}
.text-narrow {
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
    display: inline-block;
}
.cho-tai {
    transform: scale(1, 1.25);
    transform-origin: top left;
    display: inline-block;
}
.body-content {
    background: url(../img/top/top-body-bg.png) no-repeat center bottom;
}
#site-index .body-content {
    padding: 4rem 0 8rem;
}
#site-index .body-content .row:nth-child(1) div:nth-child(1) .content-box {
    background: url(../img/top/image-01.png) no-repeat center top;
}
#site-index .body-content .row:nth-child(1) div:nth-child(2) .content-box {
    background: url(../img/top/image-02.png) no-repeat center top;
}
#site-index .body-content .row:nth-child(2) div:nth-child(1) .content-box {
    background: url(../img/top/image-03.png) no-repeat center top;
}
#site-index .body-content .row:nth-child(2) div:nth-child(2) .content-box {
    background: url(../img/top/image-04.png) no-repeat center top;
}
#site-index .content-box {
    margin: 1rem 12px;
    padding-top: 12px;
    position: relative;
    min-height: 35rem;
}
#site-index .content-box h3 {
    position: relative;
    margin: 0 -12px;
    padding: 1rem 0;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    background-color: #81511c;
    text-shadow: 0px 2px 2.97px rgba(30, 19, 15, 0.65);
}
#site-index .body-content .row:nth-child(1) div:nth-child(2) .content-box h3,
#site-index .body-content .row:nth-child(2) div:nth-child(1) .content-box h3 {
    background-color: red;
}
#site-index .content-box h3 strong {
    font-weight: normal;
    color: yellow;
}
#site-index .content-box h3:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid #fff;
    border-color: #919300 #919300 transparent transparent;
    bottom: -12px;
}
#site-index .content-box h3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid #fff;
    border-color: #919300 transparent transparent #919300;
    right: 0;
    bottom: -12px;
}
#site-index .content-box p {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 2px #fff,1px 0 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff, 0 1px 2px #fff, -1px -1px 2px #fff,1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
    margin: 0 1.5rem;
    position: absolute;
    bottom: 2rem;
}
#site-index .link-target {
    cursor: pointer;
}
#site-index #banners a {
    display: inline-block;
    margin-bottom: 1.5rem;
}
#site-index #banners a img {
    width: 100%;
}
#site-index .informations {
    background: #fff;
    border: 2px solid #81511c;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    min-height: 35rem;
}
#site-index .informations h3 {
    margin: 0;
    padding: 0 0 1rem 1em;
    font-size: 2rem;
    letter-spacing: .3rem;
    position: relative;
    border-bottom: 1px dashed #ddd;
}
#site-index .informations h3:before {
    content: ' ';
    display: inline-block;
    height: 1em;
    width: 0.4em;
    background-color: #00f;
    position: absolute;
    left: 0;
    top: .1em;
    border-radius: .2em;
}
#site-index .informations ul {
    padding: 0;
    list-style: none;
}
#site-index .informations ul li {
    padding: 1rem 0;
}
#site-index .informations ul li .post-date {
    display: iniline-block;
    margin-right: 1rem;
}

@media (max-width: 991px) {
    body {
        font-size: 12px;
    }
    #site-index .upper {
        height: 3rem;
        border-bottom: 2px solid red;
        overflow: visible;
    }
    #site-index .header .lower h2 {
        margin: 0;
        padding: 3rem 0;
        background: url(../img/top/top-header-bg.png) no-repeat center bottom;
        background-size: cover;
        margin-top: -9.5rem;
        padding: 12rem 0 5rem;
    }
    #site-index .header .lower h2:after {
        display: none;
    }
    #site-index .header .container img {
        width: 7.5rem;
    }
    #site-index .header .container h1 {
        font-size: 3.2rem;
        font-weight: 900;
        margin: 0;
    }
    #site-index .header .container h1 span {
        font-size: 2.2rem;
        padding: 0 0 0 .5rem;
    }
    #site-index .header .upper p {
        padding: 0 0 0 8.5rem;
        margin: 0;
    }
    #site-index .header .upper strong {
        font-size: 1rem;
        padding: .3rem 1rem;
        margin: 0 auto;
        color: #fff;
        background-color:#81511c;
        display: inline-block;
        border-radius: 1rem;
    }
    #site-index .header .lower {
        clear: both;
        background-color: #e5e5e5;
        box-shadow: inset 0 0 2px 2px rgba(0,0,0,.4);
        text-align: center;
        margin-top: 5rem;
        /* margin-bottom: 16rem; */
        padding: 0;
        /* max-height: 6rem; */
        overflow: visible;
    }
    #site-index .header .lower p {
        display: none;
    }
    #site-index .header .lower img {
        width: 4rem;
        margin-top: -3rem;
        position: relative;
        z-index: 9999;
    }
    #site-index .header .lower a {
        display: inline-block;
        font-size: 3.5rem;
        color: red;
        -webkit-text-stroke: 2px;
        margin: -1.5rem 0 1rem;
        padding: 0;
    }
    #site-index .header .lower .container img:nth-child(6) {
        margin-top: -1rem;
        width: 3rem;
        height: 3rem;
    }
    #site-index .header .lower .container a:nth-child(7) {
        font-size:3rem;
    }
    #site-index .header .lower h2 {
        -webkit-text-stroke: 0;
        color: #162189;
        font-size: 2.6rem;
    }
    #site-index .upper {
        height: 3.5rem;
        border-bottom: 2px solid red;
        overflow: visible;
    }
    #header .upper {
        height: 4.4rem;
        border-bottom: 2px solid red;
        overflow: visible;
    }
    #header .container > .pull-left,
    #header .container > .pull-right {
        float: none !important;
    }
    #header .container .pull-left a img {
        width: 7rem;
        margin-top: 1rem;
    }
    #header .container h1 {
        display: inline-block;
        font-size: 3rem;
        font-weight: 900;
        margin: 0;
    }
    #header .container h1 span {
        font-size: 2.2rem;
        padding: 0 1rem;
    }
    #header .upper .pull-right {
        margin-top: -3rem;
        padding-left: 7rem;
        text-align: center;
    }
    #header .upper .pull-right a {
        font-size: 1.5rem;
        color: red;
        -webkit-text-stroke: .1rem;
    }
    #header .upper .pull-right br:nth-child(2) {
        display: none;
    }
    #header .upper .pull-right a img {
        width: 2rem;
    }
    #header .lower strong {
        font-size: 1.2rem;
        padding: .3rem 1rem;
        margin: 0 0 1rem;
        color: #fff;
        background-color:#81511c;
        display: inline-block;
        margin-left: 1rem;
        border-radius: 1rem;
    }
    #header .lower {
        clear: both;
        text-align: center;
        margin-top: 4.5rem;
        margin-bottom: 3rem;
        padding: 0;
        max-height: 6rem;
        overflow: visible;
    }
    .nav-wrapper {
        background-color: #b0e1f8;
    }
    .nav-wrapper button {
        border: 1px solid #888;
    }
    .nav-wrapper button span {
        background-color: #fff;
        box-shadow: 0 0 2px rgba(0,0,0,.4);
    }
    .nav-wrapper li {
        font-size: 2rem;
    }
    .nav-wrapper .active {
        background-color: #162189;
    }
    .nav-wrapper .active a {
        color: #fff;
    }
    #footer .upper .pull-left,
    #footer .upper .pull-right {
        float: none !important;
    }
    #footer .upper {
        padding-top: 0;
        text-align: center;
        height: 4.8rem;
        margin-bottom: 5rem;
    }
    #footer .upper img {
        width: 7rem;
        margin-top: 1.4rem;
    }
    #footer .upper h2 {
        display: inline;
        font-size: 3.2rem;
        padding: 0;
        margin: 0;
        line-height: 3rem;
    }
    #footer .upper h2 span {
        font-size: 2.5rem;
    }
    #footer .upper .pull-right {
        margin-top: -3.5rem;
        padding-left: 4rem;
    }
    #footer .upper a {
        font-size: 2.5rem;
        color:red;
        -webkit-text-stroke:.2rem;
    }
    #footer .upper a img {
        width: 3rem;
        margin-top: .1rem;
    }
    #footer h4 {
        display: inline-block;
        color: #fff;
        background-color:#81511c;
        padding: .5rem 1.5rem;
        border-radius: 1.5rem;
        margin: 0 0 1rem;
    }
    #site-index .content-box {
        width: 100%;
        max-width: 447px;
        margin: 0 auto;
    }
    #site-index .content-box h3 {
        margin: 0 -42px;
        width: calc(100% + 64px);
    }
    #site-index #banners {
        text-align: center;
    }
    .page-title {
        background-color: #1d2089;
        color: #fff;
    }
    .page-title h2 {
        margin: 2em 0 2em 1rem;
        font-size: 3rem;
    }
    .page-title h2 span {
        font-size: 2rem;
        font-weight: normal;
        padding-left: 1em;
    }
    .body-content {
        padding: 0;
    }
    .content-box {
        background-color: #fff;
        padding: 1rem;
    }
    .content-box h3 {
        color: #1d2089;
        font-size:2rem;
        border-left: 2rem solid;
        margin: 3rem 0 1rem;
        padding-left: .5rem;
    }
    .content-box h3:first-child {
        margin-top: 0;
    }
    .content-box h3 span {
        font-size:1.5rem;
        font-weight: normal;
        padding-left: 2rem;
    }
    .content-box .detailed {
        background-color: #e5e5e5;
        padding: .5em 1em;
        line-height: 1.2em;
    }
    .content-box h4.box-title {
        font-size: 2rem;
    }
    .content-box h4.box-title:before {
        content: '●';
    }
    .content-box .type-box {
        background-color: #dffef7;
        padding: 1rem;
        overflow: hidden;
    }
    .content-box .type-box .type-text {
        min-height: 4em;
        font-size: 1.5rem;
        line-height: 1.2em;
    }
    .content-box .type-box .detail {
        font-size: 1.2rem;
        padding-top: 1em;
    }
    .content-box .type-box .pull-left + .detail {
        padding-top: 0;
    }
    .content-box .type-box .detail dl {
        margin: 0
    }
    .content-box .type-box .detail .dl-horizontal dt {
        width: 20rem;
        text-align: left;
        font-weight: normal;
    }
    .content-box .type-box .detail p {
        margin: 0;
    }
    .content-box .type-box .detail p:last-child a {
        color: #fff;
        background-color: red;
        display: inline-block;
        padding: .4rem .5rem;
        line-height: 1em;
        border-radius: 100%
    }
    .content-box .type-box img.pull-left {
        margin-right: 1.5rem
    }
    .content-box .type-box .col-xs-6 > p {
        font-size: 1.2rem;
    }
    #site-constructions .content-box .col-md-4 {
        text-align: center;
    }
    #site-constructions .content-box h3.title {
        color: #00a0e9;
        border: none;
        font-size: 2rem;
        margin: 0;
        padding: 1rem 0;
        border-bottom: 1px solid #1d2088;
    }
    #site-constructions .lightbox-image {
        display: inline-block;
        position: relative;
    }
    #site-constructions .lightbox-image:after {
        content: '+';
        font-size: 4rem;
        color: #00a0e9;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        background-color: #fff;
        display: inline-block;
        width: 3rem;
        height: 3rem;
        padding: .6rem 0 0;
        line-height: 1rem;
        text-align: center;
        vertical-align: top;
        border-radius: 100%;
    }
    #site-constructions .content-box p.excerpt {
        margin: 1rem 0 3em;
    }
    .nav-wrapper:nth-child(5) {
        margin-top: 6em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site-index .upper {
        height: 5.5rem;
        border-bottom: 2px solid red;
        overflow: visible;
    }
    #site-index .header .lower h2 {
        margin: 0;
        padding: 3rem 0;
        background: url(../img/top/top-header-bg.png) no-repeat center bottom;
        background-size: cover;
        margin-top: -9.5rem;
        padding: 18rem 0 5rem;
    }
    #site-index .header .lower h2:after {
        display: none;
    }
    #site-index .header .container img {
        width: 12rem;
        margin-left:10rem;
    }
    #site-index .header .container h1 {
        font-size: 5.5rem;
        font-weight: 900;
        margin: 0;
    }
    #site-index .header .container h1 span {
        font-size: 3.5rem;
        padding: 0 0 0 .5rem;
    }
    #site-index .header .upper p {
        padding: 0 0 0 8.5rem;
        margin: 0;
    }
    #site-index .header .upper strong {
        font-size: 1rem;
        padding: .3rem 1rem;
        margin: 0 auto;
        color: #fff;
        background-color:#81511c;
        display: inline-block;
        border-radius: 1rem;
    }
    #site-index .header .lower {
        clear: both;
        background-color: #e5e5e5;
        box-shadow: inset 0 0 2px 2px rgba(0,0,0,.4);
        text-align: center;
        margin-top: 5rem;
        /* margin-bottom: 16rem; */
        padding: 0;
        /* max-height: 6rem; */
        overflow: visible;
    }
    #site-index .header .lower p {
        display: none;
    }
    #site-index .header .lower img {
        width: 4rem;
        margin-top: -3rem;
        position: relative;
        z-index: 9999;
    }
    #site-index .header .lower a {
        display: inline-block;
        font-size: 3.5rem;
        color: red;
        -webkit-text-stroke: 2px;
        margin: -1.5rem 0 1rem;
        padding: 0;
    }
    #site-index .header .lower .container img:nth-child(6) {
        margin-top: -1rem;
        width: 3rem;
        height: 3rem;
    }
    #site-index .header .lower .container a:nth-child(7) {
        font-size:3rem;
    }
    #site-index .header .lower h2 {
        -webkit-text-stroke: 0;
        color: #162189;
        font-size: 2.6rem;
    }
    #footer-nav.nav-justified > li > a {
        font-size: 1.2rem;
    }
}
/**
 * container-width: 970px
 */
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-wrapper {
        background-color: #162189;
    }
    #header + .nav-wrapper {
        box-shadow: 0 4px 4px 2px rgba(0,0,0,.4);
        position: relative;
    }
    .nav-justified {
        display: flex;
        justify-content: space-between;
    }
    .nav-justified > li {
        flex: auto;
        margin: 5px;
    }
    .nav-justified > li > a {
        padding-top: .7rem;
        padding-bottom: .7rem;
        margin-bottom: 0;
        font-size: 2.2rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        background-color: #ffffff; /* Old browsers */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
        background-image: -webkit-linear-gradient(top, #ffffff 90%, #bbbbbb 100%);
        background-image:      -o-linear-gradient(top, #ffffff 90%, #bbbbbb 100%);
        background-image:         linear-gradient(to bottom, #ffffff 90%,#bbbbbb 100%);
        background-repeat: repeat-x; /* Repeat the gradient */
        border-bottom: 1px solid #b0b0b0;
        border-radius: 5px;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        color: #fff;
        background-color: #00a0e9; /* Old browsers */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0e9), to(#007eb7));
        background-image: -webkit-linear-gradient(top, #3fb7ee 0%, #00a0e9 10%, #00a0e9 90%, #007eb7 100%);
        background-image:      -o-linear-gradient(top, #3fb7ee 0%, #00a0e9 10%, #00a0e9 90%, #007eb7 100%);
        background-image:         linear-gradient(to bottom, #3fb7ee 0%, #00a0e9 10%, #00a0e9 90%, #007eb7 100%);
        border-bottom: 1px solid #808080;
    }
    .page-title {
        background-color: #162189;
        color: #fff;
    }
    .page-title h2 {
        color: red;
        margin: 2em .5em;
        font-size: 3rem;
    }
    .page-title h2 span {
        color:#fff;
        display: inline-block;
        font-weight: 300;
        font-size: 2.5rem;
        margin-left: 4rem;
    }
    #site-profile .page-title {
        background: #162189 url(../img/profile/title-bg.png) no-repeat center right;
        background-size: contain;
    }
    #site-types .page-title {
        background: #162189 url(../img/type/title-bg.png) no-repeat center right;
        background-size: contain;
    }
    #site-constructions .page-title {
        background: #162189 url(../img/constructions/title-bg.png) no-repeat center right;
        background-size: contain;
    }
    #site-types .page-title h2 {
        color: red;
        text-shadow: 0px 2px 4px rgba(30, 19, 15, 0.46);
    }
    #site-types .page-title h2 span {
        color: #fff;
    }
    #footer-nav.nav-justified > li {
        border-left: 1px solid #fff;
    }
    #footer-nav.nav-justified > li:first-child {
        border-left: none;
    }
    #footer-nav.nav-justified > li > a {
        background: none;
        color: #fff;
        font-size: 1.8rem;
        border: none;
    }
    #footer {
        padding-top: 4rem;
    }
    #footer .upper {
        border-bottom: 4px solid red;
        box-shadow: 0 3px 1px 0 #bbb;
    }
    #footer .container div:nth-child(1) {
        width: 62%;
        max-height: 5.5rem;
        overflow: visible;
    }
    #footer .container div:nth-child(1) img {
        width: 13rem;
        margin-right: 1rem;
    }
    #footer .container div:nth-child(1) h2 {
        margin: 0;
        font-size: 5.5rem;
        font-weight: 900;
    }
    #footer .container div:nth-child(1) h2 span {
        font-size: 4rem;
    }
    #footer .container div:nth-child(2) {
        width: 38%;
    }
    #footer .container div:nth-child(2) a {
        vertical-align: bottom;

    }
    #footer .container div:nth-child(2) a img {
        display: inline-block;
        height: 5rem;
        margin: -1rem 1rem 0 0;
    }
    #footer .container div:nth-child(2) a span {
        color: red;
        font-size: 4rem;
        -webkit-text-stroke:.3rem red;
    }
    #footer .upper + .container div {
        width: 100%;
    }
    #footer .upper + .container div h4 {
        color: #fff;
        background-color: #81511c;
        box-shadow: inset 0 .3rem .3rem 0 rgba(30, 19, 15, 0.5);
        text-shadow: 0 .2rem .2rem rgba(30, 19, 15, 0.65);
        display: inline-block;
        font-size: 2.5rem;
        padding: 0.5rem 4rem;
        border-radius: 2rem;
    }

    #site-index .header {
        background: url(../img/top/top-header-bg.png) no-repeat center bottom;
        background-size: cover;
    }
    #site-index .header .upper {
        padding-top: 1rem;
        height: 11rem;
        overflow: visible;
        border-bottom: 3px solid red;
        box-shadow: 0 3px 1px 0 #bbb;
    }
    #site-index .header .upper .container img {
        margin: 1rem 2rem 0 0;
        width: 20rem;
    }
    #site-index .header .lower {
        clear: left;
        padding-top: 2rem;
    }
    #site-index .header .container h1 {
        margin: 0.5rem 0 0;
        font-size: 9rem;
        line-height: 9rem;
        font-weight: 900;
        vertical-align: baseline;
    }
    #site-index .header .container h1 span {
        font-size:6rem;
        padding-right: 1rem;
    }
    #site-index .header .upper p {
        font-size: 2rem;
    }
    #site-index .header .upper strong {
        font-size: 2.5rem;
        font-weight: normal;
        color: #fff;
        background-color: #81511c;
        padding: .9rem;
        border-radius: 2rem;
        box-shadow: inset 0 .3rem .3rem 0 rgba(30, 19, 15, 0.5);
        text-shadow: 0 .2rem .2rem rgba(30, 19, 15, 0.65);
    }
    #site-index .header .lower p {
        margin-left: 8rem;
        background-color: #000;
        color: #fff;
        font-size: 2rem;
        padding: 0.3rem 1.5rem;
        border-radius: 1.5rem;
        display: inline-block;
    }
    #site-index .header .lower a {
        font-size: 6rem;
        margin: 0 0 0 1rem;
        padding: 0;
        line-height 6rem;
        vertical-align: middle;
    }
    #site-index .header .lower a:after {
        color: #f00;
        -webkit-text-stroke: 0.5rem;
        line-height: 6rem;
        width: calc(100% + 1rem);
    }
    #site-index .header .lower a:nth-child(7) {
        font-size: 4.5rem;
    }
    #site-index .header .lower a:nth-child(7):after {
        font-size:4.5rem;
        margin-top: -.7rem
    }
    #site-index .header .lower h2 {
        font-size: 5.5rem;
        margin: 2em 0 1em;
    }
    #site-index .header .lower h2:after {
        color: #162189;
        -webkit-text-stroke: 0;
    }
    #header {
        padding-bottom: 1.5rem;
    }
    #header .upper {
        height: 7rem;
        overflow: visible;
        border-bottom: 3px solid red;
        box-shadow: 0 3px 1px 0 #bbb;
    }
    #header .upper > .container > .pull-left {
        width: 60%;
        position: relative;
        padding-left: 16.5rem;
    }
    #header .upper > .container > .pull-left .site-logo {
        position: absolute;
        width: 15rem;
        left: 0;
        top: 0;
    }
    #header .upper > .container > .pull-left h1 {
        margin: 1rem 0 0;
        font-size: 5rem;
        font-weight: 900;
    }
    #header .upper > .container > .pull-left h1 span {
        font-size: 3.5rem;
    }
    #header .upper > .container > .pull-right {
        width: 40%;
    }
    #header .upper > .container > .pull-right a {
        -webkit-text-stroke: .3rem;
        font-size: 4.2rem;
        color: red;
    }
    #header .upper > .container > .pull-right a img {
        height: 5rem;
    }
    #header .upper > .container > .pull-right a:nth-child(3) {
        display: inline-block;
        margin: 1rem 0 0 1rem;
        font-size: 3.5rem;
    }
    #header .upper > .container > .pull-right a:nth-child(3) img {
        height: 4.5rem;
    }
    #header .lower > .container > .pull-left {
        padding-left: 16.5rem;
    }
    #header .lower > .container > .pull-left p {
        font-size: 1.5rem;
        margin: .5rem 0;
    }
    #header .lower > .container > .pull-left strong {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: normal;
        color: #fff;
        background-color: #81511c;
        padding: .5rem 1rem;
        border-radius: 2rem;
        box-shadow: inset 0 .3rem .3rem 0 rgba(30, 19, 15, 0.5);
        text-shadow: 0 .2rem .2rem rgba(30, 19, 15, 0.65);
    }
    #header .lower > .container > .pull-right {
        width: 40%;
    }
    #header .lower > .container > .pull-right p {
        display: inline-block;
        margin: 2.8rem 0 0 -70%;
        padding: .3rem 1.5rem;
        color: #fff;
        background-color: #000;
        font-size: 2.2rem;
        border-radius: 1rem;

    }
    .container > .content-box {
        background-color: #fff;
        margin-bottom: 16rem;
        padding: 1.5rem 4rem;
        box-shadow: 0 8px 4px 8px rgba(0, 0, 0, .2);
    }
    #site-profile .container > .content-box {
        font-size: 120%;
    }
    .container > .content-box h3 {
        font-size: 2.5rem;
        color: #162189;
        margin-top: 2em;
        margin-bottom: 1.5rem;
        border-left: 2.5rem solid;
        padding-left: .5rem;
        overflow: hidden;
    }
    .container > .content-box h3:first-child {
        margin-top: 0;
    }
    #site-types .container > .content-box h3 {
        color: #000;
        position: relative;
    }
    #site-types .container > .content-box h3:after {
        content: ' ';
        display: inline-block;
        width: 1000%;
        position: absolute;
        border-bottom: 1px solid red;
        top: 1.3rem;
    }
    #site-profile .container > .content-box h3 span {
        color: #000;
        font-size: 2rem;
        font-weight: 400;
        padding: 0 2rem 0 3rem;
        position: relative;
    }
    #site-profile .container > .content-box h3 span:after {
        content: ' ';
        display: inline-block;
        width: 1000%;
        position: absolute;
        border-bottom: 1px solid red;
        top: 1.3rem;
    }
    #site-profile .container > .content-box .table {
        margin: 1rem 3rem;
        width: calc(100% - 6rem);
    }
    #site-profile .container > .content-box .table th,
    #site-profile .container > .content-box .table td {
        border: 1px solid #000;
    }
    .content-box .detailed {
        background-color: #e5e5e5;
        padding: .5em 1em;
        line-height: 1.2em;
    }
    .content-box h4.box-title {
        font-size: 2.2rem;
    }
    .content-box h4.box-title:before {
        content: '●';
    }
    .content-box .type-box {
        background-color: #dffef7;
        padding: 1rem;
        overflow: hidden;
    }
    .content-box .type-box .type-text {
        min-height: 4em;
        font-size: 1.5rem;
        line-height: 1.2em;
    }
    .content-box .type-box .detail {
        font-size: 1.2rem;
        padding-top: 1em;
    }
    .content-box .type-box .pull-left + .detail {
        padding-top: 0;
    }
    .content-box .type-box .detail dl {
        margin: 0
    }
    .content-box .type-box .detail .dl-horizontal dt {
        width: 20rem;
        text-align: left;
        font-weight: normal;
    }
    .content-box .type-box .detail p {
        margin: 0;
    }
    .content-box .type-box .detail p:last-child a {
        color: #fff;
        background-color: red;
        display: inline-block;
        padding: .4rem .5rem;
        line-height: 1em;
        border-radius: 100%
    }
    .content-box .type-box img.pull-left {
        margin-right: 1.5rem
    }
    .content-box .type-box .col-xs-6 > p {
        font-size: 1.2rem;
    }
    #site-constructions .content-box h3.title {
        color: #00a0e9;
        border: none;
        font-size: 2rem;
        margin: 0;
        padding: 1rem 0;
        border-bottom: 1px solid #1d2088;
    }
    #site-constructions .lightbox-image {
        display: inline-block;
        position: relative;
    }
    #site-constructions .lightbox-image:after {
        content: '+';
        font-size: 4rem;
        color: #00a0e9;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        background-color: #fff;
        display: inline-block;
        width: 3rem;
        height: 3rem;
        padding: .6rem 0 0;
        line-height: 1rem;
        text-align: center;
        vertical-align: top;
        border-radius: 100%;
    }
    #site-constructions .content-box p.excerpt {
        margin: 1rem 0 3em;
    }
}
/**
 * container-wudth: 1170px
 */
@media (min-width: 1200px) {
    #site-index .header .upper {
        padding-top: 1rem;
        height: 12rem;
        overflow: visible;
        border-bottom: 3px solid red;
        box-shadow: 0 3px 1px 0 #bbb;
    }
    #site-index .header .upper .container img {
        margin: 1rem 2rem 0 0;
        width: 22rem;
    }
    #site-index .header .container h1 {
        margin: 0.5rem 0 0;
        font-size: 11rem;
        line-height: 9rem;
        font-weight: 900;
        vertical-align: baseline;
    }
    #site-index .header .container h1 span {
        font-size:7.5rem;
        padding-right: 1rem;
    }
    #site-index .header .upper p {
        font-size: 2.5rem;
    }
    #site-index .header .upper strong {
        font-size: 3rem;
        font-weight: normal;
        color: #fff;
        background-color: #81511c;
        padding: .9rem;
        border-radius: 2rem;
        box-shadow: inset 0 .3rem .3rem 0 rgba(30, 19, 15, 0.5);
        text-shadow: 0 .2rem .2rem rgba(30, 19, 15, 0.65);
    }
    #header .upper {
        height: 8rem;
    }
    #header .upper > .container > .pull-left {
        width: 60%;
        position: relative;
        padding-left: 18rem;
    }
    #header .upper > .container > .pull-left .site-logo {
        width: 17rem;
    }
    #header .upper > .container > .pull-left h1 {
        margin: .7rem 0 0;
        font-size: 6.5rem;
    }
    #header .upper > .container > .pull-left h1 span {
        font-size: 4rem;
    }
    #header .upper > .container > .pull-right a {
        -webkit-text-stroke: .3rem;
        font-size: 5rem;
        color: red;
    }
    #header .upper > .container > .pull-right a img {
        height: 5.5rem;
    }
    #header .upper > .container > .pull-right a:nth-child(3) {
        display: inline-block;
        margin-top: 1rem;
        font-size: 4rem;
    }
    #header .lower > .container > .pull-left {
        padding-left: 18.5rem;
    }
    #header .lower > .container > .pull-left p {
        font-size: 1.8rem;
        margin: .5rem 0;
    }
    #header .lower > .container > .pull-left strong {
        display: inline-block;
        font-size: 1.8rem;
        font-weight: normal;
        color: #fff;
        background-color: #81511c;
        padding: .5rem 1rem;
        border-radius: 2rem;
        box-shadow: inset 0 .3rem .3rem 0 rgba(30, 19, 15, 0.5);
        text-shadow: 0 .2rem .2rem rgba(30, 19, 15, 0.65);
    }
    #header .lower > .container > .pull-right {
        width: 50%;
    }
    #header .lower > .container > .pull-right p {
        margin: 2.8rem 0 0 -35%;
        font-size: 2.6rem;
    }
}
