@charset "utf-8";
/* CSS Document */
.container h3 {
	letter-spacing: .3em;
	padding: 3px 0;
	background-color: #0C0989;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
/*kaiyo---------------------------------*/
.tab_btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
}
.tab_btn_wrap li {
	width: 25%;
	font-size: 22px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: 10px 0;
	transition: .2s;
}
.tab_btn_wrap li:first-child {
	background-color: #9CC0F9;
}
.tab_btn_wrap li:nth-child(2) {
	background-color: #66CCCC;
}
.tab_btn_wrap li:nth-child(3) {
	background-color: #66CC99;
}
.tab_btn_wrap li:nth-child(4) {
	background-color: #99CC33;
}
.tab_btn_wrap li:nth-child(5) {
	background-color: #FFCC33;
}
.tab_btn_wrap li:last-child {
	border-right: 1px solid #c6c6c6;
	background-color: #FF9999;
}
.tab_btn_wrap li:hover {
	cursor: pointer;
	background-color: #1060C1;
	color: #fff;
}
.tab_btn_wrap li.show {
	background-color: #1060C1;
	color: #fff;
}
.c_wrap {
	border: 2px solid #00AAFF;
	border-radius: 5px;
	overflow: hidden;
}
.c_wrap h4 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	background-color: #00AAFF;
	color: #fff;
	padding: 5px 0;
}
.tab_contents {
	padding-top: 0;
}
.cate_box {
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cate_box .box {
	width: 49%;
	margin-bottom: 2%;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	overflow: hidden;
}
.cate_box .box .title {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size: 22px;
	color: #fff;
	background-color: #416396;
}
.cate_box .box figure {
	margin: 0 auto;
	text-align: center;
}
.cate_box .box ol {
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.cate_box .box ol li {
	border-bottom: 1px dotted #c6c6c6;
	font-size: 16px;
	margin-top: 5px;
	margin-left: 20px;
	line-height: 1.6;
	position: relative;
	text-align: left;
}
.cate_box .box ol li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: -20px;
}
.cate_box .box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.cate_box .box ul li {
	width: 16.666%;
}
.cate_box .box .l_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 15px;
}
.cate_box .box .l_box p {
	width: 49%;
}
.cate_box .box .l_box p a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	transition: .2s;
}
.cate_box .box .l_box .more_bt a {
	background-color: #00AAFF;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #1060C1;
}

.cate_box .box .l_box .more_bt a:hover {
	transform: translateY(3px);
	box-shadow: 0px 2px 0px 0px #1060C1;
}
.cate_box .l_box .buy_bt a {
	background-color: #DD0050;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #8E003A;
}
.cate_box .l_box .buy_bt a:hover {
	transform: translateY(3px);
	box-shadow: 0px 2px 0px 0px #8E003A;
}

.cate {
	margin-top: 20px;
}
.cate_box .tera_box .title {
	background-color: #55CE28;
}
.cate_box .tera_box .sub_title {
	text-align: center;
	margin-top: 5px;
}