﻿@charset "utf-8";
.module0280{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0280_con{
	width:48%;
	height: auto;
	margin-top: 2rem;
	border-top: 2px #dedede solid;
	position: relative;
	margin-right: 4%;
}
.module0280_con:nth-child(1){
	margin-top: 0rem;
}
.module0280_con:nth-child(2){
	margin-top: 0rem;
}
.module0280_con:nth-child(2n){
	margin-right: 0px;
}
.module0280_con:after{
	content: "";
	position: absolute;
	width: 0%;
	top: -2px;
	height: 1rem;
	border-top: 2px var(--OneColor) solid;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0280_con:hover:after{
	width: 100%;
}
.module0280_tit{
	padding-top: 2rem;
	font-size: 1.625rem;
	font-weight: bold;
	color: var(--OneColor);
}
.module0280_nei{
	padding: 1rem 0px;
	font-size: 1rem;
	color: var(--FontOneColor);
	line-height: 1.5em;
}

@media screen and (max-width:1023px)and (min-width:300px){

	.module0280{
		width:96vw;
		display: flex;
		justify-content:center;
		flex-direction: column;
	}
	.module0280_con{
		width:100%;
		margin-top: 1vh;
		margin-right: 0;
	}
	.module0280_con:nth-child(1){
		margin-top: 0rem;
	}
	.module0280_con:nth-child(2){
		margin-top: 1vh;
	}
	.module0280_con:nth-child(2n){
		margin-right: 0px;
	}


	.module0280_tit{
		padding-top: 1rem;
		font-size: 1.375rem;
	}


}