@charset "UTF-8";
.plug {}
.plug_title {}
.plug_text {}
.plug_cols {
	display: flex;
	justify-content: space-between;
}
.plug_col {
	width: 100%;
}
.plug_col-no1 {}
.plug_text {}
.plug_addLink {
	display: flex;
	justify-content: center;
}
.plug_addLink > a {
	display: block;
}
.plug_addLink > a::before {
	content: "";
}
.plug_addLink > a::after {
	content: "";
}
.plug_addLink > a > img {}
.plug_col-no2 {}
@media screen and (min-width:1000px) {
	.plug_addLink > a:hover {}
}
@media screen and (max-width:999px) {
	.plug {}
	.plug_title {}
	.plug_text {}
	.plug_cols {}
	.plug_col {
		width: 100%;
	}
	.plug_col-no1 {}
	.plug_text {}
	.plug_addLink {}
	.plug_addLink > a {}
	.plug_addLink > a::before {}
	.plug_addLink > a::after {}
	.plug_addLink > a > img {}
	.plug_col-no2 {}
}
@media screen and (max-width:767px) {
	.plug {}
	.plug_title {}
	.plug_text {}
	.plug_cols {
		display: block;
	}
	.plug_col {
		width: 100%;
	}
	.plug_col-no1 {
		margin-bottom: 2;
	}
	.plug_text {}
	.plug_addLink {}
	.plug_addLink > a {}
	.plug_addLink > a::before {}
	.plug_addLink > a::after {}
	.plug_addLink > a > img {}
	.plug_col-no2 {}
}