@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
}
.wrap_gallery img {
    width: 33%;
}
#wrap {

    background-image: url(../img/main_bg_pc.png);
    background-size: cover;
    width: 100%;
    padding: 30px 0 100px 0;
    background-repeat: no-repeat;
    z-index: 0;

}
.wrap_conts {

    padding: 30px 5% 30px 5%;
    width: 1000px;
    margin: 0 auto;

}
.wrap_conts h3 {

    text-align: center;
    line-height: 2em;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0 auto;
        margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: 7px;
    margin-bottom: 30px;

}
#wrap_b {

    width: 1000px;
    padding: 20px 0px 30px 0px;
    margin: 0 auto 0 auto;

}
.ul_title {

    font-size: 18px;
    border-bottom: solid 1px #000;
    letter-spacing: 7px;
    margin: 0 0 30px 0;
    display: inline-block;

}