﻿/*tab-menu s*/

.tab-menu ul {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 44px;
	color: #777;
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-radius: 15px 15px 0 0;
	border-bottom: 1px solid #f56a6a;
	background: url(../img/title/title-bar-bg.png) 0 0 repeat-x;
}

.tab-menu ul li {
	display: table-cell;
	font-weight: bold;
	line-height: 44px;
	position: relative;
	text-align: center;
	border-right: solid 1px #ffffff;
	font-size: 16px;
	white-space: nowrap;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 100%);
	cursor: pointer;
}

.tab-menu ul li:hover {
	color: #f56a6a;
	font-weight: bold;
}

.tab-menu ul li.active {
	color: #f56a6a;
	font-weight: bold;
	background: transparent;
}

.tab-menu ul li.active:before {
	content: "";
	border: 10px solid transparent;
	border-top-width: 12px;
	border-top-color: #f56a6a;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -12px;
}

.tab-menu ul li span {
	width: 100%;
	display: block;
	overflow: hidden;
}


/*tab-menu e*/


/*tab-content s*/

.tab-content dl.item-tab {
	margin-bottom: 0;
}

.tab-content dl.item-tab>dt {
	position: relative;
	display: none;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	padding-left: 55px !important;
	border-radius: 10px;
	border: 1px solid #ffb9c0;
	background: #fff5f6;
}

.tab-content dl.item-tab>dt:hover {
	background-color: #feced3;
	background: linear-gradient(#fff5f6, #ffd6da);
}

.tab-content dl.item-tab>dt:before {
	content: "\f04b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 100%;
	background: #F5BFD6;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 12px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 34px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	transition: all 0.5s;
}

.tab-content dl.item-tab.active>dt {
	color: #fff;
	border: transparent;
	background: linear-gradient(#e8647d, #eca8a8);
}

.tab-content dl.item-tab.active>dt:before {
	transform: rotate(90deg);
}

.tab-content dl.item-tab .sec-content {
	display: none;
}

.tab-content dl.item-tab:first-of-type .sec-content {
	display: block;
}

.tab-content .sec-content {
	/*padding: 20px 0;*/
}

.tab-content .sec-content .sec-box {
	margin-bottom: 20px;
}

.tab-content .sec-content .sec-box img {
	/*max-width: 100%;
	height: auto;*/
	width: auto;
	height: 100%;
	padding: 10px;
}

.tab-content .sec-content .table>tbody>tr>td,
.tab-content .sec-content .table>tbody>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #fff;
}

.tab-content .sec-content .table>tbody>tr>td {
	background-color: #fff5f6;
}

.tab-content .sec-content .table>tbody>tr>th {
	color: #555;
	background-color: #ffe1e1;
}

.tab-content .sec-content .h-title,
.tab-content .sec-content .sub-h-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tab-content .sec-content .h-title,
.tab-content .sec-content table>caption,
.tab-content .sec-content .sec-box .title {
	position: relative;
	height: 38px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	padding: 0 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #f56a6a;
	background-color: #feced3;
	background: linear-gradient(#fff5f6, #ffd6da);
}

.tab-content .sec-content .sec-box .content-box {
	padding: 15px;
	background: #fff5f6;
}

.tab-content .sec-content .sec-box .content-box .boxtitle {
	cursor: pointer;
}

.tab-content .sec-content .sec-box .content-box .openbox {
	color: #3f42d2;
	margin-bottom: 15px;
}


/*-------------------------------------------------
 フッター
-------
-------------------------------------------*/

@media only screen and (max-width:768px) {
	.tab-menu {
		display: none;
	}
	.tab-content dl.item-tab {
		margin-bottom: 5px;
	}
	.tab-content dl.item-tab>dt {
		display: block;
		width: 100%;
		padding: 5px;
		cursor: pointer;
	}
	.tab-content .sec-content .table>tbody>tr>td,
	.tab-content .sec-content .table>tbody>tr>th {
		width: 100%;
		float: left;
	}
	.tab-content .sec-content .sec-box .content-box {
		padding: 15px 0;
	}
	.tab-content .sec-content .sec-box img {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.tab-content .sec-content .sec-box .three-pic img {
		/*width: 100%;*/
		width: calc(100% / 3.3);
		height: auto;
		padding: 0 !important;
	}
	.tab-content .sec-content .sec-box .three-pic {
		text-align: center;
	}
	.tab-content .sec-content .sec-box .three-pic img:nth-of-type(1) {
		float: left;
	}
	.tab-content .sec-content .sec-box .three-pic img:nth-of-type(3) {
		float: right;
	}
	.tab-content .sec-content {
		padding-top: 10px;
	}
}


}