@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/
body {
	color: #fff;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
.last {
	margin-right: 0 !important;
}
.txt {
	color: #000;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
ul {
	list-style-type: none;
}
#wrap a:hover {
	opacity: .8;
}

/*----------------------------------------------------
	☆nav
----------------------------------------------------*/

#nav .nav_box {
	background: url(../images/navbg.png) repeat-x left 150px;
}
/*----------------------------------------------------
	☆one
----------------------------------------------------*/

#one {
	background: url(../images/bg_blue.jpg) repeat left top;
	padding: 70px 0;
	text-align: center;
	width: 100%;
}
#one .img {
	margin-bottom: 40px;
}

#one .img img{
	display: inline-block;
	margin-right: 8px;
}


#one h3.hd01  {
	background: url(../../cmn/cmn_img/hdbg.png) no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}

#one  .txt1 {
	color: #000000;
	font-size: 24px;
	line-height: 170%;
	text-align: center;
	padding: 30px 0px 80px;
}

#one .pdf_box {
	width: 1000px;
}

#one .pdf_box ul li{
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 300px;
}
#one .pdf_box ul li:nth-child(3), #one .pdf_box ul li:last-child{
	margin-right: 0;
}

#one .pdf_box ul li h4{
	background: url(../images/title_bf.jpg) no-repeat left bottom;
	box-sizing: border-box;
	color: #5a2d28;
	font-size: 19px;
    font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 30px;
}

#one .pdf_box ul li a{
	border: #c2c4c5 1px solid;
	box-sizing: border-box;
	display: block;
	position: relative;
	line-height: 0;
	width: 100%;
}
#one .pdf_box ul li a .s_img {
	width: 100%;
	height: auto;
}
#one .pdf_box ul li a .icon{
	position: absolute;
	top: 5px;
	right: 0;
}





@media screen and (max-width: 780px) {
img {
	width: 100%;
}
.last {
	margin-right: 0px !important;
}
.txt {
	color: #3F3B39;
	font-size: 16px;
	font-family: 'hannari';
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
.txt br {
	display: none;
}
#wrap .btn a {
	background: #94C96A;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 10px 30px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap a:hover {
	opacity: .8;
}
.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/

#one .pdf_box {
	margin: 0 auto;
	width: 90%;
}

#one .pdf_box ul li{
	float: none;
	margin-right: 0;
	width: 100%;
}
#one .pdf_box ul li a .icon{
	width: 35px;
}

/*#one .pdf_box ul li h4{
	background: url(../images/title_bf.jpg) no-repeat left bottom;
	box-sizing: border-box;
	color: #5a2d28;
	font-size: 19px;
    font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 30px;
}

#one .pdf_box ul li a{
	border: #c2c4c5 1px solid;
	box-sizing: border-box;
	display: block;
	position: relative;
	line-height: 0;
	width: 100%;
}
#one .pdf_box ul li a .s_img {
	width: 100%;
	height: auto;
}
#one .pdf_box ul li a .icon{
	position: absolute;
	top: 5px;
	right: 0;
}
*/
	
	
	
}
