
/*=================================================
 * CSS for PC
 * ================================================= */

#cd{
	text-align: left;
}

.cdbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
}

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

.cdbox_l,
.cdbox_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l{
	position: relative;
	width: 400px;
	text-align: left;
	padding-right: 20px;
}


/** left **/

div.slider{
    font-size: 0;
    line-height: 0;
    display:block;
}

div.slider_in{
	border-width: 1px;
	border-style: solid;
	padding: 19px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div.slider_in:nth-of-type(2){
	border-width: 1px;
	border-style: solid;
	border-top: none;
}

.cdbox_l .bx-viewport{
}

.cdbox_l .onephoto .bx-viewport{
	pointer-events: none;
}

.slider1 ul{
	width: 340px;
}

.slider1 ul li {/*main*/
    display:block;
    width:340px;
    height:453px;
}

.slider1 ul li img{
    display:block;
    width:340px;
    height:auto;
}
.slider1 .bx-controls-direction{	display: none;}

ul.bxslider02{
}

ul.bxslider01:after,
ul.bxslider02:after{
	content			: "";
	display			: block;
	clear			: both;
}

.slider2 ul li a {/*thum*/
    display:block;
    width:64px;
    height:85px;
}

.slider2 ul li a img{/*thum img*/
    display:block;
    width:64px;
    height:auto;
}

div.controlWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l .icon{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	padding: 3px 0 0 0;
	position: absolute;
	top: 485px;
	left: 315px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l .per{
	position: absolute;
	top: 24px;
	left: 296px;
}

.cdbox_l .per{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 60px;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}

.cdbox_l .per p{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l .per p em{
	font-size: 26px;
}

.cdbox_l .taiki_icon_on,
.cdbox_l .taiki_icon_off{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: rgba(255, 0, 0, 0.9);
	padding: 10px 0;
	position: absolute;
	top: 428px;
	left: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l .taiki_icon_on{	width: 285px;}
.cdbox_l .taiki_icon_off{	width: 330px;}

.cdbox_l .taiki_icon_on p,
.cdbox_l .taiki_icon_off p{
	-webkit-animation:blink 0.78s ease-in-out infinite alternate;
	-moz-animation:blink 0.78s ease-in-out infinite alternate;
	animation:blink 0.78s ease-in-out infinite alternate;
}
@-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;}
}
.cdbox_l .taiki_icon_on p br,
.cdbox_l .taiki_icon_off p br{	display: none;}


/** name **/

#name_bg{
	border-width: 1px;
	border-style: solid;
	padding: 19px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name{
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name .namebox{
	position: relative;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name .namebox > div{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

#name .namebox h4{
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	margin-right: 0;
	margin-bottom: 5px;
}

#name .namebox p{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin-right: 0;
}
#name .namebox p br{	display: none;}

#name .font1{
	display: inline-block;
	border-radius: 2px;
	width: 50px;
	height: 50px;
	font-family: "FontB";
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .bt_bg+.namebox > div .font1{	top: 10px;}

#name .font1:first-letter{
	font-size: 34px;
	line-height: 30px;
}

#name .font1+h4{	margin-right: 50px;}
#name .font1+h4+p{	margin-right: 50px;}

.cpoint{
	text-align: center;
	border-top: 1px;
	border-top-style: dotted;
	padding: 10px 0 13px 0;
}

.cpoint span{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin: 0 1px 2px 1px;
}
.cpoint span em{
	display: block;
	color: #ffffff;
	border-radius: 2px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp0{
	border-width: 1px;
	border-style: solid;
}


/** linkbt **/

#linkbt{
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 10px 0;
}

#linkbt a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 0 15px;
	border-radius: 3px;
	-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;
}
#linkbt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** cntbt **/

#cntbt{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 20px 10px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#cntbt > a,
#cntbt > span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 10px 0;
	border-radius: 3px;
	-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;
}
#cntbt > span{	font-weight: normal;}

#cntbt > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#cntbt > a span,
#cntbt > span span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

#cntbt .gra_bt{
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 10px;
}
#cntbt .gra_bt a{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100px;
}
#cntbt .gra_bt a:after{
	content: "";
	width: 160px;
	height: 100px;
	background: url(/ofc/prof/img/gra_bt.png) no-repeat;
	background-size: 160px auto;
	position: absolute;
	top: 0;
	right: 0;
}
#cntbt .gra_bt a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}


/** toku **/

#toku{
	position: relative;
	margin: 0 0 20px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0 20px;
}

#toku h4{
	text-align: left;
	padding: 15px 0 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku h4 span{
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}

#toku h4 em{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

#toku h4 i{
	font-style: normal;
	font-size: 24px;
}

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

#toku .price_bg{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 0;
}

#toku .price_bg .or{
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: calc(50% - 15px);
	-webkit-animation:blink 0.78s ease-in-out infinite alternate;
	-moz-animation:blink 0.78s ease-in-out infinite alternate;
	animation:blink 0.78s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .course{
	width: 30%;
	height: 100px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 33px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#toku .course span{	font-size: 20px;}

#toku .price{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .price_a,
#toku .price_l,
#toku .price_r{
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .price_a{
	width: 145px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}
#toku .price_a span{
	display: inline-block;
	font-family: "FontA";
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
}
#toku .price_a em{
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
}

#toku .price_l{
	position: relative;
}
#toku .price_l,
#toku .price_r{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
#toku .price_l span,
#toku .price_r span{
	display: inline-block;
	font-family: "FontA";
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}
#toku .price_l em,
#toku .price_r em{
	display: inline-block;
	font-family: "FontA";
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
}
#toku .price_l em{	text-decoration: line-through;}
#toku .price_l:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 15px;
	position: absolute;
	top: 0;
	right: -15px;
}
#toku .price_l span{	text-decoration: line-through;}
#toku .price_l:last-child:after{	display: none;}
#toku .price_l:last-child em{	text-decoration: inherit;}

#toku .price_r{
	background: rgba(255, 0, 0, 0.2);
}

#toku .conditions{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-radius: 2px;
	margin: 10px auto 0 auto;
	border: 1px solid #ff0000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#toku .conditions_l,
#toku .conditions_r{
	display: table-cell;
	vertical-align: middle;
	height: 24px;
	line-height: 18px;
}

#toku .conditions_l{
	position: relative;
	width: 90px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 1px 0 0 1px;
	color: #fff;
	background: #ff0000;
	padding: 0 0 0 3px;
}
#toku .conditions_l:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 10px;
	position: absolute;
	top: 0;
	right: -10px;
	border-color: transparent transparent transparent #ff0000;
}

#toku .conditions_r{
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left: 7px;
}

#toku .conditions2{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-radius: 2px;
	margin: 10px auto 20px auto;
	padding: 5px 0;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .conditions2_l,
#toku .conditions2_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#toku .conditions2_l{
	position: relative;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}
#toku .conditions2_l span{
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin-right: 3px;
	bottom: -1px;
}

#toku .conditions2_r{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	padding: 5px 5px 5px 8px;
}



#toku .caution{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}

#toku .caution em{	color: #ff0000;}
#toku .caution em:nth-of-type(2){
	display: inline-block;
	margin-right: 0;
}
#toku .caution br{	display: none;}


/** qa **/

#qa{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qa_in{
	padding: 0 20px;
}

.qaslider{
	padding: 0;
}

.qaslider li{
}

.qaslider li div{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin: 30px 15px 10px 15px;
	padding: 1px 0 1px 35px;
}

.qaslider li div:before{
	content: "Q";
	display: inline-block;
	width: 25px;
	height: 25px;
	font-family: "FontB";
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.qaslider li p{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 15px 20px 15px;
	padding: 5px 0 1px 35px;
}

.qaslider li p:before{
	content: "A";
	display: inline-block;
	width: 25px;
	height: 25px;
	font-family: "FontB";
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

#qa .bx-controls-direction{
	position: static;
}
#qa .bx-prev,
#qa .bx-next{
	display: inline-block;
	width: 25px;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
}
#qa .bx-prev:hover,
#qa .bx-next:hover{	text-decoration: none;}

#qa .bx-prev{
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: calc(50% - 25px);
	left: -20px;
}

#qa .bx-next{
	border-radius: 5px 0 0 5px;
	position: absolute;
	top: calc(50% - 25px);
	right: -20px;
}


/** comment **/

#comment{
	position: relative;
	margin: 5px 0 30px 0;
}

#comment p{
	font-size: 14px;
	line-height: 25px;
	padding: 0 2px;
}

#comment .c_bt{
	width: 100%;
	background: rgba(236,236,236,0.8);
	padding: 15px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#comment .c_bt span{
	display: inline-block;
	vertical-align: top;
	width: 105px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
}

#comment.c_open .c_bt{	display: none;}


/** cast_comment **/

.cast_comment{
	position: relative;
	margin: 5px 0 30px 0;
}

.cast_comment p{
	font-family: 'Hachi Maru Pop', cursive;
	font-size: 14px;
	line-height: 25px;
	padding: 0 2px;
}

.cast_comment .c_bt{
	width: 100%;
	background: rgba(236,236,236,0.8);
	padding: 15px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cast_comment .c_bt span{
	display: inline-block;
	vertical-align: top;
	width: 105px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
}

.cast_comment.c_open .c_bt{	display: none;}


/** sche **/

#sche{
	margin: 10px 0 30px 0;
}

#sche ul{
	font-size: 0;
	line-height: 0;
}

#sche li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 7 - 1px);
	text-align: center;
	margin-right: 1px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li:last-of-type{
	width: calc(100% / 7);
	margin-right: 0;
}

#sche li div{
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sche li div span{
	display: block;
}

#sche li p{
	position: relative;
	height: 90px;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
#sche li .yoman{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	top: 54px;
	left: 0;
	-webkit-animation:yoman 1s ease-in-out infinite alternate;
	-moz-animation:yoman 1s ease-in-out infinite alternate;
	animation:yoman 1s 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 li .yoman+p{
	-webkit-animation:yoman 1s ease-in-out infinite alternate;
	-moz-animation:yoman 1s ease-in-out infinite alternate;
	animation:yoman 1s ease-in-out infinite alternate;
	animation-delay: -1s;
}

#sche li div.sat{	background-color:  rgba(0, 102, 255, 0.2);}
#sche li div.sun{	background-color:  rgba(255, 0, 0, 0.2);}

.div_gcon{
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	margin: 0 0 30px 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#cd{	padding: 0;}
	#cd .page_title{	margin: 0;}
	.cdbox{
		display: block;
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.cdbox_l,
	.cdbox_r{
		display: block;
	}
	.cdbox_l{
		width: 282px;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	.bx-controls-direction{
		display: block;
	}

	/** slider **/
	div.slider_in{	padding: 10px;}
	.slider1 ul{
		width: 260px;
	}
	.slider1 ul li {/*main*/
	    display:block;
	    width:260px;
	    height:347px;
	}
	.slider1 ul li img{
	    display:block;
	    width:260px;
	    height:auto;
	}
	.slider2 ul li a {/*thum*/
	    display:block;
	    width:48px;
	    height:64px;
	}
	.slider2 ul li a img{/*thum img*/
	    display:block;
	    width:48px;
	    height:auto;
	}
	.slider1 .bx-controls-direction{	display: block;}
	.slider1 .bx-prev,
	.slider1 .bx-next{
		display: inline-block;
		width: 25px;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
	}
	.slider1 .bx-prev:hover,
	.slider1 .bx-next:hover{	text-decoration: none;}
	.slider1 .bx-prev{
		border-radius: 0 5px 5px 0;
		position: absolute;
		top: -199px;
		left: -11px;
	}
	.slider1 .bx-next{
		border-radius: 5px 0 0 5px;
		position: absolute;
		top: -199px;
		right: -11px;
	}

	/** icon per taiki **/
	.cdbox_l .icon{
		position: absolute;
		top: 359px;
		left: 229px;
	}
	.cdbox_l .per{
		position: absolute;
		top: 12px;
		left: 219px;
	}
	.cdbox_l .per{
		width: 50px;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	.cdbox_l .per p{
		height: 50px;
		font-size: 12px;
		line-height: 12px;
	}
	.cdbox_l .per p em{	font-size: 22px;}
	.cdbox_l .taiki_icon_on,
	.cdbox_l .taiki_icon_off{
		height: 40px;
		font-size: 14px;
		line-height: 30px;
		padding: 5px 0;
		position: absolute;
		top: 312px;
		left: 16px;
	}
	.cdbox_l .taiki_icon_on{	width: 215px;}
	.cdbox_l .taiki_icon_off{	width: 250px;}
	.cdbox_l.challange_l{	padding-bottom: 10px;}

	/** name **/
	#name_bg{
		border-width: 3px;
		border-style: double;
		border-left: none;
		border-right: none;
		padding: 0 10px;
	}
	#name{
		padding: 0;
		border: none;
	}
	#name .namebox{
	}
	#name .namebox > div{
		height: 65px;
	}
	#name .namebox h4{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 3px;
	}
	#name .namebox p{
		font-size: 12px;
		line-height: 14px;
	}
	#name .namebox p br{	display: inline;}
	#name .namebox p span{	display: none;}
	#name .font1{
		width: 40px;
		height: 40px;
		font-family: "FontB";
		font-size: 10px;
		line-height: 10px;
		text-align: center;
		padding-top: 3px;
		position: absolute;
		top: calc(50% - 20px);
		right: 0;
	}
	#name .font1:first-letter{
		font-size: 24px;
		line-height: 23px;
	}
	#name .font1+h4{	margin-right: 45px;}
	#name .font1+h4+p{	margin-right: 45px;}

	.cpoint{
		text-align: center;
		border-top: 1px;
		border-top-style: dotted;
		padding: 10px 0 13px 0;
	}

	.cpoint span{
		display: inline-block;
		vertical-align: top;
		width: 70px;
		margin: 0 1px 2px 1px;
	}
	.cpoint span em{
		display: block;
		border-radius: 2px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/** linkbt **/
	#linkbt{
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 10px 8px 6px 8px;
	}
	#linkbt a{
		display: inline-block;
		width: calc(50% - 4px);
		margin: 0 2px 4px 2px;
		padding: 0;
	}
	#linkbt a.cha{	width: calc(100% - 4px);}

	/** cntbt **/
	#cntbt{
		padding: 10px 5px;
		border-left: none;
		border-right: none;
	}
	#cntbt > a,
	#cntbt > span{
		width: calc(50% - 10px);
		margin: 0 5px;
	}
	#cntbt .gra_bt{
		margin: 10px 0 0 0;
		padding: 0 5px;
	}

	/** toku **/
	#toku{
		margin: 0 0 10px 0;
		border-left: none;
		border-right: none;
		padding: 0 10px;
	}
	#toku h4{
		text-align: left;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#toku h4 span{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
	}
	#toku h4 em{
		font-size: 14px;
		line-height: 20px;
	}
	#toku h4 i{
		font-size: 20px;
	}
	#toku .time{
		width: 125px;
		height: 40px;
		font-size: 11px;
		line-height: 14px;
		position: absolute;
		z-index: 2;
		top: 10px;
		right: 10px;
	}
	#toku .course{
		width: 30%;
		height: 100px;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		padding-top: 33px;
		text-align: center;
		border-right-width: 1px;
		border-right-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#toku .course span{	font-size: 20px;}

	#toku .price_a,
	#toku .price_l,
	#toku .price_r{
		height: 75px;
	}
	#toku .price_a{
		width: 75px;
		font-size: 12px;
		line-height: 14px;
	}
	#toku .price_a span{
		font-size: 34px;
		line-height: 34px;
	}
	#toku .price_a em{
		font-size: 20px;
		line-height: 20px;
	}
	#toku .price_l,
	#toku .price_r{
		font-size: 16px;
		line-height: 16px;
	}
	#toku .price_l span,
	#toku .price_r span{
		font-size: 20px;
		line-height: 20px;
	}
	#toku .price_l em,
	#toku .price_r em{
		font-size: 32px;
		line-height: 32px;
	}
	#toku .price_l em{	text-decoration: line-through;}
	#toku .price_l:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 37.5px 0 37.5px 15px;
		position: absolute;
		top: 0;
		right: -15px;
	}
	#toku .price_l span{	text-decoration: line-through;}

	#toku .price_r{
		background: rgba(255, 0, 0, 0.2);
	}
	#toku .conditions_l{
		width: 60px;
	}
	#toku .conditions2_l{
		width: 75px;
		font-size: 12px;
	}
	#toku .conditions2_l span{
		margin-right: 2px;
		bottom: -2px;
	}
	#toku .conditions2_r{
		font-size: 12px;
	}
	#toku .caution{
		font-size: 10px;
		line-height: 14px;
		padding: 10px;
	}
	#toku .caution em:nth-of-type(2){
		display: inline;
		margin-right: 0;
	}
	#toku .caution br{	display: inline;}

	/** qa **/
	#qa{
	}
	.qa_in{	padding: 0;}
	.qaslider{	padding: 0;}
	.qaslider li div{
		font-size: 14px;
		line-height: 20px;
		margin: 15px 10px 5px 10px;
		padding: 1px 25px 1px 40px;
	}
	.qaslider li div:before{
		width: 20px;
		height: 20px;
		font-size: 16px;
		line-height: 20px;
		left: 15px;
	}
	.qaslider li p{
		font-size: 13px;
		line-height: 18px;
		margin: 0 10px 15px 10px;
		padding: 2px 20px 1px 40px;
	}
	.qaslider li p:before{
		width: 20px;
		height: 20px;
		font-size: 16px;
		line-height: 20px;
		left: 15px;
	}
	#qa .bx-prev,
	#qa .bx-next{	width: 20px;}
	#qa .bx-prev{	left: 0;}
	#qa .bx-next{ right: 0; }

	/** comment **/
	#comment{	margin: 0;}
	#comment p{
		font-size: 14px;
		line-height: 22px;
		margin: 5px 10px;
		padding: 0;
	}
	#comment .c_bt{
		padding: 20px 0;
	}

	/** cast_comment **/
	.cast_comment{	margin: 0;}
	.cast_comment p{
		font-size: 14px;
		line-height: 22px;
		margin: 10px;
		padding: 0;
	}
	.cast_comment .c_bt{
		padding: 20px 0;
	}

	/** sche **/
	#sche{
		margin: 0;
	}
	#sche ul{
		font-size: 0;
		line-height: 0;
		padding: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#sche li{
		display: table;
		width: 100%;
		text-align: center;
		margin: 0 0 1px 0;
	}
	#sche li:last-of-type{	width: 100%;}
	#sche li div,
	#sche li p{
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche li .yoman{
		width: calc(100% - 110px);
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		top: 0;
		left: 110px;
		-webkit-animation:yoman 1s ease-in-out infinite alternate;
		-moz-animation:yoman 1s ease-in-out infinite alternate;
		animation:yoman 1s ease-in-out infinite alternate;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche li div{
		width: 110px;
		border-bottom: none;
		border-right-width: 1px;
		border-right-style: solid;
	}
	#sche li div span{
		display: inline;
	}
	#sche li p br{	display: none;}
	.div_gcon{
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		margin: 0;
		padding: 5px 0;
	}
}
