@charset "UTF-8";

.head:before {
	background-image: url(../dismantling/img/pt-head.jpg);
}

.intro_list {
	font-size: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.intro_list_item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-left: 2%;
	font-size: 16px;
	border: 3px solid #f00;
	padding: 30px;
	position: relative;
}

.intro_list_item:first-child {
	margin-left: 0;
}

.intro_list_item:before {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 90px;
	height: 23px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: -12px;
	background-color: #FFF;
}

.intro_list_item.-item01:before {
	background-image: url(../dismantling/img/img-num01.png);
}

.intro_list_item.-item02:before {
	background-image: url(../dismantling/img/img-num02.png);
}

.intro_list_item.-item03:before {
	background-image: url(../dismantling/img/img-num03.png);
}

.intro_list_item_ttl {
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	border-bottom: 1px solid #f00;
	padding-bottom: 15px;
}

.intro_list_item_txt {
	margin-top: 20px;
	line-height: 1.5;
}

.topics {
	background: #F5F6F8;
	padding: 80px 0;
}

.topics_ttl {
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}

.topics_lead {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

.topics_fig {
	position: relative;
	margin-top: 40px;
}

.topics_fig_notes {
	position: absolute;
	right: 0;
	top: -90px;
}

.topics_fig figure {
	text-align: center;
}
.topics_fig .-img {
	margin-top: 30px;
}

.topics_fig_txt {
	text-align: center;
	margin-top: 15px;
}

.case {
	padding: 80px 0;
}

.case_list {
	font-size: 0;
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc;
}

.case_list > li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-left: 2%;
}

.case_list > li:first-child {
	margin-left: 0;
}

.case_list > li figure {
}

.case_list > li figcaption {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
}

.flow {
	padding-top: 80px;
}

.flow_lead {
	line-height: 1.5;
	font-size: 24px;
	text-align: center;
}

.flow_fig {
	text-align: center;
	margin-top: 40px;
}

.other {
	border: 1px solid #ccc;
	margin-top: 40px;
	padding: 40px 15px;
}

.other_lead {
	line-height: 1.5;
	font-size: 18px;
	color: #f00;
	text-align: center;
}

.other_txt {
	margin-top: 20px;
	text-align: center;
}

.other_cnt {
	text-align: center;
}

.other_dlist {
	text-align: center;
	display: inline-block;
}

.other_dlist dt {
	float: left;
}

.other_dlist dd {
	margin-left: 3em;
}

.other_dlist dd ul {
	font-size: 0;
	text-align: left;
}

.other_dlist dd ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 1em;
}

.other_dlist dd ul li:last-child {
	margin-right: 0;
}

.license {
	margin-top: 40px;
}

.licence_row {
	display: table;
	width: 100%;
	background: #F5F6F8;
	padding: 20px 30px;
}

.licence_col {
	display: table-cell;
	vertical-align: middle;
}

.licence_col.-img {
	width: 174px;
}

.licence_col.-txt {
	padding-left: 30px;
}

.licence_img {
}

.license_ttl {
	font-weight: bold;
	font-size: 14px;
}

.license_txt {
	font-size: 14px;
	margin-top: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
	.topics_fig_notes {
		width: 170px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.head {
		background-image: url(../dismantling/img/pt-head.jpg);
	}

	.intro_list {
		display: block;
	}

	.intro_list_item {
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}

	.intro_list_item:first-child {
		margin-top: 0;
	}

	.intro_list_item:before {
	}

	.intro_list_item.-item01:before {
	}

	.intro_list_item.-item02:before {
	}

	.intro_list_item.-item03:before {
	}

	.intro_list_item_ttl {
		font-size: 20px;
	}

	.intro_list_item_txt {
		font-size: 14px;
	}

	.topics {
		padding: 40px 0;
	}

	.topics_ttl {
		font-size: 16px;
	}

	.topics_lead {
		font-size: 18px;
	}

	.topics_fig {
	}

	.topics_fig_notes {
		width: 120px;
		top: -30px;
		right: -10px;
	}

	.topics_fig figure {
	}

	.topics_fig_txt {
		text-align: left;
	}

	.case {
		padding: 40px 0;
	}

	.case_list {
		padding-bottom: 40px;
	}

	.case_list > li {
		width: 49%;
		margin-top: 20px;
	}

	.case_list > li:first-child {
	}

	.case_list > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.case_list > li:nth-child(-n+2) {
		margin-top: 0;
	}

	.case_list > li figure {
	}

	.case_list > li figcaption {
		font-size: 14px;
	}

	.flow {
		padding-top: 40px;
	}

	.flow_lead {
		font-size: 18px;
	}

	.flow_fig {
		margin-top: 20px;
	}

	.other {
		padding: 20px 15px;
	}

	.other_lead {
	}

	.other_txt {
		margin-top: 10px;
		text-align: left;
	}

	.other_cnt {
	}

	.other_dlist {
	}

	.other_dlist dt {
	}

	.other_dlist dd {
	}

	.other_dlist dd ul {
	}

	.other_dlist dd ul li {
	}

	.other_dlist dd ul li:last-child {
	}

	.license {
	}

	.licence_row {
		display: block;
	}

	.licence_col {
		display: block;
	}

	.licence_col.-img {
		width: 100%;
	}

	.licence_col.-txt {
		padding-left: 0;
		margin-top: 10px;
	}

	.licence_img {
		text-align: center;
	}

	.license_ttl {
		text-align: center;
	}

	.license_txt {
		margin-top: 5px;
	}

}
