@charset "utf-8";
.ch {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
}
.ch section {
	margin: 0;
	padding: 0 0 2rem;
	font-size: 16px;
	line-height: 1.5;
}
.ch section .txt_l {
	text-align: left;
}
.ch section .txt_r {
	text-align: right;
}
.ch section ul.col2 {
	width: 100%;
	margin: 0;
	height: auto;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1rem 0;
	box-sizing: border-box;
	list-style-type: none;
}
.ch section ul.col2 li {
	width: calc(100%/2);
	margin: 0;
	padding: 10px;
	height: auto;
	text-align: center;
    align-self:stretch;
	list-style-type: none;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch ul.col2 li dl,.ch ul.col2 li dt,.ch ul li dd
{margin: 0;
padding: 0;}

.ch .sec1  {
	padding: 0 0 2rem;
	font-weight: normal;
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
.ch ul.col2 li dl dt {
	text-align: center;
	background-color: rgba(203,176,126,1.00);
	color: rgba(255,255,255,1.00);
	line-height: 1.3;
	height: 48px;
	vertical-align: middle;
	padding-top: 5px;
}
.ch ul li dd.txt {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
	background-color: rgba(247,243,236,1.00);
}
.ch ul.col2 li dd {
	text-align: center;
}
.ch .sec2  {
	margin: 0;
	padding: 0 0 10px;
	font-weight: normal;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.ch .sec1 h1 {
	font-size: 10px;
	font-weight: normal;
}

.ch section h2 {
	text-align: center;
	line-height: 1.3;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #f7f3ec;
}
.ch section h3 {
	text-align: left;
	line-height: 1.3;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	background-color: #cbb07e;
	display: inline-block;
}


.ch .sec3  {
	padding: 10px 0 5px 0;
	font-weight: normal;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #cbb07e;
}
.ch .fig {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.ch .fig img  {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.ch li img  {
	width:80%;
	margin: 0;
	padding: 0 10%;
	height: auto;

}
.ch .ti {
		width: 100%;
}
.ch .ti img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 768px) {
.ch {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
}
.ch section {
	margin: 0;
	padding: 0 0 2rem;
	font-size: 14px;
	line-height: 1.5;
}
.ch section .txt_l {
	text-align: left;
}
.ch section .txt_r {
	text-align: right;
}
.ch section ul.col2 {
	width: 100%;
	margin: 0;
	height: auto;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1rem 0;
	box-sizing: border-box;
	list-style-type: none;
}
.ch section ul.col2 li {
	width: calc(100%/2);
	margin: 0;
	padding: 10px;
	height: auto;
	text-align: center;
    align-self:stretch;
	list-style-type: none;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch ul.col2 li dl,.ch ul.col2 li dt,.ch ul li dd
{margin: 0;
padding: 0;}

.ch .sec1  {
	padding: 0 0 1rem;
	font-weight: normal;
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
.ch ul.col2 li dl dt {
	text-align: center;
	background-color: rgba(203,176,126,1.00);
	color: rgba(255,255,255,1.00);
	line-height: 1.3;
	height: 40px;
	vertical-align: middle;
	padding: 5px 0;
}
.ch ul li dd.txt {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
	background-color: rgba(247,243,236,1.00);
}
.ch ul.col2 li dd {
	text-align: center;
}
.ch .sec2  {
	margin: 0;
	padding: 0 0 10px;
	font-weight: normal;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.ch .sec1 h1 {
	font-size: 10px;
	font-weight: normal;
}

.ch section h2 {
	text-align: center;
	line-height: 1.3;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #f7f3ec;
}
.ch section h3 {
	text-align: left;
	line-height: 1.3;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	background-color: #cbb07e;
	display: inline-block;
}


.ch .sec3  {
	padding: 10px 0 5px 0;
	font-weight: normal;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #cbb07e;
}
.ch .fig {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.ch .fig img  {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.ch li img  {
	width:80%;
	margin: 0;
	padding: 0 10%;
	height: auto;

}
.ch .ti {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.ch .ti img {
  max-width: 100%;
  min-width: 1000px;
  vertical-align: top;
}

}