﻿@charset "utf-8";
.module0083{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	
}

.module0083_box{
	width:100%;
	height: auto;
}
.module0083_box a{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 2rem 0px;
	border-bottom: 1px #dedede solid;
}
.module0083_box a:hover .module0083_box_left{
	color: var(--OneColor);
}
.module0083_box a:hover .module0083_box_right{
	color: var(--OneColor);
}
.module0083_box a:hover:after{
	width: 100%;
	opacity: 1;
}
.module0083_box a:after{
	content: '';
	width:0%;
	height: 1px;
	background: var(--OneColor);
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}

.module0083_box_left{
	width:calc(100% - 110px);
	font-size: 1rem;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0083_box_right{
	font-size: 1rem;
	color: var(--FontOneColor);
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



@media screen and (max-width:1023px)and (min-width:300px){
.module0083{
	width:96vw;
}
.module0083_box a{
	padding: 1rem 0px;
}

}