@charset "utf-8";
/* CSS Document 20211025 
	/download/index.asp
	/download/001.asp
	/download/002.asp */

/* 資料DL共通 */
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1054px; 
} 
}

/* 一覧ページ */
#download .mainV {
	position: relative;
	background-image: url(/web/jp/manufacturer/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: #102c51;
	opacity: 0.75;
}
	
#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;
}
	
a.download_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2); 
	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: 100;
}

.download_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 101;
}
.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: #2d67a3;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
	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 #2d67a3;
    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;
}
	
 /*--------------------------------------------------------------
        Marketo Form
--------------------------------------------------------------*/  
.form .form_in {
    width: 100%;
}
	
.form p {
    line-height: 1.6;
} 
	
.form .form_in .mktoField {
	padding-left: 0.5em;
}
	
.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton {
	background-color: #fdab14;
}  

.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  background: rgba(253, 141, 20, 1);
}
 
.mktoForm select.mktoField {
  color: #333;
} 
  
@media only screen and (max-width: 480px){
.mktoForm textarea[rows="4"] {
    height: 5.8em !important;
}
} 