@charset "UTF-8";

@media print, screen and (min-width: 641px) {
/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/	
/*======================
topics一覧
=======================*/
#topics {
}
#topics .box {
}
#topics .box dl {
	overflow: hidden;
}
#topics .box dl a:hover {
	color: #C5B686;
}
#topics .box dl a {
	text-decoration: underline !important;
	color: #444 !important;
}
#topics .box dt {
	font-style: normal;
	font-size: 14px;
	line-height: 160%;
}
#topics .box dd {
	font-size: 16px;
	line-height: 160%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAA;
}
/*======================
topics詳細
=======================*/
#topics_detail {
}
#topics_detail .box {
	margin-top: 30px;
	margin-bottom: 30px;
}
#topics_detail .box dl {
	padding-bottom: 20px;
}
#topics_detail .box dl a {
	text-decoration: none;
}
#topics_detail .box dl:hover {
}
#topics_detail .box dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-bottom: 10px;
}
#topics_detail .box dd.topics_tit {
	color: #333;
	font-weight: bold;
	font-size: 20px;
}
#topics_detail .box dd.text {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topics_detail .box dd.images {
/*	width: 80%;
	margin-left: auto;
	margin-right: auto;*/
}
#topics_detail .box dd.images ul {
	overflow: hidden;
}
#topics_detail .box dd.images li {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 350px;	
	margin-top: 15px;
	overflow: hidden;
	/*2分割ver
	float: left;
	width: 47%;
	margin-right: 2%;
	height: 250px;
	*/
}
#topics_detail .box dd.images li img {
	width: auto;
	max-width: 100%;
	height: 350px;
	object-fit: contain;
	object-position: 50% 50%;
}
#topics_detail .box dd.pdf {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#topics_detail .box dd.pdf ul {
	overflow: hidden;
	/*margin-right: -2%;*/
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#topics_detail .box dd.pdf li {
	width: 100%;
	overflow: hidden;
	background-color: #FFFCE0;
	margin-top: 15px;
	font-size: 15px;
	line-height: 140%;
	/*2分割ver
	float: left;
	width: 47%;
	margin-right: 2%;
	*/
}
#topics_detail .box dd.pdf li a {
	color: #333;
	text-decoration: underline;
	position: relative;
	line-height:4em;
	text-indent:4em;
	padding-left: 50px;
}
#topics_detail .box dd.pdf li a:before {
	position: absolute;
	left: 0%;
	content: "";
	display: inline-block;
	width: 4em;
	height: 4em;
	background-image: url(/images/icon_pdf.png);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#topics_detail .bt {
	margin-bottom: 150px;
}


}

/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
/*======================
topics一覧
=======================*/
#topics {
}
#topics .box {
}
#topics .box dl {
	overflow: hidden;
}
#topics .box dl a {
	text-decoration: none;
}
#topics .box dl:hover {
	color: #C5B686;
}
#info .topics dl a {
	text-decoration: underline !important;
	color: #444;
}
#topics .box dt {
	font-style: normal;
	font-size: 12px;
	line-height: 140%;
}
#topics .box dd {
	font-size: 14px;
	line-height: 140%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAA;
}
/*======================
topics詳細
=======================*/
#topics_detail {
}
#topics_detail .box {
	margin-top: 0px;
	margin-bottom: 50px;
}
#topics_detail .box dl {
	padding-bottom: 0px;
}
#topics_detail .box dl a {
	text-decoration: none;
}
#topics_detail .box dl:hover {
}
#topics_detail .box dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-bottom: 10px;
}
#topics_detail .box dd.topics_tit {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
#topics_detail .box dd.text {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topics_detail .box dd.images {
	width: 100%;
}
#topics_detail .box dd.images ul {
	overflow: hidden;
}
#topics_detail .box dd.images li {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 180px;
	margin-top: 10px;
	overflow: hidden;
	/*2分割ver
	float: left;
	width: 48%;
	margin-right: 2%;
	height: 130px;
	*/
}
#topics_detail .box dd.images li img {
	width: auto;
	max-width: 100%;
	height: 180px;
	object-fit: contain;
	object-position: 50% 50%;
}
#topics_detail .box dd.pdf {
	width: 100%;
}
#topics_detail .box dd.pdf ul {
	overflow: hidden;
}
#topics_detail .box dd.pdf li {
	width: 100%;
	overflow: hidden;
	background-color: #FFFCE0;
	margin-top: 10px;
	font-size: 15px;
	line-height: 140%;
}
#topics_detail .box dd.pdf li a {
	color: #333;
	text-decoration: underline;
	position: relative;
	line-height:4em;
	text-indent:4em;
	padding-left: 50px;
}
#topics_detail .box dd.pdf li a:before {
	position: absolute;
	left: 0%;
	content: "";
	display: inline-block;
	width: 3em;
	height: 4em;
	background-image: url(/images/icon_pdf.png);
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#topics_detail .bt {
	margin-bottom: 50px;
}




}
