/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

/* =Components
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .margin-top-xs {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .margin-top-sm {
        margin-top: 20px;
    }
}

.snsb {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.snsb li {
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    text-indent: 0 !important;
}

.snsb iframe {
    max-width: none;
}

/* =Overwrite facebook widget style
-------------------------------------------------------------- */

.fb-widget .fb_iframe_widget,
.fb-widget .fb_iframe_widget iframe[style],
.fb-widget .fb_iframe_widget span {
    width: 100% !important;
}

/* =Original button style
-------------------------------------------------------------- */

.btn-tryf {
    background-color: #2eb1f2;
    background-image: -webkit-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:    -moz-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:     -ms-linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image:         linear-gradient(top,#2eb1f2 0%,#0490d6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2eb1f2),color-stop(1,#0490d6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eb1f2",endColorstr="#0490d6",GradientType=0);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    text-align: center;
    padding: 0;
}

.btn-tryf:active {
    text-decoration: none;
    background-color: #0490d6;
    background-image: -webkit-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:    -moz-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:     -ms-linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image:         linear-gradient(top,#0490d6 0%,#2aa2de 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0490d6),color-stop(1,#2aa2de));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0490d6",endColorstr="#2aa2de",GradientType=0);
    box-shadow: 0 1px 3px rgba(0,0,0,.4) inset;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    border: none;
    color: #fff;
}

.btn-tryf > span {
    display: block;
    padding: 12px 14px 9px;
    color: #636a6f;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.25),0 1px 0 rgba(255,255,255,.2) inset;
    border: 1px solid #087bb3;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.btn-tryf-lg > span {
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 17px;
}

/* =Layout
-------------------------------------------------------------- */

body {
    background: #F1EFE0;
}

#jumbotron {
    background: #000 url('../img/jumbotron.jpg') no-repeat 50% top;
    margin-bottom: 30px;
}

#jumbotron h1 {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 25px 0 0;
}

#jumbotron__title {
    margin: 25px 0 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #jumbotron__title {
        margin: 90px 0 90px;
    }
}

@media (max-width: 767px) {
    #jumbotron__title {
        margin: 0;
    }
}

@media (max-width: 767px) and @media (min-width: 600px) {
    #jumbotron__title > img {
        max-width: 400px;
    }
}

#jumbotron__date {
    padding: 20px 30px;
    margin: 0 0 20px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    #jumbotron .date {
        margin: 40px 0;
    }
}

#jumbotron .jumbotron__box {
    background: #FFF;
    padding: 10px 20px 0;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .jumbotron__logo {
        max-width: 130px;
    }
}

#jumbotron .jumbotron__box .caption {
    font-size: 30px;
}

#jumbotron .jumbotron__box .caption:before {
    width: 220px;
    margin-left: -110px;
}

#carousel-logos {
    position: relative;
}

#carousel-logos-prev,
#carousel-logos-next {
    background: #FFF;
    border-radius: 50%;
    color: #333;
    display: block;
    height: 30px;
    left: -30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}

#carousel-logos-next {
    left: auto;
    right: -30px;
}

.caption {
    font-size: 20px;
    font-weight: 400;
    font-family: Cambria,Georgia,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    line-height: 1.45em;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.caption:before {
    background: #333;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 120px;
    margin-left: -60px;
}

.recommend {
    max-width: 600px;
    margin: 0 auto;
}

.seminar-contents {
    padding: 19px;
}
.seminar-attention {
    margin: 10px 0 0;
    font-size: 11px;
    color: #555;
}

@media (min-width: 768px) {
    .recommend > .media-object {
        float: left;
        margin-right: 30px;
    }
}

.program__contents {
    max-width: 600px;
    padding: 30px 0;
    margin: 0 auto;
}

.program-type {
    display: inline-block;
    padding: 9px 19px;
    line-height: 1;
    border: 1px solid #333;
}

.program-title > b {
    font-size: 24px;
    font-weight: inherit;
}

.outline {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 30px;
}

.outline > .inner {
    padding: 19px 19px;
}

.outline .media {
    margin-top: 0;
    margin-bottom: 15px;
}

.outline .access > p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .outline .access {
        margin-top: 10px;
        min-height: 80px;
        text-align: right;
    }
}

#footer {
	background: #333333;
	padding: 30px 0;
	margin-top: 30px;
}

#footer-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

#footer-nav > li {
	display: inline-block;
	margin-left: -5px;
	margin-right: 15px;
}

#footer-nav > li > a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #DDDDDD;
}

/* =Compornent
-------------------------------------------------------------- */

.apply-btn {
    background: #FFF !important;
    margin-bottom: 30px;
}

/* =SNS widgets
-------------------------------------------------------------- */

.sns-widgets-wrapper {
    margin: 20px 0;
}

.sns-widgets-wrapper:after {
    clear: both;
}

.sns-widgets-wrapper:before,
.sns-widgets-wrapper:after {
    content: "";
    display: table;
}

.sns-widgets {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .sns-widgets.collapse {
        display: block !important;
        float: right;
    }
}

.sns-widgets:after {
    clear: both;
}

.sns-widgets:before,
.sns-widgets:after {
    content: "";
    display: table;
}

.sns-widgets > li {
    height: 23px;
    float: left;
    margin: 20px 10px 0 0;
}

.sns-widgets img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}

.sns-widget-hatena {
    width: 50px;
    overflow: hidden;
}

.sns-widget-twitter-tweet {
    width: 100px;
    overflow: hidden;
}

.sns-widget-facebook-page {
    margin-top: 20px;
    background: #FFF;
    padding: 9px;
    border: 1px solid #DDD;
    border-radius: 4px;
}
