@charset "UTF-8";
/*doc /asset/css/parts.css の上書き用
=========================================*/

.grid2 {
	margin-bottom: 30px;
}

.grid2 .columns {
	width: calc(100% * 0.5);
}

.grid3 {
	margin-bottom: 30px;
}

.grid3 .columns {
	width: calc(100% * 0.3333);
}

article h2 {
	background-image: none;
	border-bottom: none;
}


article .h3style2 {
	border-bottom: none;
	border-top: none;
}

article .h3style5 {
	color: #101010;
	border-bottom: none;
}

article .h3style2:before,
article .h3style2:after {
	content: none;
}

@media screen and (max-width: 767px) {
	.grid2 .columns,
	.grid3 .columns {
		width: 100%;
	}
}

.imgL30 {
	height: auto;
	margin: 0 30px 10px 0;
}

.imgL20 {
	height: auto;
	margin: 0 20px 10px 0;
}

.imgR20 {
	height: auto;
	margin: 0 0 10px 20px;
}

@media screen and (max-width: 767px) {
	.imgL20,
	.imgL30,
	.imgR20 {
		float: none;
		max-width: 100%;
		margin: 0 auto 10px;
		width: auto;
	}
}

.outer-radius,
.outer-radius2 {
	display: inline-block;
	line-height: 1.7;
	width: 100%;
}

.outer-radius ul li {
	background: none;
}

article .h2style3 {
	background: none;
	border: none;
}

article ul li {
    background: none;
}
