/* ==========================================================================
	201802
========================================================================== */

.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: #0086CD;}
#topic02-1 .lead{color: #EE7629;}
#topic02-2 .lead{color: #4EBBA6;}
#topic02-3 .lead{color: #9DC43D;}
@media screen and (max-width: 767px) {
	.lead {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* h3 */

.topic01-wrap h3,
.topic02-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: #0086CD;
	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{
	color: #fff;
	padding: .5em 0 .4em;
	line-height: 1.2;
}
.topic02-wrap h3 .en,
.topic02-wrap h3 .ja{
	display: inline-block;
	text-align: center;
	margin-left: 1.2em;
}
.topic02-wrap h3 .ja{
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 1.2em;
}
#topic02-1 h3{background: #EE7629;}
#topic02-2 h3{background: #4EBBA6;}
#topic02-3 h3{background: #9DC43D;}
@media screen and (max-width: 767px) {
	.topic01-wrap h3,
	.topic02-wrap h3{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


/* profile */

.topic01-profile,
.topic02-profile{
	margin: 20px 0 20px;
}
.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: 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 .naitei .naiteisaki:before{
	content: "";
	display: block;
	background: #fff;
	width: 107px;
	height: 42px;
	position: absolute;
	left: -105px;
	top: -2px;
	z-index: 2;
}
.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: #0086CD;
}
.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: 270px;
	text-align: center;
}
.topic02-profile .topic02-step{
	width: 550px;
}
.topic02-profile .profile .text{
	width: 270px;
	margin-top: 0;
	padding: .5em 0 .5em;
	color: #fff;
}
.topic02-profile .profile .appendix{
	color: #fff;
}
#topic02-1 .topic02-profile .profile .text{background: #EE7629;}
#topic02-2 .topic02-profile .profile .text{background: #4EBBA6;}
#topic02-3 .topic02-profile .profile .text{background: #9DC43D;}
@media screen and (max-width: 767px) {
	.topic01-profile{
		margin: 0 0 10px;
	}
	.topic02-profile{
		margin: 10px 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-left: 1rem;
		padding-right: 1rem;
	}
	.topic01-profile .naitei .naiteisaki:after{
		background-size: 56px 55px;
		width: 56px;
		height: 55px;
		left: -48px;
		top: -13px;
	}
	.topic01-profile .naitei .naiteisaki:before{
		width: 50px;
		height: 35px;
		left: -48px;
		top: -2px;
	}
	.topic02-profile .profile .text{
		max-width: 270px;
		width: 100%;
		margin: 0 auto;
	}
}


/* 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: #94BFE6 url(img/bg_step.png) no-repeat center bottom;
}
.topic01-step table th.second{
	background: #0086CD;
}
.topic01-step table td{
	padding: 6px 30px 24px;
}
.topic01-step table td dl{
	position: relative;
}
.topic01-step table td dt{
	display: inline-block;
	background: #FFF100;
	border-radius: 1em;
	color: #000;
	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;
	}
}
.topic02-step dl{
	position: relative;
}
.topic02-step dt{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 1em;
}
.topic02-step dt span{
	display: inline-block;
	border-radius: 1em;
	color: #fff;
	font-weight: bold;
	padding: .3em 1em .2em;
	margin-right: .5em;
}
.topic02-step dd{
	padding: .5em 0 1em;
}
#topic02-1 .topic02-step dt{border-top: 1px solid #EE7629;}
#topic02-2 .topic02-step dt{border-top: 1px solid #4EBBA6;}
#topic02-3 .topic02-step dt{border-top: 1px solid #9DC43D;}
#topic02-1 .topic02-step dt:first-child,
#topic02-2 .topic02-step dt:first-child,
#topic02-3 .topic02-step dt:first-child{
	padding-top: 0;
	border-top: 0;
}
#topic02-1 .topic02-step dt span{background: #EE7629;}
#topic02-2 .topic02-step dt span{background: #4EBBA6;}
#topic02-3 .topic02-step dt span{background: #9DC43D;}







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

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


