@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2015-05-19
Copyright (C) KYOTO TOOL CO., LTD. All Rights Reserved.
------------------------------------------------------------------------------*/

#about .aboutBox {
	margin-top: 30px;
}

#about .aboutBox .section {
	padding: 5px 40px 40px;
}

p.lead {
	margin: 20px 0 15px;
	font-size: 123.1%;
}
.caution {
	padding: 18px 25px;
	border: 2px solid #f00;
	background: #fff;
}
.caution p {
	font-weight: 700;
	font-size: 107.7%;
}
.caution p a {
	margin: 0 0.4em;
	padding-right: 14px;
	background: url(/files/images/common/ico_otherlink.png) 100% 40% no-repeat;
	color: #00c;
	text-decoration: underline;
}
.caution p a:hover {
	color: #f00;
	text-decoration: none;
}
.dlLeft {
	float: left;
	width: 278px;
}
.dlLeft img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.dlLeft p {
	border: 1px solid #ccc;
}
.dlLeft p a {
	display: block;
	padding: 14px 0 14px 20px;
	color: #333;
	font-weight: 700;
}
.dlLeft p a:hover {
	background: #cbddf5;
	text-decoration: none;
}
.dlLeft p a span {
	padding-left: 11px;
	background: url(/files/images/common/icon_arrw_01.png) no-repeat 0 50%;
}

.pdfList01 {
	width: 573px;
	float: right;
	margin-top: -3px;
}
.pdfList02 {
	margin: -3px 0 -15px;
}

.pdfList01 li,
.pdfList02 li {
	height: 45px;
	line-height: 45px;
	padding-left: 36px;
	background: url(/files/images/download/ico_pdf_01.png) no-repeat 0 3px;
}
.pdfList01 li:nth-child(-n+2) {
	background: url(/files/images/download/ico_zip_01.png) no-repeat 0 3px;
}
.pdfList01 li a,
.pdfList02 li a {
	color: #00c;
	font-size: 115.4%;
}
.pdfList01 li a:hover,
.pdfList02 li a:hover {
	color: #f00;
}

/*----------------- ボタン -----------------*/

#about .aboutBox .button {
	margin-top: auto;
	text-align: center;
}

#about .aboutBox .button a {
	background: #004EA2;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 250px;
	padding: 10px 25px;
	font-family: "Noto Sans Japanese";
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

#about .aboutBox .button a:hover {
	background: #006fc6;
	color: #FFF;
}

#about .aboutBox .button a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #004EA2;
	border-right: 3px solid #004EA2;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

#about .aboutBox .button a:hover:after {
	border-color: #FFF;
}

@media screen and (max-width:767px){
	#about .aboutBox .section {
		padding: 5px 15px 40px;
	}
	.dlLeft {
		float: none;
		width: 278px;
		margin: 0 auto 20px;
	}
	.pdfList01 {
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.pdfList02 {
		margin: 0;
	}
	.pdfList01 li,
	.pdfList02 li {
		height: auto;
		line-height: 1.4;
		margin-bottom: 10px;
		padding: 0.6em 0 0.4em 36px;
		background: url(/files/images/download/ico_pdf_01.png) no-repeat 0 0;
	}
	.pdfList01 li:last-child,
	.pdfList02 li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:334px){
	#about .aboutBox .section {
		padding: 5px 15px 40px;
	}
	.dlLeft {
		width: 100%;
		margin: 0 auto 20px;
	}
	.dlLeft p {
		width: 100%;
	}
}
