@charset "UTF-8";


.heroHeading.charm_example .heroHeading_image {
	background: url("../images/charm_example/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.charm_example .heroHeading_image {
		background: url("../images/charm_example/main.jpg") no-repeat center center;
		background-size: cover;
	}
}



.cont-txt {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7;
}


@media print, screen and (min-width: 800px) {
	.cont-txt {
		font-size: 1.5rem;
		line-height: 1.9;
	}
		
}


.content-ttl_brdr {
	margin-bottom: 30px;
}

.section-block+.section-block {
	margin-top: 100px;
}

.example-list {
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.example-list.hide {
	display: none;
}

.example-list li {
	width: 48%;
	margin-bottom: 40px;
}

.example-list li img {
	margin-bottom: 10px;
}

.example-list-ttl {
	padding: 0 10px 10px;
	border-bottom: 1px solid #00a0e9;
}

.example-list-ttl_en {
	color: #c6c6c6;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.example-list-ttl_ja {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}

.example-list-info {
	padding: 10px 10px 0;
}

.example-list-info-txt {
	font-size: 1.2rem;
	line-height: 1.3;
}



@media print, screen and (min-width: 800px) {
	.content-ttl_brdr {
		margin-bottom: 60px;
	}
	
	.section-block+.section-block {
		margin-top: 230px;
	}
	
	.example-list {
		display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	}
	
	.example-list::after{
		content:"";
		display: block;
		width:310px;
	}
	
	.example-list.hide {
		display: none;
	}
	
	.example-list li {
		width: 310px;
		margin-bottom: 80px;
	}
	
	.example-list li img {
		margin-bottom: 15px;
	}
	
	.example-list-ttl {
		padding: 0 20px 10px;
		border-bottom: 1px solid #00a0e9;
	}
	
	.example-list-ttl_en {
		color: #c6c6c6;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	
	.example-list-ttl_ja {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	
	.example-list-info {
		padding: 20px 20px 0;
	}
	
	.example-list-info-txt {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
}