@charset "utf-8";
html , body , h1, h2, h3, h4, h5, h6 {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons","Hiragino Kaku Gothic Pro", "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.8;
    font-weight: 600;
}

p, span {
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
}

header {
    padding-top: 2em;
	padding-bottom: 2em;
}



a {
    color: #727272;
}

.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading{
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* 上方向のmargin */
.block-mt-sm {
  margin-top: 15px;
}
.block-mt-md {
  margin-top: 30px;
}
.block-mt-lg {
  margin-top: 60px;
}

/* 下方向のmargin */
.block-mb-sm {
  margin-bottom: 15px;
}
.block-mb-md {
  margin-bottom: 30px;
}
.block-mb-lg {
  margin-bottom: 60px;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   


.header_logo{
	margin : 0 auto;
	max-width : 200px;
}

@media screen and (min-width:480px) { 
	.header_logo{
		margin : 0 auto;
		max-width : 320px;
	}
}

.link{
	color:#007aff;
}




header .fh5co-navbar-brand .fh5co-logo:after{
	content:none;
	background :transparent;
}

header .fh5co-navbar-brand {
    padding-bottom: 1em;
}



header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section, #fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section, #fh5co-work-section {
    padding-bottom: 1em;
}

.bg_gray{
	background-color:#f2f2f2;
	padding-top : 80px;
	padding-bottom : 80px;
}


.blog-section span {
    display: block;
    font-size: 80px;
    color: #000;
    line-height: 0;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}

.heading-section h2:before {
    position: absolute;
    content: '';
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 20px;
    height: 3px;
    background: #FF4000;
}

.blog-section span small {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: rgba(0,0, 0, 1);
    font-weight: 600;
    line-height: 0;
    margin-left: 20px;
}

.blog-section p{
	font-size:16px;
	padding : 5px;
}

.heading-section h2 {
    position: relative;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

p.catch_text{
	margin-bottom : 0;
	padding-bottom : 0;
}

.img_zoom {
    position: relative;
}

.zoom {
    width: 50px;
    height: 50px;
    color: #FF4000;
/*    background-color: #2779bd;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    
    position: absolute;
    top: 0;
    right: 0;
}

.blog-section{
	margin-top : 80px;
}

.logo_youtube{
	margin-top : 50px;
	margin-bottom : 50px;
}

.youtube_broc p{
	margin-bottom : 0;
	padding-bottom : 0;
}

.btn-warning{
	color: #000;
    background-color: #FFF;
    border : 2px solid #000;
	font-size : 14px;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	font-weight:bold;
}

.btn-warning:hover{
	color: #fff;
    background-color: #666;
    border : 2px solid #000;
}


@media screen and (min-width:480px) { 
	.btn-warning{
		font-size : 18px;
	}

	.btn-warning:hover{
	}

}