#main .cmnblock04wrap {
	background-image: url(../images/mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
	padding-top: 65px;
	padding-bottom: 65px;
	background-size: cover;
}
#main .cmnblock04 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	background-image: url(../images/bg_white.png);
	background-repeat: repeat;
	border-radius: 5px;
}
#main .cmnblock04 .title01 {
	background-position: left bottom;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 15px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 22px;
	text-shadow:none;
	height:auto;
}
#main .cmnblock04 .list li {
	float: left;
	margin-left: 18px;
	padding-top: 10px;
}
#main .cmnblock04 .list li:first-child,
#main .cmnblock04 .list li:nth-child(6){
	margin-left: 0;
}
#main .cmnblock04 .list li a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 42px;
	width: 200px;
	border: 2px solid #000;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	line-height: 1.3;
	padding-top: 1px;
}
#main .cmnblock04 .list li a span {
}
#main .cmnblock04 .list li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #000;
    border-right-color: #000;
}



/*-----スマホ-----*/
@media (max-width: 640px) {

#main .cmnblock04wrap {
	background-image: url(../images/mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: cover;
}
#main .cmnblock04 {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_white.png);
	background-repeat: repeat;
	border-radius: 5px;
	padding: 12px;
}
#main .cmnblock04 .title01 {
	background-image: url(../images/bg_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	margin-bottom: 14px;
	padding-bottom: 14px;
	width:100%;
	height:20px;
}
#main .cmnblock04 .list li {
	float: left;
	margin-left: 0;
	width:48%;
	display:table;
	/*margin-bottom:10px;*/
}
#main .cmnblock04 .list li:first-child {
	margin-left: 0;
}
#main .cmnblock04 .list li:nth-child(odd){
	float:left;
	clear:both;
}
#main .cmnblock04 .list li:nth-child(even){
	float:right;
}
#main .cmnblock04 .list li a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 42px;
	width: 100%;
	border: 2px solid #000;
	text-decoration: none;
	position: relative;
	line-height: 1;
	padding-top: 1px;
	font-size: 2.5vw;
}
#main .cmnblock04 .list li a span {
}
#main .cmnblock04 .list li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #000;
    border-right-color: #000;
}

}