@charset "utf-8";
/* CSS Document 20220330
	/download/index.asp*/

body{
font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	letter-spacing: normal!important;
}
h1 small span{
	font-weight: bold!important;
}
.u-inner p{
	color: #fff;
}
.align-items-stretch a{
	color: #333!important;
}
.mb-4{
	padding-bottom: 2.5rem!important;
}
@media (min-width: 768px) {
.u-troubleZone{
	padding-bottom: 0!important;
}
}
@media only screen and (max-width: 767px){
	.u-mainZone.is_download {
		height: 80vw;
	}
	.container,.container-sm {
    max-width: 680px!important;
	}
}
@media only screen and (max-width: 420px){
	.u-mainZone.is_download {
		height: 100vw;
	}
}




/* 資料DL共通 */
.container, .container-lg, .container-md, .container-sm, .container-xl {
	margin-top: -100px;
} 
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px!important;
} 
}


/* 一覧ページ */
#download .mainV {
	position: relative;
	background-image: url(https://www.infomart.co.jp/web/jp/trade/images/download/mainV.jpg); 
	background-position:bottom center;
  	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}	
	
#download .mainV::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: /*#075877*/ #0c475e;;
	opacity: 0.8;
}
	
#download .mainV .text-inner {
	position: relative;
	padding: 100px 0 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
	
@media (min-width: 64em) {
#download .mainV {
	margin-top: 56px;
}
	
#download .mainV .text-inner {
	padding-top: 70px;
}
}
	
#download .mainV h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
}
.download_wrap{
	background-color: #fff;
	height: 100%;
}
a.download_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	padding: 0px;
	border-radius: 2px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: normal;
}
	
a:not([disabled]):hover.download_box {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	opacity: .7;
} 

.download_box figure {
    margin: 0;
    overflow: hidden;
}

.download_box figure img {
    transition: .3s;
}

a:hover.download_box figure img {
  transform: scale(1.05);
}

.download_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; 
    position: absolute;
    z-index: 1;
}

.download_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 2;
}
.download_box .txt {
	padding: 20px; 
}
	
.download_box .txt h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
}	
	
.download_box .txt p {
	line-height: 1.6;
}
	
.download_box .btn_download	{
	margin-top: auto;
	padding: 0 20px 20px 20px;
	text-align: center;
}
	
.download_box .btn_download	span {
    display: inline-block;
	position: relative;
    width: 90%;
    padding: 14px;
    background-color: #ffdd00;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
    letter-spacing: 0.05em;
}

.download_box .btn_download	span::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    margin-top: -0.25em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 詳細ページ */
#download_detail .mainV {
	position: relative;
	padding-top: 120px;
}
	
@media (min-width: 64em) {
#download_detail .mainV {
	margin-top: 88px;
	padding-top: 80px;
} 
}
	
#download_detail h1 {
	padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
}

@media only screen and (max-width: 991px) {
#download_detail h1 {
	font-size: 22px;
}
}
	
@media only screen and (max-width: 767px) {
#download_detail h1 {
	font-size: 20px;
	letter-spacing: normal;
} 
}	
	
#download_detail h2 {
	margin-bottom: 30px;
	padding: 0 0 3px 0.5em;
	border-left: 4px solid #075877;
    font-size: 22px;
	font-weight: bold;
    line-height: 1.4;
}	
		
#download_detail h2::after {
    content: none;
}	
		
@media only screen and (max-width: 767px) {
#download_detail h2 {
	margin-bottom: 20px;
	font-size: 18px;		
}
}	
	
.left_column {
	margin-right: 50px;
}
	
@media only screen and (max-width: 991px) {
.left_column {
	margin-right: 0;
}
}
	       
.section {
	padding: 20px 0;
}

.download_detail p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.download_detail p:last-child {
	margin-bottom: 0;
}

ul.list_square {
    padding-left: 2em;
} 
		
ul.list_square li {
	list-style-type: square;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
	
ul.list_square  li:last-child {
	margin-bottom: 0;
}
