@charset "utf-8";

.functionSec {
}

.functionSec .intro {
	margin-bottom: 20px;
}

.functionSec .intro .copy {
	color: #cc1225;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.functionSec .navi {
	margin-bottom: 25px;
}

.functionSec .navi ul {
	border-top: 1px solid #cccccc;
}

.functionSec .navi ul li {
	width: 50%;
	float: left;
	line-height: 1.2;
	border-bottom: 1px solid #cccccc;
}

.functionSec .navi ul li:nth-child(odd) {
	border-right: 1px solid #cccccc;
}

.functionSec .navi ul li a {
	display: block;
	height: 100%;
	padding: 15px 17px 15px 17px;
	text-decoration: none;
	position: relative;
}

.functionSec .navi ul li:last-child a {
	padding: 5px 17px 5px 17px;
}

.functionSec .navi ul li a:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/common/ico_arrow08.png) no-repeat left center;
	background-size: 11px;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -6px;
}

.functionSec .listWrap {
	margin:0;
	padding:0;
}

.functionSec .listWrap .item {
	padding-top: 50px;
	padding-bottom: 50px;
}

.functionSec .listWrap .item:nth-child(odd) {
	background-color: #dbe9ef;
}

.functionSec .listWrap .item .title {
	padding-bottom: 5px;
	padding-left: 60px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	position: relative;
}

.functionSec .listWrap .item .title.allowance {
	padding-left: 70px;
}

.functionSec .listWrap .item .title.documents {
	padding-left: 70px;
}

.functionSec .listWrap .item .title.mynNumber {
	padding-left: 80px;
}

.functionSec .listWrap .item:nth-child(even) .title {
	border-bottom: 2px solid #bbbbbb;
}

.functionSec .listWrap .item .title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.functionSec .listWrap .item .title.time:before {
	width: 47px;
	height: 47px;
	background: url(../images/common/ico_time02.png) no-repeat left top;
}

.functionSec .listWrap .item .title.staff:before {
	width: 43px;
	height: 38px;
	background: url(../images/common/ico_staff03.png) no-repeat left top;
	left: 5px;
}

.functionSec .listWrap .item .title.allowance:before {
	width: 56px;
	height: 51px;
	background: url(../images/common/ico_wallet02.png) no-repeat left top;
}

.functionSec .listWrap .item .title.documents:before {
	width: 53px;
	height: 52px;
	background: url(../images/common/ico_documents01.png) no-repeat left top;
}

.functionSec .listWrap .item .title.report:before {
	width: 46px;
	height: 46px;
	background: url(../images/common/ico_report01.png) no-repeat left top;
}

.functionSec .listWrap .item .title.mynNumber:before {
	width: 69px;
	height: 46px;
	background: url(../images/common/ico_card01.png) no-repeat left top;
}

.functionSec .listWrap .item .title.manage:before {
	width: 53px;
	height: 52px;
	background: url(../images/common/ico_building01.png) no-repeat left top;
}

.functionSec .listWrap .item .title.invoice:before {
	width: 47px;
	height: 54px;
	background: url(../images/common/ico_document02.png) no-repeat left top;
}

.functionSec .listWrap .item .title.value:before {
	width: 47px;
	height: 54px;
	background: url(../images/common/ico_value.png) no-repeat left top;
}




.functionSec .listWrap .item .left {
	width: 48%;
	float: left;
}

.functionSec .listWrap .item .right {
	width: 48%;
	float: right;
}

.functionSec .listWrap .item ul {
	margin: 0 -15px -25px;
}

.functionSec .listWrap .item:last-child ul {
	margin: 0 0 -25px;
}

.functionSec .listWrap .item ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 25px;
}

.functionSec .listWrap .item:last-child ul li {
	width: auto;
	float: none;
	padding: 0;
	margin-bottom: 25px;
}

.functionSec .listWrap .item ul li .inner {
	height: 100%;
	padding: 20px 15px 0 15px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.05);
}

.functionSec .listWrap .item:nth-child(even) ul li .inner {
	background-color: #fffaeb;
}

.functionSec .listWrap .item ul li .inner .pic {
	width: 50.55%;
	float: right;
}

.functionSec .listWrap .item ul li .inner .pic img {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.functionSec .listWrap .item ul li .inner .pic img.fullBorder {
	border-bottom: 1px solid #aaaaaa;
}

.functionSec .listWrap .item ul li .inner .cont {
	width: 43.957%;
	float: left;
	padding-bottom: 15px;
}

.functionSec .listWrap .item ul li .inner .cont dl {
}

.functionSec .listWrap .item ul li .inner .cont dl dt {
	margin-bottom: 5px;
	color: #cc1225;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
}

.functionSec .listWrap .item ul li .inner .cont dl dt .small {
	font-size: 16px;
}

.functionSec .listWrap .item ul li .inner .cont dl dd {
	font-size: 14px;
}


@media screen and (max-width:768px){

}

@media screen and (max-width:767px){

	.functionSec {
		padding-top: 10px;
	}

	.functionSec .intro .copy {
		font-size: 30px;
		letter-spacing: normal;
	}

	.functionSec .listWrap .item:last-child {
		padding-top: 0;
		padding-bottom: 0;
	}

	.functionSec .listWrap .item .title {
		padding-left: 50px;
		padding-bottom: 2px;
		font-size: 23px;
	}

	.functionSec .listWrap .item .title.allowance {
		padding-left: 55px;
	}

	.functionSec .listWrap .item .title.documents {
		padding-left: 55px;
	}

	.functionSec .listWrap .item .title.mynNumber {
		padding-left: 60px;
	}

	.functionSec .listWrap .item .title.time:before {
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
	}

	.functionSec .listWrap .item .title.staff:before {
		width: 34px;
		height: 30px;
		background-size: 34px 30px;
		left: 5px;
	}

	.functionSec .listWrap .item .title.allowance:before {
		width: 42px;
		height: 38px;
		background-size: 42px 38px;
	}

	.functionSec .listWrap .item .title.documents:before {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
	}

	.functionSec .listWrap .item .title.report:before {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
	}

	.functionSec .listWrap .item .title.mynNumber:before {
		width: 52px;
		height: 35px;
		background-size: 52px 35px;
	}

	.functionSec .listWrap .item .title.manage:before {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
	}

	.functionSec .listWrap .item .title.invoice:before {
		width: 35px;
		height: 41px;
		background: url(../images/common/ico_document03.png) no-repeat left top;
		background-size: 35px 41px;
	}

	.functionSec .listWrap .item .left {
		width: auto;
		float: none;
		padding: 35px 0;
	}

	.functionSec .listWrap .item .right {
		width: auto;
		float: none;
		padding: 35px 17px;
		margin: 0 -17px;
		background-color: #fff;
	}

	.functionSec .listWrap .item .right .title {
		border-bottom: 2px solid #bbbbbb;
	}

	.functionSec .listWrap .item ul {
		margin: 0;
	}

	.functionSec .listWrap .item ul li {
		width: auto;
		float: none;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}

	.functionSec .listWrap .item ul li:last-child {
		padding: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.functionSec .listWrap .item ul li .inner {
		padding: 0;
		background-color: transparent;
		box-shadow: none;
	}

	.functionSec .listWrap .item:nth-child(even) ul li .inner {
		background-color: transparent;
	}

	.functionSec .listWrap .item ul li .inner .pic {
		width: 44.286%;
		max-width: 302px;
		float: left;
	}

	.functionSec .listWrap .item ul li .inner .pic img {
		border: 1px solid #aaaaaa;
	}

	.functionSec .listWrap .item ul li .inner .cont {
		width: auto;
		float: none;
		padding-left: 15px;
		padding-bottom: 0;
		overflow: hidden;
	}

	.functionSec .listWrap .item ul li .inner .cont dl {
	}

	.functionSec .listWrap .item ul li .inner .cont dl dt {
		margin-bottom: 5px;
		font-size: 18px;
		letter-spacing: -.05em;
	}

	.functionSec .listWrap .item ul li .inner .cont dl dt .small {
		display: inline-block;
		font-size: 14px;
		line-break: 1.2;
	}

	.functionSec .listWrap .item ul li .inner .cont dl dd {
		line-height: 1.4;
	}
}

@media screen and (max-width:360px) {

	.functionSec .intro .copy {
		font-size: 7.5vw;
	}

	.functionSec .navi ul li {
		font-size: 4.2vw;
	}

	.functionSec .listWrap .item ul li .inner .cont dl dt {
		font-size: 5vw;
	}

	.functionSec .listWrap .item ul li .inner .cont dl dt .small {
		font-size: 3.7vw;
	}

	.functionSec .listWrap .item ul li .inner .cont dl dd {
		font-size: 4.2vw;
	}
}


.menu_box{
	padding:20px 10px !important;
}

.menu_col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menu_col_4:after{
	content:"";
	display:block;
	width: 100%;
	height:0;
}
.menu_col_4-item { 
	width: 19%;
	margin-right: 1%;
}

.menu_col_4-item:nth-child(5n) {
	margin-right: 0;
}


@media screen and (max-width: 768px) {
}
	@media screen and (max-width: 480px) {
	}

.bgshadow_colum{
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-color:#FFF;
	margin: 8% auto;
	padding:0;
	min-height:140px;
}

.bgshadow_colum p{ text-align: center; padding:1em 1em 2em; margin-bottom:0; font-size:14px; line-height:1em; color:#0856A7; position: relative; letter-spacing:0.03em; }

.bgshadow_colum a{ 
	color:#0856A7;
	text-decoration:none;
	font-weight:bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
	display:block;
}
.bgshadow_colum a:hover{ text-decoration:none !important; }

.arrow_down {
	font-size: 7px;
	position: absolute;
	width: 1em;
	height: 1em;
	border-bottom: 0.2em solid #39a9d6;
	border-right: 0.2em solid #39a9d6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:25%;
	right:14px;
}


.bgshadow_colum a:hover{
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration:underline;
}

.img_wrap{
	width:100%;
	max-width: 40px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	padding-top:2em;
}
.img_wrap img{ width:100%; height:100%;}
	@media screen and (max-width: 768px) {
		.img_wrap img{ margin-top:0px; }
	}


