/* ==========================================================================
	201712
========================================================================== */

.main-wrap {
	background: url(img/main.jpg) no-repeat top center;
	background-size: contain;
}

.tc{
	text-align: center;
}


.topics-list li{
	position:relative;
	margin-bottom:10px;
}
.topics-list li:nth-child(2n){
	margin-right:0;
}

.block{
	margin: 0 auto 30px;
	padding: 10px 10px 15px;
	position: relative;
}
.block h4{
	border-bottom:2px dotted #bbb;
	font-size:150%;
	margin-bottom:10px;
}
.block h4 span{
	font-size: 80%;
}
.appendix{
	text-align:left;
	font-size:83%;
	color: #111;
}
.bk{color: #231815;}
@media screen and (max-width: 767px) {
	.block{
		margin:40px 0 0;
		padding: 5px 5px 10px;
	}
	.block h4{
		font-size: 120%;
		line-height: 1.5;
	}
	.block h4 span{
		display: inline-block;
		
	}
	.fl,.fr {
		width:100% !important;
		max-width:100% !important;
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.ib{
		display: inline-block;
	}
}

.topic01-wrap,
.topic02-wrap,
.topic03-wrap{
	/*
	margin: -110px 0 30px;
	padding-top: 110px;
	*/
	margin: 30px 0 60px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.topic01-wrap,
	.topic02-wrap,
	.topic03-wrap{
		margin: 15px 0 40px;
		padding-top: 0;
	}
}


/* lead */

.lead {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#topic01.lead{color: #5BC0C3;}
#topic02.lead{color: #F49C2A;}
#topic03.lead{color: #79BD28;}
@media screen and (max-width: 767px) {
	.lead {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* h3 */

.topic01-wrap h3,
.topic02-wrap h3,
.topic03-wrap h3{
	display: table;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.topic01-wrap h3 .inner {
	display: table-cell;
	width: 5em;
	background-color: #5BC0C3;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 20px;
	z-index: 2;
}
.topic01-wrap h3 .outer {
	background-color: #fff;
	display: table-cell;
	color: #000;
	margin-left: 10px;
	padding: 10px 20px;
	letter-spacing: 2px;
}
.topic02-wrap h3 span {
	letter-spacing: 2px;
	padding: .5rem 1rem .4rem;
	color: #fff;
}
.topic02-wrap h3 .inner {
	display: table-cell;
	width: 3em;
	background-color: #000;
	text-align: center;
	z-index: 2;
}
.topic02-wrap h3 .outer {
	background-color: #F49C2A;
	display: table-cell;
	text-align: center;
	margin-right: 10px;
}
.topic03-wrap h3{
	border: 4px solid #79BD28;
	padding: .5rem 1rem .4rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.topic01-wrap h3,
	.topic02-wrap h3,
	.topic03-wrap h3{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


/* profile */

.topic01-profile,
.topic02-profile{
	margin: 20px 0 20px;
}
.topic03-profile{
	margin: 20px 0 60px;
}
.topic01-profile .profile{
	width: 400px;
	text-align: center;
	position:relative;
}
.topic01-profile .text,
.topic01-profile .naitei{
	width: 300px;
	margin-left: 100px;
	text-align: left;
	box-sizing: border-box;
}
.topic01-profile .text{
	padding-left: 2rem;
}
.topic01-profile .naitei{
	border-top: 2px solid #e83421;
	border-right: 2px solid #e83421;
	border-bottom: 2px solid #e83421;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	position:relative;
	padding-left: 2rem;
}
.topic01-profile .naitei .naiteisaki{
	display: block;
	overflow: hidden;
	text-indent: -200%;
	width: 0;
	height: 0;
}
.topic01-profile .naitei .naiteisaki:after{
	content: "";
	display: block;
	background:url(img/icon_naitei.png) no-repeat;
	width: 112px;
	height: 110px;
	position: absolute;
	left: -105px;
	top: -35px;
	z-index:3;
}
.topic01-profile .text span,
.topic02-profile .text span,
.topic03-profile .text span{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}
.topic01-profile .interview{
	position:relative;
	width:420px;
}
.topic01-profile .interview dt,
.topic02-profile .interview dt,
.topic03-profile .voice dt,
.topic03-profile .voice .lead{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}
.topic01-profile .interview dt{
	color: #5BC0C3;
}
.topic01-profile .interview dd{
	margin:5px 0 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #222;
}
.topic01-profile .interview dd:last-child,
.topic02-profile .interview dd:last-child,
.topic03-profile .voice dd:last-child{
	border:none;
}
.topic02-profile .profile{
	width: 250px;
	text-align: center;
}
.topic02-profile .interview{
	width: 570px;
}
.topic03-profile .profile{
	width: 280px;
	text-align: center;
}
.topic03-profile .voice{
	width: 540px;
}
.topic02-profile .interview dt{
	color: #F49C2A;
}
.topic03-profile .voice dt{
	background: #000;
	color: #fff;
	padding-left: 1em;
	line-height: 2;
}
.topic03-profile .voice .lead{
	margin: 15px 0 5px;
}
.topic02-profile .interview dd,
.topic03-profile .voice .text{
	margin: 5px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #222;
}
@media screen and (max-width: 767px) {
	.topic01-profile,
	.topic02-profile{
		margin: 0 0 10px;
	}
	.topic01-profile .profile,
	.topic02-profile .profile,
	.topic03-profile .profile{
		margin: 0 auto 20px;
		text-align: center;
	}
	.topic03-profile .voice{
		margin: 0 auto 1rem;
	}
	.topic01-profile .profile{
		max-width: 400px !important;
	}
	.topic01-profile .text,
	.topic01-profile .naitei{
		max-width: 70%;
		margin-left: 20%;
		margin-right: 10%;
		padding-left: 0;
		text-align: center;
	}
	.topic01-profile .naitei{
		font-size: 16px;
		font-size: 1.6rem;
		padding-right: 2rem;
	}
	.topic01-profile .naitei .naiteisaki:after{
		background-size: 56px 55px;
		width: 56px;
		height: 55px;
		left: -48px;
		top: -13px;
	}
}


/* step */

.topic01-step{
	margin: 0 auto 60px;
}
.topic01-step h4{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2;
	background: #000;
	color: #fff;
	margin: 30px 0 30px;
}
.topic01-step table{
	max-width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}
.topic01-step table caption{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	background: #000;
	color: #fff;
	margin: 10px 0 20px;
	font-weight: bold;
}
.topic01-step table .col1{width: 20%;}
.topic01-step table .col2{width: 80%;}
.topic01-step table th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
}
.topic01-step table th.first{
	//border-bottom: 4px solid #fff;
	background: #5BC0C3 url(img/bg_step.png) no-repeat center bottom;
}
.topic01-step table th.second{
	background: #47BEDA;
}
.topic01-step table td{
	padding: 6px 30px 24px;
}
.topic01-step table td dl{
	position: relative;
}
.topic01-step table td dt{
	display: inline-block;
	background: #000;
	border-radius: 1em;
	color: #fff;
	font-weight: bold;
	padding: .3em 1em .2em;
	margin-right: .5em;
}
.topic01-step table td .lead{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.topic01-step table td dl:after{
	content: "";
	display: block;
	background: url(img/arrow_step.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10em;
	left: 45%;
	bottom: -24px;
}
.topic01-step table td.last{
	padding-bottom: 8px;
}
.topic01-step table td.last dl:after{
	display: none;
}
@media screen and (max-width: 767px) {
	.topic01-step h4,
	.topic01-step table caption{
		margin: 0 0 15px;
	}
	.topic01-step table{
		width: 100%;
	}
	.topic01-step table td{
		padding: 4px 10px 24px;
	}
}


/* point */

.topic02-point{
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
}
.topic02-point h4{
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	border: none;
	background: none;
	position: relative;
	z-index: 0;
}
.topic02-point h4 span{
	display: inline-block;
	background: #fff;
	padding: 0 1em;
	z-index: 2;
}
.topic02-point h4:after{
	content: '';
	display: block;
	position: absolute;
	background: #000;
	left: 0;
	top: 45%;
	width: 100%;
	height: 1px;
	z-index: -2;
}
.point{
	display: table;
	position:relative;
	margin: 0 auto;
}
.point li{
	position:relative;
	padding-left: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	min-height: 31px;
	margin: 0 0 20px;
}
.point li:before{
	content: '';
	display: block;
	position: absolute;
	background: url(img/icon_point.png) no-repeat;
	width: 39px;
	height: 31px;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.topic02-point h4{
		margin: 0 auto 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.point{
		display: block;
	}
	.point li{
		margin: 0 0 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}




.topic02-message p{
	display: block;
	margin-top: -2px;
	margin-top: -2.3px\9;
	padding: 8px 15px 8px;
	border-radius: 0 8px 8px 8px;
}
#topic02-1 .topic02-message p{
	border: 2px solid #F49C2A;
}
#topic02-2 .topic02-message p{
	border: 2px solid #1c4b92;
}
@media all and (-ms-high-contrast: none){
	.topic02-message{
		margin:40px 0 0;
	}
	.topic02-message p{
		margin-top: -2.3px;
	}
}


/* flags */

.topic03-flags{
	width: 450px;
	margin: 0 auto 0;
}
.topic03-flags ul{
	width: 49% !important;
}
.topic03-flags li{
	padding-left: 50px;
	margin: 0 0 10px;
	background-position: left 1px;
	background-repeat: no-repeat;
	min-height: 30px;
}
.topic03-flags li.flag01{background-image: url(img/flag01.png);}
.topic03-flags li.flag02{background-image: url(img/flag02.png);}
.topic03-flags li.flag03{background-image: url(img/flag03.png);}
.topic03-flags li.flag04{background-image: url(img/flag04.png);}
.topic03-flags li.flag05{background-image: url(img/flag05.png);}
.topic03-flags li.flag06{background-image: url(img/flag06.png);}
.topic03-flags li.flag07{background-image: url(img/flag07.png);}
.topic03-flags li.flag08{background-image: url(img/flag08.png);}
.topic03-flags li.flag09{background-image: url(img/flag09.png);}
.topic03-flags li.flag10{background-image: url(img/flag10.png);}
.topic03-flags li.flag11{background-image: url(img/flag11.png);}
.topic03-flags li.flag12{background-image: url(img/flag12.png);}
.topic03-flags li.flag13{background-image: url(img/flag13.png);}
.topic03-flags li.flag14{background-image: url(img/flag14.png);}
@media screen and (max-width: 767px) {
	.topic03-flags{
		width: 100%;
	}
	.topic03-flags .fr{
		float: right !important;
	}
	.topic03-flags .fl{
		float: left !important;
	}
	.topic03-flags li{
		margin: 0 0 8px;
	}
}


/* 扉
=========================================================== */
/*.topics-list li {
	width: 860px;
}*/

@media screen and (max-width: 767px) {
	.topics-list li {
	  width: 100%; } }


