/* 全体 */

/* Coming Soon */
.acButton_wrap .acButton.comingSoon {
    pointer-events: none;
    background-color: #999;
}
.acButton_wrap .acButton.comingSoon:after {
    display: none;
}

/* 改行コントロール */

.dc_addbr br {
	display: none;
}

@media screen and (max-width: 767px) {
	.dc_nobr br {
		display: none;
	}

	.dc_addbr br {
		display:initial;
	}
	
}


/* タイトルエリア */

.dc_contentsInner-02 {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;

	background-image: url(/products/ac/ac_channel/denshi_chobo/images/base.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 24px;

}

.dc_contentsInner-02 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dc_contentsInner-02 *:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.dc_contentsInner-02 {
		width: 100%;
		padding: 0px;
	}
}

.dc_bg {
	background-image: url(/products/ac/ac_channel/denshi_chobo/images/base.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 24px;
}

.dc_mainTitle {
	position: relative;
}

.dc_mainTitle img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.dc_mainTitle img {
		display: none;
	}
}

.dc_mainTitle p.dc_titleMainCopy,
.dc_titleSubCopy p {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0.125rem;
}

.dc_mainTitle p.dc_titleMainCopy {
	position: absolute;
	top: 18%;
	left: 10%;
	font-size: 1.65rem;
	line-height: 2.2rem;
}
.dc_mainTitle p.dc_titleMainCopy2 {
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-size: 12px;
    line-height: 1.3rem;
    color: #FFFFFF;
}

.dc_titleSubCopy p {
	text-align: center;
	font-size: 1.5rem;
	background-color: #CD5521;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.4rem;
}

.dc_mainCopyFirst {
	font-size: 82%;
}
.dc_mainCopyFirst .dc_sup{
    font-size: 12px;
}

.dc_mainCopySecond {
	color: #FEFFAA;
}

h2.dc_titleCatch {
	color: #EA5414;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
}

p.dc_titleSchdule {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.dc_mainTitle {
		background-color: #c71528;
	}

	.dc_mainTitle p.dc_titleMainCopy {
		font-size: 1.75rem;
		position: static;
		margin: 0px;
		padding: 1rem 2rem 3.25rem;
		top: 0;
		left: 0;
	}

	.dc_mainCopyFirst {
	    font-size: 75%;
		line-height: 1.75rem;
	}

	.dc_titleSubCopy p {
		font-size: 1.25rem;
	}

	h2.dc_titleCatch 
	{
		font-size: 1.2rem;
		text-align: center;
	}

	p.dc_titleSchdule {
		font-size: 1.1rem;
	}
}

/* タイトルエリア ここまで */


/* リード文エリア */
div .dc_leadArea {
	position: static;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

div .dc_leadAreaLeft {
	width: 25%;
	position: relative;
	text-align: center;
}

.dc_leadAreaLeft img {
	width: 100%;
}

.dc_leadAreaLeft p {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
	font-weight: bold;
	width: 100%;
}

div .dc_leadAreaCenter {
	width: 58%;
	padding: 0 10px;
}

.dc_leadAreaCenter p {
	font-size: 1rem;
	font-weight: bold;
}


div .dc_leadAreaRight {
	width: 17%;
	padding-right: .5rem;
}

.dc_leadAreaRight1,
.dc_leadAreaRight2 {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 1rem;
}

.dc_leadAreaRight1 img,
.dc_leadAreaRight2 img {
	text-align: center;
	width: 100%;
}


.dc_leadAreaRight1 p,
.dc_leadAreaRight2 p {
	left: 50%;
	transform: translate(-50%, 0%);
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}


.dc_leadAreaRight1 p {
	position: absolute;
	top: 30%;
}

.dc_leadAreaRight2 p {
	position: absolute;
	top: 10%;
}


@media screen and (max-width: 767px) {
	.dc_leadAreaLeft p {
		font-size: calc(100vw / 75);
		top: 1.5vw;
		line-height: 1.8vw;
	}

	.dc_leadAreaCenter p {
		font-size: calc(100vw / 60);
	}

	.dc_leadAreaRight1 p,
	.dc_leadAreaRight2 p {
		font-size: calc(100vw / 60);
		line-height: 1.8vw;
	}
}

/* リード文エリア ここまで*/

/* 色指定 */
.dc_cat1_titleColor {
	background-color: #625D97;
	color: #FFFFFF;
}

.dc_cat2_titleColor {
	background-color: #2284C6;
	color: #FFFFFF;
}

.dc_cat3_titleColor {
	background-color: #229B90;
	color: #FFFFFF;
}

.dc_cat4_titleColor {
	background-color: #A67C40;
	color: #FFFFFF;
}

.dc_boxColCat1,
.dc_boxColCat2,
.dc_boxColCat3,
.dc_boxColCat4 {
	background-color: #FFFFFF;
}

.dc_boxColCat1 {
	border-color: #625D97;
	color: #625D97;
}

.dc_boxColCat2 {
	border-color: #2284C6;
	color: #2284C6;
}

.dc_boxColCat3 {
	border-color: #229B90;
	color: #229B90;
}

.dc_boxColCat4 {
	border-color: #A67C40;
	color: #A67C40;
}

/* 色指定ここまで */

.dc_mvItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
	.dc_mvItems {
		margin-bottom: 4vw;
	}
}

.dc_mvItem {
	width: 100%;
	margin-bottom: 3rem;
}


@media screen and (max-width: 767px) {

	.dc_mvItem {
		flex-basis: 100%;
		margin-bottom: 6vw;
	}
}

@media screen and (max-width: 767px) {
	.dc_contentInner {
		padding: 0 6px;
	}
}

.dc_contentInner sup {
	font-size: 0.6em !important;
	vertical-align: middle;
	position: relative;
	top: -0.3em;
}

h2.acc_dc_ttl {
	color: #EA5414;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 24px;
}

@media screen and (max-width: 767px) {
	h2.acc_dc_ttl {
		font-size: 4.2vw;
		padding: 3vw;
	}
}

span.dc_ca_ttl_sub {
	font-size: 80%;
	padding-left: 1rem;
	vertical-align: 3px;
	padding-top: 1px;
}

span.btn-txt{
	position: relative;
    top: 2px;
    }

@media screen and (max-width: 767px) {

	span.dc_ca_ttl_main,
	span.dc_ca_ttl_sub {
		display: inline-block;

	}
}

div.dc_mvHeader {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

p.dc_mvGyoushu {
	flex-basis: 20%;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #716E9C;
	color: #FFFFFF;
	padding-top: 0.625rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	p.dc_mvGyoushu {
		padding-top: 0.5rem;
	}
}

h4.dc_mvTitle,
h4.dc_mvTitle2 {
	background-color: #e2e0fa;
	padding: 0.625rem 1rem 0.75rem 1rem;
}
h4.dc_mvTitle2_2 {
	background-color: #cfe7f7;
}
h4.dc_mvTitle2_3 {
	background-color: #d7f6f3;
}
h4.dc_mvTitle2_4 {
	background-color: #eee3d3;
}

h4.dc_mvTitle {
	flex-basis: 80%;
	display: flex;
	align-items: center;
}

h4.dc_mvTitle2 {
	flex-basis: 100%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	p.dc_mvGyoushu {
		flex-basis: 100%;
	}

	p.dc_mvGyoushu br {
		display: none;
	}

	h4.dc_mvTitle,
	h4.dc_mvTitle2 {
		flex-basis: 100%;
		display: inline-block;
	}
}

span.dc_subTtl {
	padding-right: 1rem;
	padding-top: 3px;
}

span.dc_mvTime {
	display: inline-block;
	font-size: 80%;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	text-align: center;
	vertical-align: middle;
}

.dc_special {
	line-height: 100%;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	padding-top: 0.125rem;
	padding-bottom: 0.0625rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-right: 1rem;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
}

@media screen and (max-width: 767px) {

	.dc_special {
		padding-bottom: 0.125rem;
		margin-left: 0;
		margin-right: 0.5rem;
	}
}

.dc_mvInfo {
	background-color: #FFFFFF;
	padding-top: 1rem;
}

.dc_mvDescription {
	align-self: start;
	width: 80%;
	margin-left: 20%;
	padding-left: 1rem;
}

.dc_mvDescriptionW {
	flex-basis: 100%;
	padding-left: 1rem;
}


.dc_mvDescription p,
.dc_mvDescriptionW p {
	padding-right: 1rem;
}

div.dc_koushi {
	width: 80%;
	margin-top: 0px;
	margin-left: 20%;
	padding: 1rem;
}

div.dc_koushi_noPhoto {
	margin-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.dc_koushiImg {
	width: 20%;
	text-align: center;
	float: left;
}

.dc_koushiImg img {
	width: 100%;
	max-width: 140px;
}

@media screen and (max-width: 767px) {
	div.dc_koushi_noPhoto {
		padding-left: 0;
		padding-right: 0;
	}

	.dc_mvDescription {
		width: 70%;
		margin-left: 30%;
		padding-left: 1rem;
	}

	div.dc_koushi {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		clear: both;
	}

	div.dc_koushiImg {
		width: 30%;
	}

	.dc_koushiImg img {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		padding-left: 1rem;
	}
}

div.dc_koushiInfoArea {
	flex-basis: 100%;
}

@media screen and (max-width: 767px) {
	div.dc_koushiInfoArea {
		flex-basis: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

dl.dc_koushiInfo {
	width: 100%;
	margin-bottom: 12px;
}

.dc_koushiInfo dt {
	border-bottom: #E6E6E7 1px solid;
	vertical-align: middle;
	font-size: 1rem;
	margin-top: 0px;
	margin-bottom: 1rem;
}

.dc_koushiInfo dd {
	font-size: 0.8rem;
	margin-top: 0px;
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.dc_koushi_name {
	font-size: 1rem;
}

.dc_topBtn {
	align-items: stretch;
	display: flex;
	height: 70px;
}

.dc_topBtn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.dc_btnArea {
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.dc_btnArea2 {
	flex-basis: 30%;
	align-self: flex-end;
	justify-content: center;
	text-align: center;
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.dc_btnArea2 {
		flex-basis: 100%;
		justify-content: center;
		text-align: center;
		background-color: #FFFFFF;
	}
}

.acButton {
	width: 297px;
	font-size: 22px !important;
}

div.dc_mvTitleBase {
	margin-top: 1rem;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.dc_mvTitles {
	width: 100%;
}

div.dc_mvTitles h2,
div.dc_mvTitles h3 {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.dc_mvTitles h2 {
	font-size: 1.5rem;
}

div.dc_mvTitles h3 {
	font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
	div.dc_mvTitleBase {
		background-size: 100% auto;
	}

	div.dc_mvTitles h2 {
		display: inline-block;
	}

	div.dc_mvTitles h3 {
		line-height: 2rem;
		margin-top: 0.5rem;
	}

}

@media screen and (min-width: 768px) {
	div.dc_mvTitles h3 br {
		display: none;
	}
}

span.dc_mvTitleGyoushu, 
span.dc_mvTitleTime {
	display: inline-block;
	line-height: 100%;
	font-size: 80%;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	padding-top: 0.25rem;
	padding-bottom: 0.125rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-top: -4px;
	text-align: center;
	vertical-align: middle;
}

span.dc_mvTitleGyoushu {
	margin-right: 1rem;
}

.dc_movieList {
	margin-top: 2rem;
}

.dc_movieList h3 {
	padding: 0.5rem;
	font-size: 1.4rem;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.dc_mvTitleGyoushu {
		display: inline;
	}

	span.dc_mvTitleGyoushu, 
	span.dc_mvTitleTime {
		padding-bottom: 0.25rem;
	}

	.dc_movieList h3 {
		font-size: 1rem;
		line-height: 180%;
		display: inline-block;
		width: 100%;
		text-align:left;
	}
}

.dc_movieArea {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.dc_movieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dc_mvDetail {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #F2F5F7;
}

.dc_mvDetail h4 {
	font-size: 1.375rem;
}

.dc_mvPageDescription {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (max-width: 767px) {
	.dc_mvPageDescription {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

div.dc_mvPageKoushi {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-right: 1rem;
	margin-bottom: 3rem;
}

div.dc_mvPageKoushiInfoArea {
	flex-basis: 75%;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.dc_mvPageKoushiInfoAreaNoPhoto {
	flex-basis: 100%;
	padding-left: 1rem;
}

.dc_mvPagekoushiInfo dt {
	border-bottom: #8C8FC6 1px solid;
	vertical-align: middle;
	font-size: 1.25rem;
	margin: 0 5px 5px;
}

.dc_mvPagekoushiInfo dd {
	font-size: 1rem;
	margin: 0 5px 10px;
	padding-left: 1.4rem;
}

@media screen and (max-width: 767px) {

	div.dc_mvPageKoushiInfoArea {
		flex-basis: 70%;
		padding-left: 0.5rem;
	}
	
	.dc_mvPagekoushiInfo dt {
		font-size: 1rem;
		margin-bottom: 5px;
		padding-left: 0.5rem;
		padding-right: 0.5rem;

	}

	.dc_mvPagekoushiInfo dd {
		font-size: 0.8rem;
		margin-bottom: 10px;
		padding-left: 1.5rem;
		padding-left: 1.5rem;
	}

}

.dc_mvPageKoushiImg {
	flex-basis: 25%;
	text-align: center;
	justify-content: center;

}

.dc_mvPageKoushiImg img {
	width: 100%;
	max-width: 196px;
}

@media screen and (max-width: 767px) {
	.dc_mvPageKoushiImg img {
		width: 100%;
	}

	.dc_mvPageKoushiImg {
		flex-basis: 30%;
	}
	
}

dl.dc_mvPageKoushiInfo {
	width: 100%;
	font-size: 14px;
}

.dc_mainKoushi_name {
	font-size: 20px;
}


.dc_enqueteBox {
	width: 100%;
	background-color: #f2f5f7;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.dc_enqueteBox h3 {
	font-size: 26px;
	color: #ef6e00;
}

p.dc_enqueteInfo {
	font-weight: bold;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.dc_enqueteTokuten {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 2rem;
}

div.dc_enqueteToku {
	width: 45%;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 1rem auto;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	border: #AAA solid 0.5px;
}
div.dc_enqueteToku.widthadjustment{
	max-width: 768px;
    width: 100%;
}

@media screen and (max-width: 767px) {
	div.dc_enqueteToku {
		min-width: 100%;
	}
}

.dc_enqueteTokuTxt {
	flex-basis: 50%;
	text-align: left;
	padding: 0.2rem;
	flex-grow: 2;
}

.dc_enqueteTokuImg {
	text-align: center;
	flex-grow: 1;
}

.dc_enqueteBtnArea {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.dc_enqueteBtn,
.dc_gtoTopBtn {
	width: 80%;
	margin: 10px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	color: #FFFFFF !important;
}

.dc_enqueteBtn {
	background-color: #ef6e00 !important;
}

.dc_enqueteBtn a {
	opacity: 1 !important;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 50px;
	position: relative;
}

.dc_enqueteBtn a:hover {
	background-color: #F7B67F !important;
	border-radius: 4px;
	opacity: 1 !important;
}

@media screen and (min-width: 768px) {
	.dc_enqueteBtn a:hover {
		text-decoration: none;
		border-radius: 4px;
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.dc_enqueteBtn {
		border-radius: 4px;
	}

	.dc_enqueteBtn a {
		font-size: 16px;
		line-height: 1.3125;
		padding: 12px 38px;
		border-radius: 4px;
	}
}

.dc_goTopBtn {
	background-color: #005ab4 !important;
	border-radius: 4px;
	width: 80%;
}

.dc_goTopBtn a:hover {
	background-color: #7FACD9 !important;
	border-radius: 4px;
	opacity: 1 !important;
}

.dc_btn_area {
	width: 100%;
	text-align: center;
}

.acButton_wrap .acButton_dis {
	display: block;
	background: #a5a4a4;
	color: #FFFFFF;
	width: 297px;
	font-size: 22px;
	line-height: 1.53;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 30px;
	border-radius: 4px;
	text-decoration: none;
	opacity: 0.7;
}

.acButton_wrap span,
.acButton_wrap .acButton_dis span {
	padding-top: 0.125rem;
}

@media screen and (max-width: 767px) {

	.acButton_wrap .acButton_dis,
	{
	padding: 12px 30px;
	color: #fff;
}

.acButton_wrap span,
.acButton_wrap .acButton_dis span {
	padding-top: 0.125rem;
}
}