/*--------------------------------------------------------------------------
   tab-switch
---------------------------------------------------------------------------*/
.tab-switch {
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

.tab-switch .switch {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}

.tab-switch .switch span {
	display: inline-block;
	position: relative;
	line-height: 52px;
}

.tab-switch .switch span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #b10f15;
	content: '';
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
	opacity: 0;
}

.tab-switch .switch.is-active span:after {
	opacity: 1;
}

/*--------------------------------------------------------------------------
   content
---------------------------------------------------------------------------*/
.content {
	display: none;
	position: relative;
	font-size: 12px;
	line-height: 1.82;
}

.content__inner {
	padding: 25px 15px;
	border-bottom: 1px solid #dcdcdc;
}

.content__hdg {
	margin: 0 0 15px;
	text-align: center;
	color: #b10f15;
	font-size: 14px;
	font-weight: 700;
}

.content__txt + .content__txt {
	margin: 10px 0 0;
}

.content__list {
	margin: 20px 0 0;
}

.content__link {
	margin: 20px 0 0;
}

.content__link .c-btn {
	font-size: 13px;
}

.content .wrap {
	padding: 0 15px;
	border-top: 1px solid #dcdcdc;
}

.content .table-wrap {
	padding: 20px 0;
}

.content .table {
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
}

.content .table__cell {
	padding: 4px 10px 5px;
}

.content .table__cell--th {
	border: 1px solid #a60a10;
	background-color: #a60a10;
	color: #fff;
}

.content .table__cell--th:first-child {
	border-right-color: #fff;
}

.content .table__cell--td {
	border: 1px solid #cdcdcd;
}

/*--------------------------------------------------------------------------
   media
---------------------------------------------------------------------------*/
.media {
	overflow: hidden;
	padding: 17px 0;
}

.media__img {
	float: left;
	width: 22%;
}

.media__img img {
	width: 100%;
	height: auto;
}

.media__body {
	overflow: hidden;
	padding-left: 10px;
}

.media__body .hdg {
	font-size: 12px;
	font-weight: 700;
}

.media__body .lists {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.6;
}

.media__body .lists .l-inline-grid {
	white-space: normal;
}

.media__body .lists .l-inline-grid__item:first-child {
	margin-left: -.5em;
}

.media + .media {
	border-top: 1px solid #e3e3e3;
}
.l-inline-grid .place_origin_item{
	display: block;
}	
}