
.page_title{	margin-bottom: 30px;}

.cdbox{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	min-height: auto;
	margin: 0;
	overflow: hidden;
}

.cdbox:hover{	text-decoration: none;}

.cdbox_l{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l{
	position: relative;
	text-align: left;
	padding: 0 0 40px 0;
}

.cdbox_l .icon_bg{
	width: 390px;
	position: absolute;
	top: 522px;
	left: calc(50% - 195px);
}

.cdbox_l .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}


/**	prof slider start **/

#sliderContainer{
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#flame{
	width: 390px;
	height: 520px;
	border-width: 2px;
	border-style: solid;
	margin: 0 auto;
}

ul#slider{
	margin-left: 0;
	width: 1950px;
	height: 520px;
	overflow: hidden;
	position: relative;
}

ul#slider li{
	float: left;
	width: 390px;
	position: absolute;
}

ul#slider li img{
	width: 390px;
	height: 520px;
}

ul#slideIcon{
	width: 390px;
	height: 0;
}

ul#slideIcon li{
	display: inline-block;
	width: 25px; /* no change */
	height: 50px; /* no change */
	position: absolute;
	font-size: 11px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

ul#slideIcon li#prev{
	left: 0;
	top: calc(50% - 25px);
	border-radius: 0 5px 5px 0;
}

ul#slideIcon li#next{
	right: 0;
	top: calc(50% - 25px);
	border-radius: 5px 0 0 5px;
}


@media screen and (max-width: 650px) {
	.cdbox_l{	padding: 0 0 30px 0;}
	.cdbox_l .icon_bg{
		width: 260px;
		position: absolute;
		top: 349px;
		left: calc(50% - 130px);
	}

	#flame{
		width: 260px;
		height: 347px;
	}
	ul#slider{
		width: 1000px;
		height: 347px;
	}
	ul#slider li{	width: 260px;}
	ul#slider li img{
		width: 260px;
		height: 347px;
	}
}



	/**	prof slider start **/
	ul#slideIcon{
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	ul#slideIcon li{
		display: inline-block;
		width: 20px; /* no change */
		height: 50px; /* no change */
		position: absolute;
		font-size: 11px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}


/** name **/

#name{
	text-align: center;
	padding: 30px 0;
}

#name h3{
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px 0;
}

#name .size{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#name .outlink{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 7px;
}
#name a.outlink:hover{
	text-decoration: none;
}

.linksite_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.linksite_bt > a{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.linksite_bt > a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.linksite_bt1{	background: url(../img/tmp/sns_bt1.png) no-repeat top center #1da1f2;	background-size: 35px auto;}
.linksite_bt2{
	background: url(../img/tmp/sns_bt2.png) no-repeat top center, rgb(255,221,131);
	background: url(../img/tmp/sns_bt2.png) no-repeat top center, linear-gradient(45deg, rgba(255,221,131,1) 15%, rgba(242,105,57,1) 37%, rgba(207,46,146,1) 63%, rgba(76,100,211,1) 85%);
	background-size: 35px auto;
}
.linksite_bt3{	background: url(../img/tmp/sns_bt3.png) no-repeat top center #daa915;	background-size: 35px auto;}
.linksite_bt4{	background: url(../img/tmp/sns_bt4.png) no-repeat top center #00b900;	background-size: 35px auto;}
.linksite_bt5{	background: url(../img/tmp/sns_bt5.png) no-repeat top center #ff9900;	background-size: 35px auto;}

.linksite_btblog .material-icons{line-height: 35px;}

/** op **/

.op{
	padding: 30px 20px 25px 20px;
}

.op ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.op li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 2 - 2.5px);
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 3px 2px;
	border: 1px solid currentColor;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.op li.ng{	border: none;}


/** sche **/

.sche{
	padding: 30px 20px;
}

.sche dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.sche dl:first-of-type{
	border-top-width: 1px;
	border-top-style: solid;
}

.sche dt,
.sche dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0;
}


/** wid **/

.wid_bg{}

.wid_bg h3{
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding: 30px 15px 15px 15px;
}


/** qa **/

.qa{
	padding: 20px;
}

.qa dl{
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.qa dt,
.qa dd{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.qa dt{	
	padding: 10px 0 2px 0;
}
.qa dd{
	padding: 2px 0 10px 0;
}


/** other **/

.other{
	padding: 30px 20px;
}

.other_in{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}


.movie{
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.movie video{
	width: auto;
	max-width: 100%;
	height: auto;
}
.voice{
	text-align: left;
	padding: 20px;
}
.voice div{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.voice audio{	width: 100%;}

.st_box dd{
    color: #ffa500;
}

.st_box dd span{
	filter: saturate(0);
}