
.mainimg__download {
    background: #000;
}
.pageSection--index01 {
    background-color: white;
    padding-bottom: 25px;
}
.pageSection--index02,
.pageSection--index03 {
    background-color: #ffffff;
}
.pageSection--index03 {
    padding-top: 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .hlLv02 {
    border-left: solid 10px #1e436a;
    font-family: "HelveticaNeue-CondensedBold";
    font-size: 28px;
    padding: 15px 10px 15px 20px;
	text-align: left;
}

 .hlLv03 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.UI_box {
	justify-content: space-between;
	margin-bottom: 60px;
}
.UI_box figure {
	width: 40%;
}
.UI_box .abouttext {
	width: 52%;
	font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-right: 30px;
}
.btn_download a {
    color: #FFF;
    width: 340px;
    text-align: center;
    background-color: #0065B3;
    border-radius: 30px;
    padding: 18px 10px;
    display: block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    cursor: revert;
    line-height: 1.2;
	margin-top: 30px;
}
.btn_download a::before {
    content: "▶";
    margin-right: 10px;
	font-size: 14px;
	padding-top: 4px;
}
.btn_download a:hover {
	opacity: 0.7;
}
#howto {
	border: 1px solid #ccc;
	padding: 30px ;
	margin-bottom: 40px;
}
.hlLv03-howto {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #1D436A;
    padding: 10px;
	margin-bottom: 30px;
}
.hlLv04-howto {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.7;
}
#howto dl {
	font-size: 14px;
    line-height: 1.7;
	margin-bottom: 20px;
}
#howto dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
}
.note {
	font-weight: bold;
	color: red;
}

/* download Tab Navi */

.hlLv01--downloadTop {
	height: 100px;
	line-height: 100px;
	font-size: 42px;
	color: #FFF;
	width: 976px;
	margin: 0 auto;
}

.downloadPageNavWrap {
	margin-bottom: 35px;
}
.downloadPageNav__item {
	float: left;
	width: 312px;
	margin-left: 20px;
}
.downloadPageNav__item:first-child {
	margin-left: 0;
}
.downloadPageNav__item a {
	display: block;
	height:60px;
	box-sizing: border-box;
	border-bottom: #666 solid 2px;
	text-align:center;
	line-height:60px;
	font-size:18px;
}
.downloadPageNav__item a:hover,
.downloadPageNav__item a.current {
	color: #66FFFF;
	border-bottom: #66FFFF solid 2px;
}
.downloadPageNav__tab--4btn {
    width: 242px;
}
.downloadPageNav__tab {
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 2px;
	
}
.downloadPageNav__tab:first-child {
	margin-left: 0;
}
.downloadPageNav__tab a {
	display: block;
	height:35px;
	box-sizing: border-box;
	text-align:center;
	line-height:35px;
	font-size:18px;
	background: #ccc;
	color: #333;
	border-radius: 6px 6px 0 0;
}
.downloadPageNav__tab a:hover,
.downloadPageNav__tab a.current {
	color: #3399cc;
	background: #FFF;
}
.downloadPageNav__tab a:after {
	content:"▶";
	color: #FFF;
	position: absolute;
	right : 5px;
	top: center;
	font-size: 10px;
}

.downloadPageNav__tab a.dowmload:before {
	content:"";
	display:inline-block;
	width:0.7em;
	height:0.7em;
	background:url(../../shared/img/icon_download.png) no-repeat;
	background-size:contain;
	padding-left: 5px;
}


/* AnchorBox */
.AnchorBox {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.AnchorBox__prdbtn {
	margin: 0;
	width: 16%;
	margin-bottom: 5px;
	margin-right: 5px;
}
.AnchorBox__prdbtn a{
	color: #FFF;
	text-align: center;
	border-radius: 30px;
	padding: 10px 6px 10px 26px;
	vertical-align: middle;
	font-size: 14px;
	cursor: revert;
	line-height: 1.2;
	background: url(../img/ico_arrow_down.png) #1b5692 no-repeat 5% center;
	background-size: 18px;
	width: auto;
	display: block;
}
.AnchorBox__prdbtn a:hover {
	background-color:#aaa;
	color: #FFF;
}
.prdbtn-previous a {
	background: url(../img/ico_arrow_next.png) #333 no-repeat 5% center;
	background-size: 18px;
}
.AnchorBox__prdbtn_options .AnchorBox__prdbtn {
	width: 24.3%;
}
.AnchorBox__prdbtn_options {
	margin-right: 2px;
}
.AnchorBox__prdbtn_options a {
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	line-height: 1.2;
	padding: 5px 10px 5px 32px;
}


/* dataDownload */
.dataDownload {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.dataDownload li {
	width: 24%;
    margin: 0 10px 10px 0;
    display: flex;
    justify-content: flex-start;
}
.dataDownload li:nth-child(4n) {
	margin-right: 0;
}

.dataDownload a {
	width: 100%;
	color: #004f7a;
	padding: 20px 0 20px 48px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	cursor: revert;
	background: url("../../img/icn_pdf.png") no-repeat 8% center #eaeaea;
	background-size: 22px;
	text-decoration: underline;
	display: flex;
	align-items: center;
}
.dataDownload a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
} 

/* bottom nav */
.download-bottomnav {
	border: 1px solid #ccc;
	padding: 2em 2.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-size: 15px;
}
.download-bottomnav li:after {
	content: "/";
	padding-left: 1em;
	padding-right: 1em;
	color: #333;
}
.download-bottomnav li:last-child::after {
	content: none !important;
	padding-left: 0;
}
.download-bottomnav a {
	color: #333;
	font-weight: bold;
}
.download-bottomnav a:hover {
	color: #004f7a;
	text-decoration: underline;
}
.download-bottomnav .here {
	color: #aaa;
	font-weight: bold;
}
a.nolink {
	color: #666;
	text-decoration: none !important;
} 

@media only screen and (max-width:640px) {
    .pcOnly {
        display: none;
    }
    .hlLv01 {
        font-size: 30px;
    }
    .index02 > ul {
        display: block;
    }
    .index02 > ul > li:first-child p {
        text-align: center;
    }
	
	.mainimg__download {
		padding-bottom: 0;
	}
	.UI_box figure {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.UI_box .abouttext {
		width: 100%;
		margin-bottom: 20px;
	}
	.btn_download a {
		width: 70%;
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
		font-size: 18px;
	}
	/* download Tab Navi */
	.downloadPageNavWrap {
		margin-bottom: 0;
	}
	.downloadPageNav__item {
		margin-left: 5%;
	}
	.downloadPageNav__tab--4btn {
        width: 49%;
		margin-bottom: 1.5em;
    }
	.downloadPageNav__item:first-child {
		margin-left: 0;
	}
	.downloadPageNav__item a {
		height:50px;
		line-height:50px;
		font-size:17px;
	}
	.downloadPageNav__tab {
		display: inline-block;
		position: relative;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	.downloadPageNav__tab:nth-child(odd) {
		margin-left: 0;
	}
	.downloadPageNav__tab a {
		display: block;
		height:auto;
		box-sizing: border-box;
		text-align:center;
		line-height:35px;
		font-size:14px;
		background: #ccc;
		color: #333;
		border-radius: 4px 4px;
	}		/* AnchorBox */
	.AnchorBox {
		flex-wrap: wrap;
	}
	.AnchorBox__prdbtn {
		width: 32.4%;
		margin: 0 2px 2px 0;
	}
	.AnchorBox__prdbtn a{
		width: auto;
		font-size: 11px;
        padding: 6px 3px 6px 18px;
        display: flex;
		justify-content: center;
		background-size: 12px;
		border-radius: 20px;
	}
	.AnchorBox__prdbtn_options .AnchorBox__prdbtn {
    	width: 32.6%;
	}
	.AnchorBox__prdbtn_options .AnchorBox__prdbtn a {
		 padding: 3px 3px 3px 18px;
	}

	/* dataDownload */
	.dataDownload li {
		width: 48%;
		margin: 0 0 1em 0;
	}
	.dataDownload li:nth-child(odd) {
		margin-right: 10px;
	}
	.dataDownload a {
		padding: 15px 0 15px 36px;
		line-height: 1.2;
		font-size: 14px;
		background-size: 18px;
	}
	
	/* bottom nav */
	.download-bottomnav {
		flex-wrap: wrap;
		font-size: 16px;
		padding: 2em ;
		justify-content: center;
	}
	.download-bottomnav li {
		padding: 0.4em 0;
	}


}