@charset "utf-8";
/* CSS Document */
/*------------------------
	main
------------------------*/
main{
	background: url("/images/corp/main_bg.jpg") center top no-repeat;
	background-size: 100%;
	position: relative;
	width: 100%;
	height: 24.5vw;
	text-align: center;
	display: block;
}
main h2{
	font-weight: 900;
	font-size: 3vw;
	color: white;
	display: inline-block;
	margin: 5vw auto 2vw;
	position: relative;
	transition-delay: 0s;
}
main h2:before{
	content: "";
	background: url("/images/common/icon_plus.png") center no-repeat;
	background-size: calc(100% - 1px);
	width: 3vw;
	height: 3vw;
	display: block;
	position: absolute;
	top: 0;
	left: -3.9vw;
}
main h2:after{
	content: "";
	background-color: #585e62;
	width: 5vw;
	height: 0.3vw;
	display: block;
	margin: 1vw auto 0;
}
main .leadTxt{
	color: white;
	font-size: 1.8vw;
	transition-delay: 0.1s;
}
@media screen and (max-width:960px){
	main{
		background-size: 189%;
		height: 65vw;
	}
	main h2{
		font-weight: 900;
		font-size: 7vw;
		margin: 26vw auto 4vw;
	}
	main h2:before{
		width: 5vw;
		height: 5vw;
		top: 1.3vw;
		left: -6.5vw;
	}
	main h2:after{
		width: 16vw;
		height: 0.7vw;
		margin: 3vw auto 0;
	}
	main .leadTxt{
		font-size: 3.7vw;
		line-height: 1.5em;
	}
}
/*------------------------
	message
------------------------*/
#message{
	background-color: #2b3034;
	padding-bottom: 2vw;
	margin-bottom: 6vw;
	position: relative;
}
#message:before,
#message:after{
	content: "";
	background-image:url("/images/common/bg_cross01.png");
	background-position: bottom; 
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 10.5vw;
}
#message:before{
	bottom: calc(100% - 1px);
}
#message:after{
	top: calc(100% - 1px);
	transform: scale(1,-1);
}
#message h3{
	font-weight: 700;
	font-size: 2vw;
	color: white;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	transition-delay: 0.2s;
}
#message h3:after{
	content: "";
	background-color: #585e62;
	width: 5vw;
	height: 0.3vw;
	display: block;
	margin: 1vw auto 0;
}
#message .messageWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 78%;
	margin: 3vw auto 0;
	transition-delay: 0.3s;
}
#message .messageWrap .overview{
	width: 48.5%;
}
#message .messageWrap .overview .txt{
	color: white;
	font-size: 1vw;
	line-height: 2.2em;
}
#message .messageWrap .overview .name{
	color: white;
	font-size: 1vw;
	line-height: 2em;
	text-align: right;
	margin-top: 2vw;
}
#message .messageWrap .overview .name strong{
	font-size: 140%;
}
#message .messageWrap figure{
	width: 48.5%;
}
@media screen and (max-width:960px){
	#message{
		padding: 8vw 0 10vw;
		margin-bottom: -1vw;
	}
	#message h3{
		font-size: 5vw;
		text-align: center;
		line-height: 1.5em;
	}
	#message h3:after{
		width: 16vw;
		height: 0.7vw;
		margin: 2vw auto 0;
	}
	#message .messageWrap{
		display: block;
		width: 90%;
		margin: 3vw auto 0;
	}
	#message .messageWrap .overview{
		width: 100%;
	}
	#message .messageWrap .overview .txt{
		font-size: 3.5vw;
		line-height: 1.8em;
	}
	#message .messageWrap .overview .name{
		font-size: 3.5vw;
	}
	#message .messageWrap figure{
		width: 100%;
		margin-top: 6vw;
	}
}
/*------------------------
	content
------------------------*/
.contentWrap{
	text-align: center;
	padding-top: 7vw;
}
.contentWrap:last-child{
	margin-bottom: 8vw;
}
.contentWrap h3{
	text-align: center;
	margin-bottom: 2vw;
}
.contentWrap h3:after{
	content: "";
	background-color: #b0b0b0;
	width: 5vw;
	height: 0.3vw;
	display: block;
	margin: 1vw auto 0;
}
.contentWrap h3 p{
	font-weight: 900;
	font-size: 2vw;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
}
.contentWrap h3 p:before{
	content: "";
	background: url("/images/common/icon_plus.png") center no-repeat;
	background-size: calc(100% - 1px);
	width: 2vw;
	height: 2vw;
	display: block;
	position: absolute;
	top: 0.25vw;
	left: -2.8vw;
}
.contentWrap .contentInner{
	width: 78%;
	margin: 0 auto;
	position: relative;
}
.contentWrap .contentInner:before,
.contentWrap .contentInner:after{
	content: "";
	position: absolute;
	display: block;
	width: 8vw;
	height: 8vw;
}
.contentWrap .contentInner:before{
	background: url("/images/common/bg_pattern02.png") repeat;
	background-position: 1px 1px;
	background-size: 8%;
}
.contentWrap .contentInner:after{
	background-color: rgba(50, 59, 67, 0.15);
}
@media screen and (max-width:960px){
	.contentWrap{
		padding-top: 17vw;
	}
	.contentWrap:last-child{
		margin-bottom: 22vw;
	}
	.contentWrap h3{
		margin: 0 auto 4vw;
	}
	.contentWrap h3:after{
		width: 16vw;
		height: 0.7vw;
		margin: 2vw auto 0;
	}
	.contentWrap h3 p{
		font-size: 6vw;
	}
	.contentWrap h3 p:before{
		width: 5vw;
		height: 5vw;
		top: 1.4vw;
		left: -6.5vw;
	}
	.contentWrap .contentInner{
		width: 90%;
	}
	.contentWrap .contentInner:before,
	.contentWrap .contentInner:after{
		width: 17vw;
		height: 17vw;
	}
}
/*------------------------
	corp
------------------------*/
#corp .contentInner{
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#corp .contentInner:before{
	right: -4%;
	top: -6%;
}
#corp .contentInner:after{
	left: -5%;
	bottom: -6%;
}
#corp .contentInner figure{
	line-height: 0;
	position: relative;
}
#corp .contentInner .overview{
	padding: 5vw;
	position: relative;
	background-color: white;
	z-index: 1;
}
#corp .contentInner .overview dl{
	display: flex;
	padding: 1.5vw 0;
	border-bottom: 1px solid #b8b8b8;
}
#corp .contentInner .overview dl dt{
	font-weight: 700;
	font-size: 0.95vw;
	line-height: 1.4em;
	text-align: left;
	margin-left: 2vw;
	width: 14%;
}
#corp .contentInner .overview dl dd{
	font-size: 0.95vw;
	text-align: left;
	line-height: 1.4em;
}
#corp .contentInner .overview .gmarkWrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2vw;
}
#corp .contentInner .overview .gmarkWrap i{
	width: 10%;
	margin-right: 2%;
}
#corp .contentInner .overview .gmarkWrap .gmarkTxt{
	font-size: 0.95vw;
	line-height: 1.8em;
	width: 50%;
	text-align: left;
}
@media screen and (max-width:960px){
	#corp .contentInner:before{
		right: -7%;
		top: -4%;
	}
	#corp .contentInner:after{
		left: -7%;
		bottom: -6%;
	}
	#corp .contentInner .overview{
		padding: 5vw;
	}
	#corp .contentInner .overview dl{
		display: block;
		padding: 3vw 0;
	}
	#corp .contentInner .overview dl dt{
		font-size: 4vw;
		margin-left: 0;
		margin-bottom: 1vw;
		width: 100%;
	}
	#corp .contentInner .overview dl dd{
		font-size: 3.5vw;
		line-height: 1.4em;
	}
	#corp .contentInner .overview .gmarkWrap{
		margin-top: 3vw;
		justify-content: left;
	}
	#corp .contentInner .overview .gmarkWrap i{
		width: 19%;
		margin-right: 4%;
	}
	#corp .contentInner .overview .gmarkWrap .gmarkTxt{
		font-size: 3vw;
		line-height: 1.7em;
		width: 77%;
	}
}
/*------------------------
	business
------------------------*/
#business .contentInner:before{
	bottom: -3%;
	left: -5%;
}
#business .contentInner:after{
	top: 6%;
	right: -3%;
}
#business .contentInner.column2{
	clear: both;
	display: inline-block;
}
#business .contentInner.column2 figure{
	position: relative;
	width: 50%;
	z-index: 2;
	float: left;
}
#business .contentInner.column2 figure img{
	box-shadow:3px 3px 8px 0px rgba(0,0,0,0.3);
}
#business .contentInner.column2 .overview{
	background-color: white;
	position: relative;
	width: 54%;
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	z-index: 1;
	float: right;
	padding: 3vw 2.5vw 3vw 7vw;
	margin-top: -16vw;
}
#business .contentInner.column2 .overview .businessList{
	margin-bottom: 1.3vw;
}
#business .contentInner.column2 .overview .businessList li{
	font-weight: 700;
    font-size: 1.2vw;
    position: relative;
}
#business .contentInner.column2 .overview .businessList li + li{
	margin-top: 0.8vw;
}
#business .contentInner.column2 .overview .businessList li:before{
	content: "";
	background-color: #fb0300;
	width: 0.6vw;
	height: 0.6vw;
	display: block;
	position: absolute;
	top: calc(50% - 0.3vw);
	left: -1.1vw;
}
#business .contentInner.column2 .overview .txt{
	font-size: 0.95vw;
	line-height: 1.8em;
}
@media screen and (max-width:960px){
	#business .contentInner:before{
		bottom: 93%;
		left: 88%;
	}
	#business .contentInner:after{
		top: 93%;
		right: 88%;
	}
	#business .contentInner.column2{
		box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	}
	#business .contentInner.column2 figure{
		width: 100%;
		line-height: 0;
	}
	#business .contentInner.column2 figure img{
		box-shadow: none;
	}
	#business .contentInner.column2 .overview{
		box-shadow: none;
		width: 100%;
		padding: 4vw 5vw 5.5vw;
		margin-top: 0;
	}
	#business .contentInner.column2 .overview .businessList{
		margin-bottom: 3vw;
	}
	#business .contentInner.column2 .overview .businessList li{
	    font-size: 4.5vw;
	    line-height: 1.4em;
	    margin-left: 3.3vw;
	}
	#business .contentInner.column2 .overview .businessList li + li{
		margin-top: 2vw;
	}
	#business .contentInner.column2 .overview .businessList li:before{
		width: 1.8vw;
		height: 1.8vw;
		top: 2.3vw;
		left: -3.1vw;
	}
	#business .contentInner.column2 .overview .txt{
		font-size: 3.5vw;
	}
}
/*------------------------
	vehicle
------------------------*/
#vehicle .contentInner:before{
	top: -5%;
	right: -4%;
}
#vehicle .contentInner:after{
	bottom: 23%;
	left: -6%;
}
#vehicle .contentInner .vehicleImgList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#vehicle .contentInner .vehicleImgList li{
	width: 31%;
}
#vehicle .contentInner .vehicleImgList li:nth-child(n + 4){
	margin-top: 2vw;
}
#vehicle .contentInner .vehicleImgList li figure img{
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#vehicle .contentInner .vehicleImgList li p{
	font-size: 1.1vw;
	margin-top: 0.7vw;
}
#vehicle .contentInner .vehicleImgList li p small{
	font-size: 80%;
	margin-left: -0.3vw;
}
#vehicle .contentInner .vehicleList{
	background-color: white;
	margin-top: 3vw;
	padding: 2vw 5vw 2.5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#vehicle .contentInner .vehicleList .vehicleListWrap{
	width: 48%;
	text-align: left;
}
#vehicle .contentInner .vehicleList .vehicleListWrap dl{
	display: inline-block;
	margin: 0.5vw 0;
	position: relative;
	clear: both;
	width: 100%;
}
#vehicle .contentInner .vehicleList .vehicleListWrap dl:before{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: dotted 1px #b8b8b8;
}
#vehicle .contentInner .vehicleList .vehicleListWrap dl dt{
	font-size: 0.95vw;
	background-color: white;
	position: relative;
	padding-right: 0.5vw;
	float: left;
}
#vehicle .contentInner .vehicleList .vehicleListWrap dl dd{
	font-weight: bold;
	font-size: 0.95vw;
	background-color: white;
	position: relative;
	padding-left: 0.5vw;
	float: right;
}
#vehicle .contentInner .vehicleList .total{
	font-weight: 700;
	font-size: 1.8vw;
	color: #fb0300;
	margin-top: 1vw;
	padding-top: 1.3vw;
	width: 100%;
	text-align: right;
	border-top: solid 1px #b8b8b8;
}
@media screen and (max-width:960px){
	#vehicle .contentInner:before{
		top: -5%;
		right: -7%;
	}
	#vehicle .contentInner:after{
		bottom: 38%;
		left: -11%;
	}
	#vehicle .contentInner .vehicleImgList li{
		width: 48%;
	}
	#vehicle .contentInner .vehicleImgList li:nth-child(n + 3){
		margin-top: 4.5vw;
	}
	#vehicle .contentInner .vehicleImgList li p{
		font-size: 3.5vw;
		line-height: 1.3em;
		margin-top: 1vw;
	}
	#vehicle .contentInner .vehicleImgList li p small{
		margin-left: -0.3vw;
	}
	#vehicle .contentInner .vehicleList{
		margin-top: 9vw;
		padding: 4vw 5vw 5vw;
	}
	#vehicle .contentInner .vehicleList .vehicleListWrap{
		width: 100%;
	}
	#vehicle .contentInner .vehicleList .vehicleListWrap dl{
		margin: 2vw 0;
	}
	#vehicle .contentInner .vehicleList .vehicleListWrap dl dt{
		font-size: 3vw;
		padding-right: 1vw;
		letter-spacing: 0.02em;
	}
	#vehicle .contentInner .vehicleList .vehicleListWrap dl dd{
		font-size: 3vw;
		padding-left: 2vw;
	}
	#vehicle .contentInner .vehicleList .total{
		font-size: 6vw;
		margin-top: 3vw;
		padding-top: 4.3vw;
	}
}


/******************/
.contentWrap {
    text-align: center;
    margin-bottom: 6vw;
}
.contentWrap h3 {
    text-align: center;
    margin-bottom: 2vw;
}
.contentWrap h3 p {
    font-weight: 900;
    font-size: 3vw;
    line-height: 1.3em;
    display: inline-block;
    position: relative;
}
.contentWrap h3 p strong {
    font-size: 120%;
    color: #fb0300;
}
.contentWrap h3 p:before {
    content: "";
    background: url(/images/common/icon_plus.png) center no-repeat;
    background-size: calc(100% - 1px);
    width: 3vw;
    height: 3vw;
    display: block;
    position: absolute;
    top: 0.6vw;
    left: -4.3vw;
}
.contentWrap h3:after {
    content: "";
    background-color: #b0b0b0;
    width: 5vw;
    height: 0.3vw;
    display: block;
    margin: 1vw auto 0;
}
.contentWrap .contentInner {
    width: 78%;
    margin: 0 auto;
    position: relative;
}
#content05 .contentInner:before {
    top: -21%;
    left: -6%;
}
.contentWrap .contentInner:before, .contentWrap .contentInner:after {
    content: "";
    position: absolute;
    display: block;
    width: 8vw;
    height: 8vw;
}
#content05 .pointList{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#content05 .pointList li {
    width: 32%;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#content05 .pointList li figure img {
    box-shadow: none;
}
.contentWrap .contentInner figure img {
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#content05 .pointList li .overview {
    background-color: white;
    padding: 1vw 1vw 2vw;
}
#content05 .pointList li .overview h4 {
    margin-bottom: 0.8vw;
}
#content05 .pointList li .overview h4 .number {
    font-size: 3.5vw;
    color: #fb0300;
    margin-bottom: 0.3vw;
}
#content05 .pointList li .overview h4 p {
    font-weight: 700;
    font-size: 1.7vw;
}
#content05 .pointList li .overview .txt {
    font-size: 1vw;
    line-height: 1.6em;
}
#content05 .contentInner:after {
    bottom: -14%;
    right: -5%;
}
.contentWrap .contentInner:after {
    background-color: rgba(50, 59, 67, 0.15);
}


@media screen and (max-width: 960px){

    .contentWrap {
        margin-bottom: 25vw;
    }
.contentWrap h3 {
    margin: 0 auto 4vw;
}
#content05 h3 p {
    text-indent: 8vw;
}
.contentWrap h3 p {
    font-size: 6.2vw;
    line-height: 1.2em;
}
.contentWrap h3 p:before {
    width: 5vw;
    height: 5vw;
    top: 1.8vw;
    left: -6.5vw;
}
#content05 h3 p {
    text-indent: 8vw;
}
.contentWrap h3 p {
    font-size: 6.2vw;
    line-height: 1.2em;
}
.contentWrap h3:after {
    width: 16vw;
    height: 0.7vw;
    margin: 3vw auto 0;
}
.contentWrap .contentInner {
    width: 90%;
}
#content05 .contentInner:before {
    top: -3%;
    left: 91%;
}
.contentWrap .contentInner:before, .contentWrap .contentInner:after {
    width: 17vw;
    height: 17vw;
}
#content05 .pointList {
    display: block;
}
#content05 .pointList li {
    width: 95%;
    margin: 0 auto;
}
#content05 .pointList li .overview {
    padding: 3vw 0 5vw;
}
#content05 .pointList li .overview h4 {
    margin-bottom: 2vw;
}
#content05 .pointList li .overview h4 .number {
    font-size: 11vw;
    margin-bottom: 2vw;
}
#content05 .pointList li .overview h4 p {
    font-size: 5vw;
}
#content05 .pointList li .overview .txt {
    font-size: 3.5vw;
    line-height: 1.6em;
}
#content05 .pointList li + li {
    margin-top: 6vw;
}

}



/****************/
#contact01.contactWrap {
    margin-bottom: 6vw;
    padding: 1vw 0 2vw;
}
.contactWrap {
    background-color: #d63722;
    position: relative;
}
.contactWrap:before {
    bottom: calc(100% - 1px);
}
.contactWrap:before, #contact01.contactWrap:after {
    content: "";
    background-image: url(/images/common/bg_cross02.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 10.5vw;
}
#contact01.contactWrap:after {
    top: calc(100% - 1px);
    transform: scale(1,-1);
}

.contactWrap:before, #contact01.contactWrap:after {
    content: "";
    background-image: url(/images/common/bg_cross02.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 10.5vw;
}
.contactWrap h3 {
    font-size: 2.1vw;
    color: white;
    text-align: center;
    line-height: 1.35em;
    position: relative;
}
.contactWrap .contactBtnWrap {
    text-align: center;
    margin-top: 2vw;
}
.contactWrap .contactBtnWrap .callTxt {
    font-size: 1.7vw;
    line-height: 1.3em;
    color: #fffc01;
    position: relative;
    display: inline-block;
}
.contactWrap .contactBtnWrap .btn {
    margin: 1.2vw auto 0;
    width: 50%;
}
.contactWrap .contactBtnWrap .callTxt:before {
    right: 109%;
    transform: rotate(135deg);
}
.contactWrap .contactBtnWrap .callTxt:before, .contactWrap .contactBtnWrap .callTxt:after {
    content: "";
    background-color: #fffc01;
    position: absolute;
    top: 0.5vw;
    display: block;
    width: 2px;
    height: 4vw;
}
.contactWrap .contactBtnWrap .callTxt:after {
    left: 107%;
    transform: rotate(45deg);
}
@media screen and (max-width: 960px){
.contactWrap h3 {
    font-size: 5vw;
}
.contactWrap .contactBtnWrap {
    margin-top: 4vw;
}
.contactWrap .contactBtnWrap .callTxt {
    font-size: 4.5vw;
}
.contactWrap .contactBtnWrap .callTxt:before {
    right: 109%;
}
.contactWrap .contactBtnWrap .callTxt:after {
    left: 107%;
}
.contactWrap .contactBtnWrap .callTxt:before, .contactWrap .contactBtnWrap .callTxt:after {
    top: 1vw;
    height: 10vw;
}
}

input,
textarea{
    max-width: 100%;
}




.mainleftimg{
    position: absolute;
    top: 1vw;
    left: -5vw;
    z-index: 3;
    width: 30vw;
}
.mainrightimg{
    position: absolute;
    top: 2vw;
    right: -5vw;
    z-index: 3;
    width: 30vw;
}
@media screen and (max-width: 960px){
.mainleftimg,
.mainrightimg{
    display: none;
}
}



.box{
    margin-bottom: 1.5vw;
}
.sbox{
    margin-bottom: 1vw;
}
.ssbox{
    margin-bottom: 0.5vw;
}

.color_blue{
    color: blue;
}


.wpcf7 label{
    position: relative;
    display: block;
    text-align: left;
}
.wpcf7 input,
.wpcf7 textarea{
    width: 100%;
    border: 1px solid #cbc3ac;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}
.wpcf7{

}
.hissu_wrap{
    position: relative;
}
.hissu_wrap input,
.hissu_wrap textarea{
    padding-left: 50px;
}
.hissu{
    position: absolute;
    left: 6px;
    top: 12px;
    background-color: #2d2d2d;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.wpcf7 input[type="submit"]{
    background: #398e39;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 50%;
    padding: 30px;
    margin: 0 auto;
    font-size: 23px;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.flex_between{
    justify-content: space-between;
}
@media screen and (min-width: 961px){
.flexbox_pc{
    display: flex;
}
.wpcf7 .flexbox_pc > *{
    width: 48%;
}
.wpcf7 textarea{
    height: 250px;
}
}
@media screen and (max-width: 960px){
    .wpcf7 input[type="submit"]{
        width: 100%;
    }
}







/**********************/
#news .newsList {
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
#news .newsList li a .date {
    margin-right: 2vw;
    font-size: 0.9vw;
    line-height: 1.4em;
}
#news .newsList li a .newsTitle {
    font-size: 0.9vw;
    line-height: 1.5em;
    text-align: left;
}
#news .newsList li a {
    background-color: white;
    padding: 1.5vw 2vw;
    display: flex;
    border-bottom: solid 1px #b0b0b0;
}
#news .contentInner:before {
    top: -22%;
    right: -4%;
}
.contentWrap .contentInner:before {
    background: url(/images/common/bg_pattern02.png) repeat;
    background-position: 1px 1px;
    background-size: 8%;
}
.contentWrap .contentInner:before, .contentWrap .contentInner:after {
    content: "";
    position: absolute;
    display: block;
    width: 8vw;
    height: 8vw;
}
#news .contentInner:after {
    bottom: -10%;
    left: -5%;
}
.contentWrap .contentInner:after {
    background-color: rgba(50, 59, 67, 0.15);
}
#news .newsList li a {
    background-color: white;
    padding: 1.5vw 2vw;
    display: flex;
    border-bottom: solid 1px #b0b0b0;
}

@media screen and (min-width: 960px){
#news .newsList li a, #news .newsList li a:hover {
    transition: 0.1s ease;
}
#news .newsList li a:hover {
    transform: scale(1.03);
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#news .newsList li a, #news .newsList li a:hover {
    transition: 0.1s ease;
}
}

@media screen and (max-width: 960px){
#news .newsList li a {
    background-color: white;
    padding: 3vw 4vw;
    display: block;
    border-bottom: solid 1px #b0b0b0;
    text-align: left;
}
#news .newsList li a .newsTitle {
    font-size: 3vw;
    line-height: 1.7em;
    text-align: left;
    margin-top: 1.5vw;
}
#news .contentInner:before {
    top: -7vw;
    right: 0%;
}
.contentWrap .contentInner:before, .contentWrap .contentInner:after {
    width: 17vw;
    height: 17vw;
}
#news .contentInner:after {
    bottom: -7.5vw;
    left: -4%;
}
#news .contentInner {
    width: 100%;
}
#news .newsList li a .date {
    margin-right: 0;
    font-size: 3.5vw;
}
}