@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Roboto:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&display=swap');
/*
Theme Name: TD Dowmload
Description: 東洋電装 資料ダウンロード
Author: STAR STUDIO Co., Ltd.
Author URI: https://starstudio-design.com/
Version: 1.0.0
*/



/* - - - - - - - - - - - - - - - - - - - - - - -*/
/* OTHER SETTING */
/* - - - - - - - - - - - - - - - - - - - - - - -*/
.hidden{
	display: none;
}
.bg-lgray{ background-color: #f2f2f2;}


.hover-op07:hover,
.hover-op07:hover img{opacity: .7;}

.lstn{list-style-type: none;}
/* - - - - - - - - - - - - - - - - - - - - - - -*/
/* COMMON */
/* - - - - - - - - - - - - - - - - - - - - - - -*/

body{margin: 0 !important; padding: 0 !important; position: relative; z-index: 1; box-sizing: border-box; overflow-x: hidden; color: #000;}
/* FONT FAMILY */
body {
	font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* FONT */
a{color: #120B8F;}
h1,h2,h3,h4,h5,h6{ clear: both;}

/* - header */
header{
	width: 100%;
	height: 4.5em;
	box-sizing: border-box;
	padding: 0;
	z-index: 998;
	top: 0;
}
header .wrap{
	height: 100%;
	display: flex;
	align-items: center;
}
.header-logo{
	width: 30%;
	height: 100%;
	margin-left:1em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-logo img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* - header MEDIA SCREEN */
@media screen and (min-width: 768px){
	.header-logo{width: 20%;}
}
@media screen and (min-width: 1024px){
	header{height: 100px;}
	.header-logo{width: 175px;}
}
/* - footer */
footer {
	height: 4.5em;
	box-sizing: border-box;
	background-color: #F0F0F0;
	width: 100%;
	border-top: 0.1em solid #828282;
	color: #D2D2D2;
}
footer .wrap{
	height: 100%;
	display: flex;
	align-items: center;
}

footer ul{
	list-style-type: none;
	font-size: .8em;
	display: flex;
	flex-wrap: wrap;
}
footer ul li{
	padding: 0 .5em;
	position: relative;
}
footer ul li::after{
	position: absolute;
	content: "|";
	right: 0;
}
footer ul li:last-child::after{
	content: '';
}
footer a{
	color: #D2D2D2;
	display: inline-block;
	text-decoration: none;
}
footer a:hover{
	font-weight: bold;
}

.main{
	min-height: calc(100vh - 9em);
	padding-top: 3em;
	padding-bottom: 5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - -*/
/* CONTENTS */
/* - - - - - - - - - - - - - - - - - - - - - - -*/
h1.title{
	font-size: 1.2em;
	letter-spacing: 0.06em;
	text-align: center;
}
.scroll-ttb{
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: 2em;
	height: 30vh;
	overflow-y: scroll;
	border: 0.06em solid #eee;
	border-radius: 0.1em;
	font-size: .8em;
}
.scroll-ttb h1{
	font-weight: normal;
	font-size: 1.2em;
}
.scroll-ttb h2{
	font-weight: normal;
	font-size: 1.12em;
}
.scroll-ttb dl dd{
	margin-left: 1em;
}
.scroll-ttb ol{
	padding-left: 1em;
}

input[type="checkbox"]{
	width:1em;
	height:1em;
}
.link-btn a{
	display: inline-block;
	text-decoration: none;
	background-color: #120B8F;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .12em;
	padding: 1em 2em;
	border: .12em solid #120B8F;
	margin-bottom: 2em;
}
.link-btn a.none{
	background-color: #ddd;
	pointer-events: none;
	border: .12em solid #ddd;
}
.link-btn a:hover{
	color: #120B8F;
	border: .12em solid #120B8F;
	background-color: #FFFFFF;
}

.download-container{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.download-container .item{
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: .24em;
	color: #4B6CB4;
	line-height: 1.5;
	padding: .5em;
	transition:0.3s;
	margin-bottom: 2em;
}
.download-container .item .title{
	width: 100%;
	height: 4.5em;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.download-container .item .title p{
	width: 100%;
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.125em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.download-container .item .image{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 1em;
	overflow: hidden;
	transition:0.3s;
	background-color: #FAFAFA;
	border-radius: .2em;
}
.download-container .item .image img{
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top: 50%;left: 50%;
	transform: translate(-50% , -50%);
	object-fit: contain;
}
.download-container .item .text p{text-align: center;}
.download-btn a{
	letter-spacing: .07em;
	display: inline-block;
	text-decoration: none;
	background-color: #0080cb;
	color: #FFFFFF;
	padding: .8em 2.5em;
	border-radius: .5em;
	border: .12em solid #0080cb;
	transform: translateY(0);
	transition: all .5s;
	box-shadow: 0 0 .46em rgba(0,0,0,0.28);
}
.download-btn a:hover{box-shadow: 0 .24em .46em rgba(0,0,0,0.28);}
.download-btn a:active{box-shadow: 0 -.24em .46em rgba(0,0,0,0.28);transform: translateY(.3em);}
.download-link{
	box-sizing: border-box;
	padding: .2em;
	border-bottom: .06em solid #ddd;
}
.download-link:nth-child(odd){
	background-color: #FBFBFB;
}
.download-link a{
	display: block;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .12em;
	padding: .7em 1em;
}
.download-link a:hover{
	background-color: #e7e6f3;
}
.contact-content{
	padding: 1em 2em;
	border: .1em solid #120B8F;
	background-color: #e7e6f3;
	color: #120B8F;
}

.page-link{
	box-sizing: border-box;
	padding: .2em;
	border-bottom: .06em solid #ddd;
	
}
.page-link:nth-child(odd){
	background-color: #FBFBFB;
}

.page-link a{
	display: block;
	text-decoration: none;
	font-size: .8em;
	letter-spacing: .12em;
	padding: .7em 1em;
}
.page-link a:hover{
	background-color: #e7e6f3;
}
.page-link p.title{
	font-weight: bold;
}
.page-link p.description{
	padding-left: 1em;
	font-size: .9em;
}
@media screen and (min-width: 768px){
	.download-container{
		margin-right: -2%;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	.download-container .item{
		width: 46%;
		margin-right: 2%;
	}
}
@media screen and (min-width: 1024px){
	.download-container{
		margin-right: -2%;
	}
	.download-container .item{
		width: 31.33%;
		margin-right: 2%;
	}
}
