@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	transform: rotate(0.05deg);
    -webkit-transform: rotate(0.05deg);
}
.comBox {
	max-width: 1260px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 15px;
	}
}
/* comBgTxt */
.comBgTxt {
	background: url('../../img/common/txt_bg01.png') repeat-x left bottom 5px / auto 20px;
}
.comBgTxt01 {
	padding-bottom: 26px;
	background-image: url('../../img/common/txt_bg02.png');
}
@media all and (max-width: 896px) {
	.comBgTxt {
		background-size: auto 10px;
		background-position: left bottom;
	}
	.comBgTxt01 {
		padding-bottom: 12px;
	}
}
@media all and (max-width: 374px) {
	.comBgTxt {
		background-size: auto 8px;
	}
}

/* headLine */
.headLine01 {
	padding-top: 7px;
	margin-top: -34px;
	margin-bottom: 40px;
	margin-right: 42px;
	text-align: center;
}
.headLine02 {
	color: #fff;
}
.headLine01 .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.headLine02 .en::before {
	left: -42px;
	top: -28px;
	background-image: url('../../img/common/icon02.png');
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 18px;
		margin-right: 22px;
	}
	.headLine01 img {
		width: 100%;
		max-width: 400px;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.6rem;
	}
}
/* posList */
.posList {
	position: relative;
	z-index: 1;
}
.posList li {
	position: absolute;
	z-index: -1;
}
@media all and (max-width: 896px) {
}
/* comTxt */
.comTxt {
	margin-bottom: 44px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.7;
}
.comTxt01 {
	color: #fff;
}
@media all and (max-width: 896px) {
	.comTxt {
		margin-bottom: 19px;
		text-align: left;
		letter-spacing: 0.7px;
		line-height: 1.74;
	}
}
@media all and (max-width: 374px) {
	.comTxt {
		letter-spacing: 0;
	}
}
/*  */
.pdfList {
	display: flex;
	flex-wrap: wrap;
}
.pdfList li {
	margin-right: 30px;
	width: calc((100% / 3) - 20px);
}
.pdfList li a {
	padding: 32px 10px 29px;
	display: block;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
	color: #06b4ea;
	letter-spacing: 1px;
	border: 2px solid #fff;
	background-color: #fff;
}
.pdfList li a span {
	padding: 0 40px 0 20px;
	background: url('../../img/common/pdf.png') no-repeat right center;
}
.pdfList .color01 a {
	color: #009da9;
}
.pdfList .color02 a {
	color: #2556a3;
}
.pdfList01 li a {
	color: #fff;
	font-size: 2.6rem;
	border-color: #06B4EA;
	background-color: #06B4EA;
}
.pdfList01 .color03 a {
	border-color: #009DA9;
	background-color: #009DA9;
}
.pdfList01 .color04 a {
	border-color: #2556A3;
	background-color: #2556A3;
}
.pdfList01 li a span {
	padding-left: 61px;
	position: relative;
}
.pdfList01 li a span img {
	position: absolute;
	left: -6px;
	top: -2px;
}
.pdfList01 li a span img.out {
	display: none;
}
@media all and (min-width: 897px) {
	.pdfList li:nth-child(3n) {
		margin-right: 0;
	}
	.pdfList li a:hover {
		color: #fff;
		background-color: transparent;
	}
	.pdfList01 li a:hover {
		color: #06B4EA;
	}
	.pdfList01 .color03 a:hover {
		color: #009DA9;
	}
	.pdfList01 .color04 a:hover {
		color: #2556A3;
	}
	.pdfList01 li a:hover img.over {
		display: none;
	}
	.pdfList01 li a:hover img.out {
		display: block;
	}
}
@media all and (max-width: 896px) {
	.pdfList {
		display: block;
	}
	.pdfList li {
		width: 88.4%;
		margin: 0 auto 20px;
		max-width: 400px;
	}
	.pdfList li a {
		padding: 15px 10px 16px;
		font-size: 1.7rem;
	}
	.pdfList li a span {
		padding: 0 21px 0 5px;
		background-size: 12px auto;
	}
	.pdfList01 li {
		width: auto;
	}
	.pdfList01 li a {
		padding: 23px 10px 24px;
		font-size: 1.7rem;
	}
	.pdfList01 li a span {
		padding-left: 34px;
	}
	.pdfList01 li a span img {
		top: 0;
		left: 0;
		width: 30px;
	}
	

}
/*  */
.comBgTxt02 {
	margin-bottom: 55px;
	text-align: center;
	
}
@media all and (max-width: 896px) {
	.comBgTxt02 {
		margin-bottom: 27px;
	}
}
@media all and (max-width: 374px) {
	.comBgTxt02 {
		font-size: 1.9rem;
	}
}