﻿@charset "utf-8";

.module0351{
	width:100%;
	height:auto;
	padding: 5rem 0;
	margin: 0 auto;
}
.module0351_all{
	width:73vw;
	width:var(--mainwidth);
	height:auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.module0351_mune{
	width: 25%;
	height: auto;
	position: relative;
	padding: 1.875rem 0;
}
.module0351_mune:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
}
.module0351_mune a{
	display: flex;
	align-items: center;
	padding-left: 4.5rem;
	width: 86%;
	height: 3.25rem;
	border-radius:4px;
	font-size: 1.375rem;
	overflow: hidden;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.module0351_mune a:hover{
	background: var(--OneColor);
	color: var(--FontWhiColor);
}
.module0351_mune a.module0351_mune_a{
	background: var(--OneColor);
	color: var(--FontWhiColor);
}
.module0351_right{
	width: 70%;
	height: auto;
	position: relative;
	margin: 1.875rem 0;
}
.module0351_con{
	width:100%;
	height: auto;
	display: none;
}
.module0351_con_1{
	width:100%;
	color: var(--FontOneColor);
	font-size: 1.375rem;
	line-height: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.module0351_con_2{
	width:100%;
	height: auto;
	font-size: 1rem;
	color: var(--FontTowColor);
	line-height: 1.5rem;
	margin-top: 2.5rem;
}
.module0351_con_2 img{
	max-width: 100%;
}


@media screen and (max-width:1023px)and (min-width:300px){

.module0351{
	padding: 2rem 0;
}
.module0351_all{
	width:96vw;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.module0351_mune{
	width: 100%;
	height: auto;
	position: relative;
	padding:0;
	padding-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0351_mune:after{
	content: '';
	width: 100%;
	height: 1px;
	top:inherit;
	bottom: 0;
}
.module0351_mune a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:0;
	width: 48%;
	height: 3rem;
	font-size: 1.125rem;
	margin-right: 4%;
	margin-bottom: 5px;
}
	.module0351_mune a:nth-child(2n){ margin-right: 0px;}
	
	
.module0351_right{
	width: 100%;
	margin: 1.25rem 0;
	padding-top: 10px;
}

.module0351_con_2{
	margin-top: 1.5rem;
}

}
