@charset "UTF-8";

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#topline {
	height: 10px;
	background-color: #ff0000;
}

.cng_main {
	width:100%;
	padding: 40px 0 0 0 ;
	text-align:center;
	background-color: #fff;
}


.cng_five_box {
	margin:100px auto 50px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:1050px;
}

.cng_five_box li {
	width:300px;
	margin:0 25px 50px 25px;
}

.cng_five_box_1st {
	position: relative;
	color: #fff;
	font-size: 130%;
	text-align:center;
	background-color: #333;
}

.cng_five_box_1st_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


.cng_five_no {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.8em;
	text-align:center;
	margin:0 0 15px 0 ;
}

.cng_five_text {
	height: 8.4em;
}

.cng_five_time {
	width: 300px;
	height:45px;
	margin: 0 auto ;
	color: #fff;
	text-align:center;
	line-height: 45px;
	letter-spacing: 2.0px;
	background-color: #999;
	border-radius: 22px;
	-webkit-border-radius: 22px; 
	-moz-border-radius: 22px;
}




.cng_center_img {
    width:500px;
	margin:0 auto 100px auto;
}
.cng_center_img img {
    width:100%;
}



.cng_img_box01 {
    width:1000px;
	margin:0 auto;
}
.cng_img_box01 img {
    width:50%;
}



.cng_img_box02 {
    width:1000px;
	margin:0 auto 100px auto;
}
.cng_img_box02 img {
    width:25%;
}



.cng_scd {
	width:100%;
}
.cng_scd img {
	width:100%;
}

.cng_scd_img {
	width:100%;
}




.cng_btn_jjt {
    width:300px;
	margin:50px auto;
}
.cng_btn_jjt img {
    width:100%;
}




@media screen and (max-width:650px){


.cng_main img {
	width:90%;
}



.cng_five_box {
	width:80%;
}

.cng_five_box li {
	width:100%;
	margin:0 0 50px 0;
}

.cng_five_box_1st {
	
}

.cng_five_box_1st_text {
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(-0%) translateX(-0%);
	-webkit- transform: translateY(-0%) translateX(-0%);
}


.cng_five_no {
	margin:0 0 10px 0 ;
}

.cng_five_text {
	height: auto;
	margin:0 0 25px 0 ;
}

.cng_five_time {
	
}



.cng_img_box01 {
    width:100%;
}
.cng_img_box01 img {
    width:100%;
}

.cng_img_box02 {
    width:100%;
}
.cng_img_box02 img {
    width:50%;
}


.cng_center_img {
    width:70%;
	margin:0 auto 100px auto;
}

.cng_scd {
	overflow: hidden;
	width:100%;
	height:300px;
}
.cng_scd img {
	width:auto;
	height:100%;
}

.cng_scd_img {
	width:auto;
	height:300px;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


}



/*----------------------------------------------------
レスポンシブパーツ
----------------------------------------------------*/

.pc {display: block;}
.smp {display: none;}


@media screen and (max-width:999px){

.pc {display: none;}
.smp {display: block;}


}


/*----------------------------------------------------
Link
----------------------------------------------------*/

a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

a:link {color: #6ca484;text-decoration: underline;}
a:visited {color: #6ca484;}
a:hover {color: #6ca484;text-decoration: none;}
a:active {color: #6ca484;}

