





.form_title{
	text-align: center;
	padding: 3px 10px 5px 10px;
}
.form_title span{
	position: relative;
	font-size: 22px;
	line-height: 22px;
	margin: 0 5px 0 0;
	bottom: -4px;
}
.form_title em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	color: #e8c01e;
	background: #000;
	border-radius: 2px;
	margin: 0 0 0 5px;
	padding: 0 3px;
	bottom: -3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.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 20px 0;
}

.cdbox_l .icon_bg{
	position: absolute;
	bottom: 20px;
	left: 18px;
}

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


/**	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{
	position: relative;
	width: 394px;
	height: 524px;
	border-width: 2px;
	border-style: solid;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

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) {
	#flame{
		position: relative;
		width: 95%;
		height: auto;
		border-width: 2px;
		border-style: solid;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

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

	ul#slider li{
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	ul#slider li img{
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
}


/** name **/

#name{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0 5px 0;
	background: rgb(64,13,116);
	background: linear-gradient(90deg, rgba(64,13,116,0.7) 0%, rgba(118,65,155,0.7) 50%, rgba(64,13,116,0.7) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

#name .size{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
#name .size .tx{	color: #baa070;}

#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;
}

#name .bust_icon{
	font-size: 0;
	line-height: 0;
	padding: 0;
}
#name .bust_icon span{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin: 0 2.5px;
	border-radius: 12.5px;
	color: #fff;
	background: #d756c0;
}

#name .cate_icon{
	font-size: 0;
	line-height: 0;
	padding: 5px 0 0 0;
}
#name .cate_icon span{
	display: inline-block;
	vertical-align: top;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin: 0 2.5px 5px 2.5px;
	padding: 0 10px;
	border-radius: 2px;
	color: #fff;
	background: #00a26b;
}

#name .area_icon{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}
#name .area_icon span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 25px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 2.5px 5px 2.5px;
	border-radius: 2px;
	background: rgb(64,13,116);
	background: linear-gradient(90deg, rgba(64,13,116,1) 0%, rgba(118,65,155,1) 50%, rgba(64,13,116,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .area_icon span.pan{
	color: #fff;
	background: #ff6026;
}

.thph{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 8px 0;
}
.thph br{	display: none;}

.thph .th_bust,
.thph .th_type{
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 2px 1px;
}
.thph .th_bust{
	width: 26px;
	height: 20px;
	background: url(../img/icon/th_b.png) no-repeat center center;
	background-size: 26px auto;
}
.thph .th_type{
	width: 26px;
	height: 20px;
	margin-left: 8px;
	background: url(../img/icon/th_t.png) no-repeat center center;
	background-size: 26px auto;
}

.thph img{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 17px;
	margin: 0 2.5px 2px 2.5px;
}

@media screen and (max-width: 350px) {
	.thph br{	display: inline;}
	.thph .th_span,
	.thph .ph_span{	height: 20px;}
	.thph img{
		height: 20px;
	}
}

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

.linksite_bt > a{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 5px 5px 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 #000;	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: 20px;
}
.op .form_title{	margin-bottom: 0;}

.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 - 5px);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.op li dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.op li dt,
.op li dd{
	display: table-cell;
	vertical-align: middle;
}
.op li dt{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 5px;
}
.op li dd{	width: 26px;}
.op li dd span{
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.op li dd .ok{	background: #22c4a9;}
.op li dd .sp{	background: #c9ac2d;}
.op li dd .ng{	background: #666;	color: #000;}



/** sche **/

.sche{
	padding: 20px;
}
.sche .form_title{	margin-bottom: 0;}

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

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

.sche dd .yoman{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:yoman 1.5s ease-in-out infinite alternate;
	-moz-animation:yoman 1.5s ease-in-out infinite alternate;
	animation:yoman 1.5s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes yoman{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}
.sche dd .yoman+p{
	-webkit-animation:yoman 1.5s ease-in-out infinite alternate;
	-moz-animation:yoman 1.5s ease-in-out infinite alternate;
	animation:yoman 1.5s ease-in-out infinite alternate;
	animation-delay: -1s;
}

.sche dd div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
}

.sche dd div .area_icon{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 25px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 2px;
	background: rgb(243,194,36);
	background: linear-gradient(90deg, rgba(243,194,36,1) 0%, rgba(255,220,107,1) 50%, rgba(243,194,36,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sche dd div .area_icon.pan{
	color: #fff;
	background: #ff6026;
}

.sche dd div p{
	width: calc(100% - 60px);
	line-height: 16px;
}
.sche dd div p .area_txt{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 14px;
}


@media screen and (max-width: 650px) {
	.sche dd div .area_icon{
		width: 50px;
		font-size: 11px;
	}
	.sche dd div p{
		width: calc(100% - 50px);
	}
}


/** 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_area{
	text-align: left;
	border: 2px solid #773ea7;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qa_area h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #ffda6b;
}

.qa_area p:nth-of-type(1){
	font-size: 14px;
	line-height: 20px;
}

.qa_area p:nth-of-type(2){
	font-size: 12px;
	line-height: 18px;
}
.qa_area p:nth-of-type(2) span{	color: #ff0000;}

.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 dt span{
	position: relative;
	font-size: 18px;
	line-height: 18px;
	bottom: -4px;
	margin: 0 3px 0 0;
}

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


/** blog **/

.blog_in{
	padding: 20px 20px 20px 20px;
}
.blog_in .form_title{	margin-bottom: 15px;}

.blogbox{
	text-align: left;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.blog_name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.blog_name .blogname_img{
	width: 40px;
	margin-right: 10px;
}
.blog_name .blogname_img span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.blog_name .blogname_img span img{
	width: 100%;
	height: auto;
}

.blog_name p{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 14px;
}
.blog_name p a{	color: #ff6026;}

.blog_img{
	text-align: center;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.blog_img img{
	max-width: 390px;
	height: auto;
	border-width: 5px;
	border-style: solid;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.blog_img img.lazy[src*="loader.png"]{
	width: 390px;
	height: auto;
}

@media screen and (max-width: 650px) {
	.blog_img img{	max-width: 100%;}
}

.blog_txt{
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	margin: 0 0 20px 0;
}
.blog_txt em{	font-weight: bold;}

.past{
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	padding: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.past .bt{
	width: 160px;
	font-size: 14px;
	padding: 0;
}


/** review **/

.review_in{
	padding: 20px 20px 20px 20px;
}

#review .s_title{	margin-bottom: 20px;}

.review_top{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 48px;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0 10px 10px 7px;
	color: #fff;
	background: #ba9f70;
	border-top: 2px solid #e7cea2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.review_top_l{
	width: 38px;
	padding: 6px 0 0 0;
}
.review_top_l span{
	font-size: 34px;
	line-height: 34px;
}

.review_top_r{
	width: calc(100% - 38px);
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0 0 0;
}
.review_top_r span{	color: #624717;}

.reviewbox{
	text-align: left;
	margin: 0 0 20px 0;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reviewbox:last-of-type{	margin-bottom: 0;}

.review_name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
}

.review_name .review_img{
	width: 46px;
	margin-right: 4px;
}
.review_name .review_img span{
	display: inline-block;
	vertical-align: top;
	width: 46px !important;
	height: 46px !important;
	font-size: 46px;
	line-height: 46px;
	overflow: hidden;
}

.review_name p{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 14px;
}
.review_name p a{	color: #ff6026;}

.reviewbox .review_txt{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

.reviewbox .rv_bt{
	text-align: right;
	padding: 20px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.reviewbox .bt{
	width: auto;
	font-size: 14px;
	padding: 0 10px;
}

#review > .bt{	margin-top: 20px;}


/** twit **/

.twit{
	padding: 20px;
}
.twit .form_title{	margin-bottom: 0;}

.resbt2{	padding: 20px 0;}



/** other **/

.other{
	padding: 30px 20px;
}

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

#movie_bg{
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.movie{
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.movie:last-of-type{	margin-bottom: 0;}
.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);
}


/** toku **/

#toku_in{
	position: relative;
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku h4{
	text-align: left;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku h4 span{
	font-size: 24px;
	line-height: 24px;
}

#toku h4 em{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 3px;
}
#toku h4 em i{	font-style: normal;}

#toku .time{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 120px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toku .time:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 5px);
}

#toku .tkbox{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 2px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toku .tkbox:last-of-type{	margin-bottom: 0;}

#toku .tkbox_l{
	width: 33%;
}

#toku .tkbox_l p{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding: 5px 0 0 0;
}
#toku .tkbox_l p em{
	position: relative;
	font-size: 32px;
	line-height: 32px;
	bottom: -2px;
}
#toku .tkbox_l p span{
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
}
#toku .tkbox_l p i{
	position: relative;
	display: inline-block;
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
	top: -2px;
}
#toku .tkbox .or{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: -18px;
	left: calc(50% - 15px);
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
}

#toku .tkbox_r{
	position: relative;
	width: calc(100% - 33%);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 3px;
}

#toku .tkbox_r_top{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	padding: 10px 34px 0 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .tkbox_r_top span{
	font-size: 16px;
	margin-left: 5px;
}

#toku .tkbox_r_top span em{
	font-size: 22px;
}

#toku .tkbox_r_top i{
	font-size: 34px;
	line-height: 34px;
	position: absolute;
	top: 4px;
	right: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#toku .tkbox_r_btm{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
}

#toku .tkbox_r_btm span{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	border: 2px solid currentcolor;
	margin-right: 5px;
	top: -4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .tkbox_r_btm p{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

#toku .tkbox_r_btm p em{
	font-size: 34px;
}

#toku .conditions{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .caution{
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	padding: 10px 0 3px 0;
	letter-spacing: -0.3px;
}

.taiki_icon_on{
	width: calc(100% - 36px);
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 18px;
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.bx-wrapper .bx-pager{	bottom: 5px !important;}
.cdbox_l .taiki_icon_on+.icon_bg{	bottom: 50px;}

@media screen and (max-width: 650px) {
	.taiki_icon_on{	bottom: 19px;}
	.cdbox_l .taiki_icon_on+.icon_bg{	bottom: 49px;}
}