@media screen and (min-width: 751px) {
    .staff .inner {
    overflow: hidden;
    }
    .staff .inner:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

	#concept .ctsBody{
		background:#006CB7;
		color:#FFFFFF;
	}
	#concept .read{
        letter-spacing: 2px;
	}
	#concept .read span{
		font-size: 140%;
	}
    h3{
        border-bottom: 1px solid #80B6DB;
        border-top: 1px solid #80B6DB;
    }
    .staff .inner{
        margin: 0 0 40px;
    }
        .staff .inner .photo{
            float: left;
            margin: 0 20px 0 0;
            width: 258px;
        }
        .staff .inner .photo img{
            width: 100%;
            height: auto;
        }
        .staff .inner .coment{
            letter-spacing: 1px;
        }
        .staff .inner .sns::after{
            clear: none;
        }
        .staff .detail {
            padding: 0px 0px 0px 278px;
        }
        .staff .detail p{
            font-size: 19px;
        }
        .staff .detail h4{
            font-size: 27px;
            line-height: 1.0;
        }
        .staff .detail h5{
            margin: 0 0 20px;
        }

}









@media screen and (max-width: 750px) {
    #concept .fading{
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 67px;
        width: 100%;
        background-color:rgba(0,108,183,0.9);
    }
    #concept .ctsBody{
        background:#006CB7;
        color:#FFFFFF;
    }
    #concept .read{
        letter-spacing: 2px;
    }
    #concept .read span{
        font-size: 140%;
    }
    h3{
        border-bottom: 1px solid #80B6DB;
        border-top: 1px solid #80B6DB;
    }
    .staff .inner{
        margin: 0 0 40px;
    }
        .staff .inner .photo img{
            width: 100%;
            height: auto;
        }
        .staff .inner .coment{
            letter-spacing: 1px;
        }
        .staff .detail p{
            font-size: 19px;
        }
        .staff .detail h4{
            font-size: 27px;
            line-height: 1.0;
        }
        .staff .detail h5{
            margin: 0 0 20px;
        }


}