@charset "UTF-8";


/* main  ------------------------------*/

#main {
    font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding-top: 0;
}

.flexslider {
    border: none !important;
}

.flex-control-paging li a {
    background: #EEE;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #CCC;
}

/* energy  ------------------------------*/
#energy h2 {
    padding-bottom: 0;
    border-bottom: none;
}

#energy h2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#energy h3 {
    font-size: 1.2rem;
    background-color: #EEEEEE;
    padding: 0.5rem 1rem;
    color: #0068B7;
    margin: 0;
}

#main #energy ul {
    padding: 1rem;
    background: url(/data/energy/images/icon_tokutyou.gif) left center no-repeat;
}

#main #energy ul li {
    margin-left: 70px;
    padding-left: 1rem;
    background: url(/data/energy/images/icon_feature.gif) left center no-repeat;
}

/* List  ------------------------------*/
#energy .list {
    padding: 1rem;
    border: 1px dashed #CDCDCD;
    margin-bottom: 1rem;
}

#energy .list h3 {
    padding: 1rem;
    padding-left: 2.5rem;
    background: url(/data/energy/images/icon_tit.gif) left center no-repeat;
    border-bottom: 3px #0068B7 solid;
    margin-bottom: 1rem;
}

#energy .list .left {
    width: 68%;
    float: left;
    margin-bottom: 1rem;
}

#energy .list .right {
    width: 30%;
    float: right;
    margin-bottom: 1rem;
}

#energy .list .right dl {
    padding: 1rem;
    background: #EEE;
    text-align: left;
}

#energy .list .right dt,
#energy .list .right dd {
    margin-bottom: 0.5rem;
}

#energy .list .right dd:last-child {
    margin-bottom: 0;
}

#energy .list .right dd img {
    width: 100%;
    height: auto;
}

#energy .list .cmt {
    clear: both;
    padding: 1rem;
    border: 3px solid #0068B7;
}

#energy .list .label {
    background-color: #FFF;
    color: #0068B7;
    border-color: #0068B7;
}

.cp_hr01 {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EEEEEE;
    float: left;
    width: 100%;
}

.sns {
    margin: 1rem 0;
    line-height: 0;
    text-align: center;

}

.sns iframe {
    vertical-align: top;
}

.price {
    float: left;
    margin-right: 30px;
}

.total-fee {
    float: left;
}

.footer_navi {
    margin-bottom: 20px;
    padding: 0;
}

footer .footer_navi li {
    border-left: 2px solid #b8b8b8;
    float: left;
    font-size: 11px;
    list-style-type: none;
    margin-left: 0;
    margin-top: 10px;
}

footer .footer_navi li a {
    color: #000;
    display: block;
    padding: 0 1rem;
}

footer .footer_sns {
    float: right;
}

footer .footer_sns li {
    float: left;
    padding-left: 1rem;
}

.considerations {
    margin-bottom: 2rem;
}

/* Accordion */
.accordion > dt {
    cursor: pointer;
    background: right center no-repeat;
    background-image: url(/images/i_accordion_dt_down.png);
    font-weight: normal;
    padding: 1.6rem 3rem 1.4rem 0rem;
    border-top: 2px solid #fbfbfb;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}

.accordion > dt.open {
    background-image: url(/images/i_accordion_dt_up.png);
}

.accordion > dd {
    display: none;
    padding: 2rem 1rem 2rem 1rem;
}

.accordion > dd img {
    max-width: 100%;
}

.accordion > dt:hover {
    background-color: #fafafa;
}

/* ==========================================================================
Global Styles
========================================================================== */
body {
    color: #000;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7em;
}

.sep {
    max-width: 80px;
    border: 2px solid #0068b7;
    margin-top: 40px;
    margin-bottom: 40px;
}

.light-sep {
    max-width: 80px;
    border: 1px solid #0068b7;
    margin-top: 10px;
    margin-bottom: 20px;
}

em {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    color: #999;
}

ol {
    padding-left: 20px;
}

.lot {
    color: #666;
}

.fee {
    font-size: 220%;
}

.fee-small {
    font-size: 170%;
}

.fee-large {
    font-size: 240%;
    font-weight: normal;
}

.progress {
    background-color: #A6A6A6;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-thin {
    background-color: #A6A6A6;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-value {
    line-height: 12px;
    color: #0068b7;
    font-weight: bold;
    font-size: 12px;
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.youtube iframe {
    width: 100%;
    max-width: 600px
}

.black {
    color: #000;
}

.gray {
    background-color: #F5F5F5;
    text-align: center;
    color: #0068b7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.white {
    color: #FFF;
}

.navy {
    color: #202d85;
}

.globalnavi {
    float: left;
    font-size: 130%;
    margin: 0;
    padding: 0;
}

.globalnavi li {
    float: right;
    list-style-type: none;
    margin-left: 15px;
    margin-top: 15px;
    padding: 0;
}

.globalnavi a {
    color: #000;
    text-decoration: none;
}

.globalnavi li.on a,
.globalnavi a:focus,
.globalnavi a:hover {
    color: #0068b7;
    text-decoration: none;
    border-bottom: 2px solid #0168b7;
}

.globalnavi li {
    /*float:left;*/
    /*font-size:1.1rem;*/
}

.globalnavi li a {
    display: block;
    padding: 0.3rem 1rem;
    margin: 0 0;
    border-bottom: 2px solid #FFF;
}

.snavi {
    float: right;
    margin: 0;
    padding: 0;
}

.snavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.snavi li {
    float: right;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 15px;
    padding: 0;
}

.snavi a {
    color: #000;
}

.snavi a:hover {
    color: #0068b7;
    text-decoration: none;
}

.margin-b20 {
    margin-bottom: 20px;
}

.margin-b40 {
    margin-bottom: 40px;
}

.margin-b60 {
    margin-bottom: 60px;
}

.margin90b {
    margin-bottom: 40px;
}

.margin-b10 {
    margin-bottom: 10px;
}

.margin-b5 {
    margin-bottom: 5px;
}

.margin-b0 {
    margin-bottom: 0px;
}

.margin-t50 {
    margin-top: 50px;
}

.margin-t40 {
    margin-top: 40px;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-t0 {
    margin-top: 0px;
}

.padding-t60 {
    padding-top: 60px;
}

.padding-t40 {
    padding-top: 40px;
}

.padding-b40 {
    padding-bottom: 40px;
}

.pad-0 {
    padding: 0px;
}

.feature {
    list-style-type: none;
    font-size: 115%;
}

.feature li {
    list-style-type: none;
    margin-bottom: 10px;
}

.line-hight-1 {
    line-height: 1.4em;
}

.text-gray {
    color: #999;
}

.text-black {
    color: #000;
}

.borders {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #EEE;
    border-right-color: #EEE;
    border-left-color: #EEE;
}

.border_bottom {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #EEE;
    padding-bottom: 10px;
}

.pad-t0 {
    margin-top: 0px;
    padding-top: 0px;
}

.margin0 {
    margin: 0px;
}

.margin-t0 {
    margin-top: 0px;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop a {
    display: block;
    z-index: 999;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

.pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.sampleBox {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
}

.bg_gray {
    background-color: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
}

.fund_gray {
    background-color: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
}

.fund_gray .item .quote {
    margin: 20px auto;
    width: 80%;
}

.fund_gray .item .quote .right {
    color: #fff;
    font-size: 32px;
    margin-left: 40px;
}

.fund_gray .item .quote .left {
    color: #fff;
    float: left;
    margin-right: 40px;
}

.fund_gray .item h5 {
    color: #fff;
    line-height: 36px;
}

.fund_gray .item h5 span {
    font-weight: 700;
    text-transform: uppercase;
}

.fund_gray .owl-pagination .owl-page.active span {
    background-color: #fff;
}

.fund_gray .owl-pagination .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.fund_white {
    padding-bottom: 60px;
    padding-top: 60px;
}

.fund_white .item .quote {
    margin: 20px auto;
    width: 80%;
}

.fund_white .item .quote .right {
    color: #fff;
    font-size: 32px;
    margin-left: 40px;
}

.fund_white .item .quote .left {
    color: #fff;
    float: left;
    margin-right: 40px;
}

.fund_white .item h5 {
    color: #fff;
    line-height: 36px;
}

.fund_white .item h5 span {
    font-weight: 700;
    text-transform: uppercase;
}

.fund_white .owl-pagination .owl-page.active span {
    background-color: #fff;
}

.fund_white .owl-pagination .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

figcaption {
    color: #0068b7;
    font-size: 18px;
}

.sns {
    margin-top: 20px;
    text-align: right;
}

.return {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.nonstyle {
    list-style-type: none;
}

.width100 {
    width: 100%;
}

.attention {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
}

.notice {
    line-height: 1.5em;
    margin-left: 10px;
}

.circle-btn {
    width: 60px;
    height: 38px;
    background: #FFF;
    border: 1px solid #2a82a3;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #2a82a3;
    padding: 42px 20px 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 40%;
    transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
}

.inline li {
    display: inline-block;
}

.text-bold {
    font-weight: bold;
    color: #999;
    line-height: 2rem;
}

.label {
    position: absolute;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    padding: 0.2em 1em;
}

ul.index {
    list-style-type: none;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
}

ul.index li:before {
    content: '- '; /* ←ここにリストマーカーにしたい文字列を設定 */
}

ul.index li {
    padding-bottom: 0.8rem;
}

.mediainfo dt {
    float: left;
    font-size: 14px;
    line-height: 1.8rem;
}

.mediainfo dd {
    margin-left: 100px;
    line-height: 1.8rem;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.16em;
}

h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #0068b7;
    font-weight: 400;
    line-height: 1.4em;
    text-shadow: none;
}

h3 {
    color: #0068b7;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}

h4 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4em;
}

h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #0068b7;
    line-height: 1.5em;
}

h6 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

p {
    font-size: 14px;
    font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
    font-size: 13px;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0068b7;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 2.6em;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    text-decoration: none;
}

.btn-block {
    font-size: 16px;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0068b7;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 1.4em;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
    text-decoration: none;
    color: #fff;
    background-color: #73A5D6;
}

.btn-light {
    background-color: #ccc;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2.6em;
    padding: 7px 15px 5px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #999;
    text-decoration: none;
}

.btn-out {
    font-size: 13px;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #999;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 2.6em;
}

.btn-out:hover,
.btn-out:focus,
.btn-out:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.btn-warning {
    background-color: #ec971f;
    color: #fff;
    border-top-color: #E4921F;
    border-right-color: #E4921F;
    border-bottom-color: #E4921F;
    border-left-color: #E4921F;
}

.btn-warning.focus, .btn-warning:focus {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

/* ==========================================================================
Layout
========================================================================== */
.dark-bg {
    background: #24242a;
}

.light-bg {
    background: #fff;
}

/* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #24242a;
}

.preloader i {
    color: #fff;
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}

/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 0;
    border: none;
}

.navbar-default .navbar-header {
    padding-right: 15px;
}

.navbar-default .nav-wrap {
    width: 100%;
}

.navbar-default .nav > li > a {
    font-size: 13px;
    color: #000;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
    color: #0068b7;
}

.navbar-default .social-media {
    float: right;
    padding-bottom: 5px;
}

.navbar-default .social-media i {
    font-size: 18px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #000;
}

.social-media li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 6px;
}

.social-media a {
    color: #FFF;
}


.top-nav-collapse {
    background-color: #FFF;
}

/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
    overflow: hidden;
}

#owl-hero .item .caption {
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    padding-right: 10px;
    padding-left: 10px;
}

#owl-hero .item .caption h1 {
    margin-top: 150px;
    margin-bottom: 10px;
    font-size: 46px;
    text-shadow: -1px 1px 5px #333333;
}

#owl-hero .item .caption h1 span {
}

#owl-hero .item .caption h6 {
    color: #fff;
    font-size: 22px;
    text-shadow: -1px 1px 5px #333333;
}

#owl-hero .owl-pagination {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 8%;
}

#owl-hero .owl-pagination .owl-page.active span {
    background: #fff;
}

#owl-hero .owl-pagination .owl-page span {
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#owl-hero .owl-buttons div {
    background: #fff;
    font-size: 24px;
    color: #a3a3a3;
    opacity: 1;
}

#owl-hero .owl-buttons .owl-prev {
    left: -60px;
}

#owl-hero .owl-buttons .owl-next {
    right: -60px;
}

#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
    position: absolute;
    background: #fff;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 45px;
    border-radius: 0;
    border: 1px solid #fff;
    z-index: 20;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
    left: -5px;
}

#owl-hero:hover .owl-next {
    right: -5px;
}

/* ==========================================================================
Recomend Style
========================================================================== */
#recomend {
    background-attachment: fixed;
    background-image: url("../img/bg1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}

/* ==========================================================================
Mile Style
========================================================================== */
#mile {
    background-attachment: fixed;
    background-image: url("../img/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}

/* ==========================================================================
Scheme Style
========================================================================== */
#scheme {
    background-attachment: fixed;
    background-image: url("../img/bg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}

/* ==========================================================================
Inquary Style
========================================================================== */
#inquary {
    background-attachment: fixed;
    background-image: url("../img/bg4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}

/* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
    padding-top: 60px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;

}

#welcome h4 {
    color: #888;
}

#welcome h2 {
    color: #FFFFFF;
    font-size: 20px;
}

#welcome h3 {
    color: #0068b7;
}

#welcome .sep {
    max-width: 80px;
    border: 1px solid #FFF;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* ==========================================================================
Photo Style
========================================================================== */
#photo {
    background-image: url("../img/bg_photo.jpg");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 10px;
    text-align: center;
}

#photo h2 {
}

#photo h2 span {
    font-weight: 700;
}

#photo img {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* ==========================================================================
Services Style
========================================================================== */
#services {
    padding: 60px 0;
    text-align: center;
}

#services h2 {
}

#services p {
    color: #fff;
}

#services .services-box {
    margin-top: 40px;
}

#services .services-box .col-md-4 {
    margin-bottom: 20px;
}

#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
    padding-right: 30px;
    vertical-align: baseline;
}

#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
    text-align: left;
}

#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
    font-size: 36px;
    color: #fff;
}

/* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
    padding: 60px 0;
    text-align: center;
    background-color: #000;
}

#portfolio h2 {
}

#portfolio p {
    margin-bottom: 40px;
}

#portfolio .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
}

#portfolio .container-fluid .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

#portfolio .portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

#portfolio .portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(13, 13, 13, 0.6);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}

#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 14px;
}

#portfolio .portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

/* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
    padding: 60px 0;
    text-align: center;
}

#work-process .col-lg-3 {
    margin-top: 40px;
}

#work-process h2 {
    text-transform: uppercase;
}

#work-process h4 {
    text-transform: uppercase;
    color: #0d0d0d;
}

#work-process span {
    font-size: 48px;
    color: #0d0d0d;
    margin-bottom: 15px;
}

/* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
    background: #24242a;
    padding: 60px 0;
    text-align: center;
}

#fun-facts .col-lg-3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#fun-facts h2 {
    text-transform: uppercase;
    color: #fff;
}

#fun-facts p {
    color: #fff;
}

#fun-facts h4 {
    text-transform: uppercase;
    color: #fff;
}

#fun-facts .number {
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}

#fun-facts span {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

/* ==========================================================================
Our Team Style
========================================================================== */
.team {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 20px;
}


/* ==========================================================================
submenu Style
========================================================================== */
#submenu {
    bottom: 0;
    left: 0;
    margin-top: 100px;
    overflow: hidden;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #202D85;
}

/* ==========================================================================
Project Style
========================================================================== */
#project {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

.project_detail {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ==========================================================================
title Style
========================================================================== */
#title {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_project Style
========================================================================== */
#title_project {
    text-align: center;
    background-color: #E5F3FA;
    margin-top: 90px;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

/* ==========================================================================
title_about Style
========================================================================== */
#title_about {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_guideline Style
========================================================================== */
#title_guideline {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_guideline Style
========================================================================== */
#title_fund {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_area Style
========================================================================== */
#title_store {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_donation Style
========================================================================== */
#title_donation {
    padding: 40px 10px;
    text-align: center;
    background-color: #E5F3FA;
}

/* ==========================================================================
title_regist Style
========================================================================== */
#title_regist {
    padding: 40px 10px;
    background-color: #E5F3FA;
}


/* ==========================================================================
Biography Style
========================================================================== */
#biography {
    text-align: center;
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

#biography h4 {
    color: #999;
    text-align: left;
    font-size: 12px;
}

#biography p {
    text-align: left;
}

/* ==========================================================================
Discography Style
========================================================================== */
#discography {
    padding: 60px 0;
    text-align: center;
    background-color: #FFF;
}

#discography h3 {
    color: #999;
}

#discography em {
    float: left;
}


#discography p {
    float: left;
    text-align: left;
}

#discography img {
    margin-bottom: 20px;
}


/* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
    background-image: url("../img/bg_news.jpg");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

#testimonials p {
    color: #fff;
}

#testimonials .item .quote {
    margin: 20px auto;
    width: 80%;
}

#testimonials .item .quote .right {
    margin-left: 40px;
    font-size: 32px;
    color: #fff;
}

#testimonials .item .quote .left {
    float: left;
    margin-right: 40px;
    color: #fff;
}

#testimonials .item h5 {
    color: #fff;
    line-height: 36px;
}

#testimonials .item h5 span {
    font-weight: 700;
    text-transform: uppercase;
}

#testimonials .owl-pagination .owl-page.active span {
    background-color: #fff;
}

#testimonials .owl-pagination .owl-page span {
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
    padding: 60px 0;
    text-align: center;
}

#contact h2 {
}

#contact form {
    margin: 40px 0;
}

#contact .form-group {
    margin-bottom: 35px;
}

#contact .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #24242a;
    color: #0d0d0d;
    min-height: 45px;
}

#contact textarea {
    height: 140px;
    resize: none;
}

/* ==========================================================================
Google Map Style
========================================================================== */
#map {
    width: 100%;
    height: 400px;
}

/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
    background-color: #f5f5f5;
    font-size: 11px;
    text-align: left;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

footer a {
    color: #000;
}

footer h1 {
    font-weight: 700;
    text-transform: uppercase;
}

footer dl {
}

footer li {
    line-height: 1.6em;
    list-style-type: none;
}

footer .social {
    margin: 40px 0;
}

footer .social a {
    color: #000;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out 0s;
}

footer .social a:hover, footer .social a:focus, footer .social a:active {
    color: #a3a3a3;
}

footer h6 {
    color: #000;
    font-size: 11px;
    line-height: 1.5em;
}

footer .snavi li {
    border-left: 2px solid #b8b8b8;
    float: left;
    font-size: 11px;
    list-style-type: none;
    margin-left: 0;
}

footer .snavi li:last-child {
    border-right: 2px solid #b8b8b8;
}

footer .snavi li a {
    color: #000;
    display: block;
    padding: 0 1rem;
}

#cushion {
    padding: 45px 0px;
}

/* ==========================================================================
Tab Style
========================================================================== */
.tab li {
    float: left;
    padding: 0.7rem 1rem;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 4px solid #EEE;
    cursor: pointer;
    background-color: #EEE;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
}

.tab li:last-child {
    border-right: 1px solid #EEE;
}

.tab li.on,
.tab li:hover {
    cursor: pointer;
    border-top: 4px solid #0068b7;
    background-color: #FFF;
    border-right: 1px solid #EEE;
}

.tab_contents {
    padding: 2rem 2rem 2rem 2rem;
    border: 1px solid #EEE;
}

.tab_contents > div#detail_contents {
    display: block;
}

.tab i {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url(/images/i_detail.png) 0 0 no-repeat;
    display: inline-block;
}

.tab i.fund {
    background-position: 0 0;
}

.tab i.proj {
    background-position: 0 -17px;
}

.tab i.news {
    background-position: 0 -34px;
}

ul.tab {
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 0;
}

#news_contents dt {
    padding-left: 1rem;
}

/* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
    /*-- Navigation --*/
    .advertise img {
        height: 320px;
        width: 191px;
    }

    .navbar-default {
        background-color: #FFF;
    }

    .navbar-default .navbar-header {
        width: 100%;
        padding-right: 0;
        padding-left: 10px;
    }

    .navbar-default .navbar-header .navbar-brand {
        height: auto;
    }

    .navbar-default .nav-wrap {
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        padding-top: 2px;
        padding-bottom: 0px;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0068b7;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active {
        background: none;
    }

    .navbar-default .navbar-left,
    .navbar-default .navbar-right {
        float: none !important;
    }

    .navbar-default .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-default .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-default .navbar-nav > li {
        float: none;
    }

    .navbar-default .collapse.in {
        display: block !important;
    }

    /*-- Sliders --*/
    #owl-hero .btn {
        margin-top: 20px;
    }

    #owl-hero .owl-buttons {
        display: none;
    }

    /*-- Services --*/
    #services h3 {
        font-size: 22px;
    }

    /*-- section styles --*/
    #testimonials h5 {
        font-size: 18px;
    }

    .margin20b {
        margin-bottom: 20px;
    }

}

@media (max-width: 467px) {
    .img-circle {
        border-radius: 50%;
    }

    h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.16em;
    }

    h2 {
        font-size: 20px;
        font-weight: 700;
    }

    h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 2.4rem;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .btn-transparent {
        background-color: #0068b7;
        color: #fff;
        line-height: 2.6em;
        padding: 7px 15px 5px;
        transition: all 0.3s ease-in-out 0s;
    }

    .globalnavi li {
        font-size: 14px;
        margin-left: 20px;
        margin-top: 0;
    }

    .navbar-default .navbar-header .navbar-brand img {
        height: 22px;
        width: 80px;
    }

    .navbar-default .nav > li > a {
        color: #000;
        font-size: 13px;
        padding: 0 0 10px 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    #owl-hero .item .caption h1 {
        font-size: 24px;
        font-weight: 700;
    }

    #owl-hero .item .caption h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    dd, dt {
        line-height: 1.7em;
        font-size: 11px;
    }

    #title {
        padding: 20px 10px;
    }

    #title_about {
        padding: 20px 10px;
    }

    #title_guideline {
        padding: 20px 10px;
    }

    #title_area {
        padding: 20px 10px;
    }

    .light-sep {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .feature {
        list-style-type: none;
        font-size: 90%;
    }

    .fund_gray {
        background-color: #f5f5f5;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .fund_white {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .welcome {
        padding-top: 30px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
    }

    .margin-b20-sm {
        margin-bottom: 20px;
    }

    .margin-t20-sm {
        margin-top: 20px;
    }

    .padding-t40 {
        padding-top: 20px;
    }

    .margin-b40 {
        margin-bottom: 40px;
    }

    .margin-b60 {
        margin-bottom: 30px;
    }

    .btn-light {
        background-color: #ccc;
        border-radius: 0;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 2.6em;
        padding: 7px 15px 5px;
        transition: all 0.3s ease-in-out 0s;
    }

    .resize-logo {
        height: 50px;
        width: 50px;
    }

    .resize-title {
        height: 50%;
        width: 50%;
    }

    #title_fund {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        background-color: #E5F3FA;
    }

    #title_store {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        background-color: #E5F3FA;
    }

    #title_donation {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
        background-color: #E5F3FA;
    }

    #title_regist {
        background-color: #E5F3FA;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .project_detail {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Accordion */
    .accordion > dd {
        display: none;
        padding: 2rem 1rem 2rem 1rem;
    }

    .accordion > dt {
        padding: 1rem;
    }

    .tab_contents {
        padding: 15px;
        border: none;
        border-top: 1px solid #EEE;
    }

    ul.tab {
        padding-left: 15px;
    }

    .sp-pad-0 {
        padding: 0;
    }

    #news_contents dt, dd {
        font-size: 11px;
    }

    .accordion > dt small {
        display: block;
        color: #999;
    }
}

@media (max-width: 767px) {
    .padding5 {
        padding-right: 3px;
        padding-left: 3px;
    }

    .gray {
        font-size: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .margin0 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #submenu {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .btn-block {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 1199px) {
    #scheme {
        background-attachment: scroll;
        background-image: url("../img/bg3.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center;
    }

    #mile {
        background-attachment: scroll;
        background-image: url("../img/bg2.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center;
    }

    #recomend {
        background-attachment: scroll;
        background-image: url("../img/bg1.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center;
    }

    #inquary {
        background-attachment: scroll;
        background-image: url("../img/bg4.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        padding-top: 40px;
        text-align: center;
    }

    .margin90b {
        margin-bottom: 10px;
    }

    p {
        line-height: 1.5em;
    }

    .fee {
        font-size: 160%;
    }

    .fee-small {
        font-size: 160%;
    }

    .margin-b10 {
        margin-bottom: 0px;
    }

    .progress {
        margin-bottom: 10px;
    }

    .btn-info {
        font-size: 11px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
    }

    .margin-t20 {
        margin-top: 10px;
    }

    .fee-large {
        font-size: 200%;
    }

    .sns {
        margin-top: 5px;
        text-align: right;
    }

    .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    }

    .cf-h3 {
        margin-top: 15px;
    }

    #cushion {
        padding: 65px 0px;

    }
}


@media only screen and (max-width: 767px) {
    .item {
        height: 600px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #owl-hero .item .caption h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h4 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .cf-h3 {
        height: 60px;
        font-size: 22px;
        line-height: 30px;
    }

    .cf-p {
        height: 47px;
    }
}

@media (min-width: 1024px) {
    #owl-hero .item .caption h1 {
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media (min-width: 768px) {
    #owl-hero .item .caption h1 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .accordion > dt small {
        float: right;
        margin-left: 2rem;
        margin-top: 0.4rem;
    }
}

.domain::before {
    content: '@';
}

.donation {
    line-height: 1.2em;
    margin-left: 15px;
}

.font75 {
    font-size: 75%;
}

/* プロジェクト用 */
div.description h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 2em 0 1em 0;
    padding-left: 0.5em;
    border-left: 4px solid #0168b7;
}

div.description h5 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
    color: #444;
    border-bottom: 2px dotted #444;
}

div.description h6 {
    color: #0168b7;
    font-size: 16px;
    font-weight: bold;
    margin: 0.5em 0;
}

div.description img {
    height: auto !important;
    max-width: 100% !important;
}

ul.tab {
    padding-left: 0;
}

@media (min-width: 768px) {
    div.description img {
        max-width: 70% !important;
    }
}

.content-hide {
    height: 350px;
    overflow: hidden;
}

div#moreShownRow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px 0 10px 0;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

a#moreShown {
    background-color: #0068b7;
    color: #fff;
    padding: 7px 15px 5px;
}