@charset "utf-8";
.example {
	padding: 101px 0 104px;
	overflow: hidden;
}

.example_tab_btn_box {
	padding: 0 84px;
	display: -webkit-flex;
	display: flex;
}

.example_tab_btn_box>div {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	width: calc(50% - 13px);
	padding: 15px 5px 14px;
	border-top: 2px solid #d8e5f9;
	border-left: 2px solid #d8e5f9;
	border-right: 2px solid #d8e5f9;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.example_tab_btn_box>div:first-of-type {
	margin-right: 13px;
}

.example_tab_btn_box>div:last-of-type {
	margin-left: 13px;
}

.example_tab_btn_box>div.example_tab_active,
.example_tab_btn_box>div:hover {
	background-color: #d8e5f9;
	color: #2571e0;
}

.example_tab_content {
	position: relative;
	padding-top: 95px;
}

.example_tab_content:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: auto;
	width: 200%;
	height: 152px;
	background: -moz-linear-gradient(top, #d8e5f9 0%, transparent 70%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8e5f9), color-stop(70%, transparent), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, #d8e5f9 0%, transparent 70%, transparent 100%);
	background: -o-linear-gradient(top, #d8e5f9 0%, transparent 70%, transparent 100%);
	background: -ms-linear-gradient(top, #d8e5f9 0%, transparent 70%, transparent 100%);
	background: linear-gradient(to bottom, #d8e5f9 0%, transparent 70%, transparent 100%);
}

.example_tab_content>div {
	display: none;
}

.example_tab_content>div.example_tab_active {
	display: block;
}

.example_tc01_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	margin-bottom: -50px;
}

.example_tc01_list>li {
	width: 316px;
	padding: 0 8px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 25px;
	margin-bottom: 50px;
	max-width: calc((100% - 50px)/3);
}

.example_tc01_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.example_tc01_itit {
	font-size: 2.6rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	min-height: 105px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.example_tc01_alist {
	background-color: #ffffff;
	padding: 13px 25px;
	min-height: 131px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.example_tc01_alist>li {
	margin-bottom: 10px;
}

.example_tc01_alist>li:last-of-type {
	margin-bottom: 0;
}

.example_tc01_alist>li>a {
	font-size: 1.4rem;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.example_tc01_aibtxt {
	color: #2571e0;
}

.example_tc02_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}

.example_tc02_list>li {
	width: 298px;
	margin-right: 53px;
	margin-bottom: 50px;
	max-width: calc((100% - 106px)/3);
}

.example_tc02_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.example_tc02_list>li>a {
	text-decoration: none;
}

.example_tc02_itit {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	color: #2571e0;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 3px solid #2571e0;
}


.example_tc02_itit:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid #2571e0;
	border-bottom: 8px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.example_tc02_iimg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 23px;
}

.example_tc02_iimg>img {
	display: block;
}

.example_tc02_list>li>a {
	display: block;
}

.example_txt01 {
	font-size: 1.4rem;
	line-height: 1.85;
}

.example_tc01_alist>li .ico_new {
	color: #ff0000;
	background: transparent;
	vertical-align: inherit;
	padding: 0;
	font-size: 1.4rem;
}
.example_tc02_itit .ico_new{
	margin-right: 10px;
}

.tax-example_cate .ttl_h2 {
	margin-bottom: 40px;
}


/*.term-industry .ico_new{
	color: #FFFFFF;
	background: #ff0000;
	vertical-align: middle;
	padding: 3px 10px 1px 10px;
}*/


/*-------------------- tax-example_cate --------------------*/

.tax-example_cate .example_tc01_itit {
	min-height: auto;
	color: #000000;
	margin-bottom: 50px;
}

.tax-example_cate .example_tc01_alist {
	min-height: auto;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.example {
		padding: 90px 0;
	}
	.example_tab_content {
		padding-top: 80px;
	}
	.example_tab_content:before {
		height: 120px;
	}
	.example_tc02_list>li {
		margin-right: 40px;
		margin-bottom: 50px;
		max-width: calc((100% - 80px)/3);
	}
	.example_tab_btn_box>div {
		font-size: 2.4rem;
		padding: 13px 5px 11px;
	}
	.example_tc01_itit {
		font-size: 2.4rem;
		min-height: 100px;
	}
	.example_tc01_list {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1023px) {
	.example {
		padding: 80px 0;
	}
	.example_tab_btn_box>div {
		font-size: 2.2rem;
		width: calc(50% - 10px);
	}
	.example_tab_btn_box {
		padding: 0;
	}
	.example_tab_btn_box>div:first-of-type {
		margin-right: 10px;
	}
	.example_tab_btn_box>div:last-of-type {
		margin-left: 10px;
	}
	.example_tc01_itit {
		font-size: 2.2rem;
		min-height: 90px;
	}
	.example_tab_content {
		padding-top: 70px;
	}
	.example_tab_content:before {
		height: 100px;
	}
	.example_tc01_list {
		width: 657px;
		max-width: 100%;
		margin: 50px auto -40px;
	}
	.example_tc01_list>li {
		margin-right: 25px !important;
		max-width: calc((100% - 25px)/2);
		margin-bottom: 40px;
	}
	.example_tc01_list>li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.example_tc02_list {
		width: 636px;
		max-width: 100%;
		margin: 0 auto -50px;
	}
	.example_tc02_list>li {
		margin-right: 40px !important;
		max-width: calc(50% - 20px);
	}
	.example_tc02_list>li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.example {
		padding: 70px 0;
	}
	.example_tab_btn_box>div {
		font-size: 2rem;
		padding: 11px 5px 9px;
		width: calc(50% - 5px);
	}
	.example_tab_btn_box>div:first-of-type {
		margin-right: 5px;
	}
	.example_tab_btn_box>div:last-of-type {
		margin-left: 5px;
	}
	.example_tab_content {
		padding-top: 60px;
	}
	.example_tab_content:before {
		height: 90px;
	}
	.example_tc01_list {
		margin: 40px auto -30px;
	}
	.example_tc01_alist {
		background-color: #ffffff;
		padding: 13px;
	}
	.example_tc01_list>li {
		margin-right: 15px !important;
		max-width: calc((100% - 15px)/2);
		margin-bottom: 30px;
	}
	.example_tc01_itit {
		font-size: 2rem;
		min-height: 80px;
	}
	.example_tc02_list>li {
		margin-right: 30px !important;
		max-width: calc(50% - 15px);
		margin-bottom: 40px;
	}
	.example_tc02_list {
		margin: 0 auto -40px;
	}
	.example_tc02_itit {
		font-size: 1.8rem;
		border-bottom: 2px solid #2571e0;
	}
	.example_tc02_itit:before {
		border-top: 6px solid #2571e0;
		border-bottom: 6px solid transparent;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	.tax-example_cate .ttl_h2 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.example {
		padding: 60px 0;
	}
	.example_tab_btn_box>div {
		font-size: 1.7rem;
		padding: 11px 5px 9px;
	}
	.example_tab_content {
		padding-top: 50px;
	}
	.example_tab_content:before {
		height: 70px;
	}
	.example_tc01_list {
		margin: 40px auto -35px;
	}
	.example_tc01_list>li {
		max-width: 100%;
		margin: 0 auto 35px !important;
	}
	.example_tc01_list>li:nth-of-type(2n) {
		margin: 0 auto 35px !important;
	}
	.example_tc02_list>li {
		margin: 0 auto 40px !important;
		max-width: 100%;
	}
	.example_tc02_list>li:nth-of-type(2n) {
		margin: 0 auto 40px !important;
	}
}

@media only screen and (min-width: 1025px) {
	.example_tc01_alist>li>a:hover {
		color: #2571e0;
		border-bottom: 1px solid #2571e0;
	}
	.example_tc02_list>li>a:hover {
		opacity: 0.7;
	}
}