
/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-11	{ margin-top:-11px !important; }
.mt-20	{ margin-top:-20px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt3	{ margin-top:3px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold !important; }
.blue	{ color:#2c8ed2 !important; }
.gray	{ color:#777 !important; }
.red	{ color:#e6002d !important; }
.black	{ color:#000000 !important; }
.white	{ color:#ffffff !important; }

.caption {
	margin-top: 20px;  
}

*, *:before, *:after {
	box-sizing: border-box;
}


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}



.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.mainvisual {
	margin-top: 20px;
}
.mainvisual img {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.resizeimage img {
	height: 100vw;
}

.adjustment_contents {
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.contents {
	max-width: 1230px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	min-height:auto;
}

.contents a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.contents_block {
	padding: 60px 15px;
}
.contents_block p a {
	color: #2c8ed2 !important;
}

.contents_block.continue {
	padding-top: 0px;
}

.title_txt {
	font-size:167% !important;
	line-height: 180%;
	padding-top: 80px;
	font-weight:500;

}
.title_w_txt {
	font-size:240% !important;
	line-height: 180%;
	font-weight:300;
	color: #3a3ace;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.title_txt {
 font-size:131% !important;
 padding-top: 50px;
}
.title_w_txt {
 font-size:161.6% !important;
 margin-bottom: 20px;
}
.contents_block {
	padding: 35px 5% 45px;
}

}

.aq_comment {
	max-width: 100%;
	text-align: left;
	margin-right: auto;
	justify-content: left;
	padding-bottom: 20px;
}
.aq_comment_txt {
	display: inline-block;
	text-align: left;
}
.newline {
	text-indent: -2em;
	padding-left: 2em;
}
.newline span {
	padding-right: 0.5em;
}

.newline.single {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.newline.single span {
	padding-right: 0.5em;
}

.wblock {
	background-color: #3a3ace;
	padding: 1em;
	width: 100%;
	margin: 20px 0 20px;
	font-weight: 500;
}
.wblock p {
	color: #fff;
	font-size:108%;
}
 @media screen and (max-width: 767px) {
.wblock p {
 font-size:100%;
}
}


/* -------------------------------------------------- tvremocon-app -------------------------------------------------- */

.bg_white {
	background-color: #fff;
}

.bg_black {
	background-color: #000;
	color: #FFF;
}

.bg_gray {
	background-color: #e6e6e6;
}


.bg_black a{
	color: #0093da;
	text-decoration: underline;
}

.bg_black a:hover{
	text-decoration: none;
}


.container_block{
	display: flex;
	margin-top: 20px;
}


.container_block .contents_ls {
  width: 22%;
}

.container_block .contents_ls img:hover, .container_block .contents_lss img:hover {
  opacity: 0.7 ;
  transition : all 0.5s ease 0s;
}

.container_block .contents_rs {
  flex: 1;
  width: 65%;
  margin-left: 3%;
    margin-top: auto;
    vertical-align: bottom;
    align-items: bottom;
	padding-bottom: 20px;
}

.container_block .contents_lss {
  width: 46%;
}
.container_block .contents_rss {
	flex: 1;
	width: 46%;
	margin-left: 8%;
	margin-top: auto;
	vertical-align: bottom;
	align-items: bottom;
	padding-bottom: 20px;
}

.container_block .contents_l {
  width: 46%;
}
.container_block .contents_r {
  flex: 1;
  width: 46%;
  margin-left: 8%;
}

.channel-txt {
	font-size: 153.9%;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 20px;
}

#pageTop {
	margin-top: -80px;
}


@media print , screen and (min-width: 768px) {
.contents_block.channel {
	padding-top: 30px;
	padding-bottom: 30px;
}
.container_block .contents_l.sec {
  margin-top: 0px;
}
.container_block .contents_r.sec {
  margin-top: 0px;
}
.newline {
	margin-top: 15px;
}
.newline.single {
	margin-top: 3px;
}
}


@media only screen and (max-width: 767px) {
	
.container_block{
  display: block;
}

.container_block .contents_rs, .container_block .contents_rs {
  padding-bottom: 0px;
}
.container_block .contents_ls, .container_block .contents_lss {
  width: 46%;
}
.container_block .contents_rs, .container_block .contents_rss {
  width: 100%;
  margin-left: 0%;
  margin-top: 1rem;
  padding-bottom: 0px;
}
.container_block .contents_l {
  width: 100%;
}
.container_block .contents_r {
  width: 100%;
  margin-left: 0%;
  margin-top: 20px;
}
.container_block .contents_l.sec {
	margin-top: -20px;
  padding-bottom: 0px;
}
.container_block .contents_r.sec {
  margin-top: 80px;
  padding-bottom: 0px;
}
.channel-txt {
	font-size: 131%;
}

.newline {
	text-indent: 0em;
	padding-left: 0em;
}
.newline.single {
	text-indent: 0em;
	padding-left: 0em;
}
}




/* -------------------------------------------------- 追記 -------------------------------------------------- */


.app_block{
	display: flex;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 40px;
}
.app_block .contents_l {
 width : calc(80%);
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
    text-align: left;
    margin-right: auto;
    justify-content: left;
}
.app_block .contents_r {
  width: 20%;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;

}
.app_block img{
	width: 100%;
	max-width: 200px;
	padding-left: 20px;
}
.app_block p{
	font-size: 116%;
	line-height: 200%;	
}

@media only screen and (max-width: 767px) {
.app_block{
  display: block;
	margin-bottom: 30px;
}
.app_block .contents_l {
  width: 100%;
  margin-bottom: 1.5em;
}
.app_block .contents_r {
  width: 100%;
  margin-top: 2rem;
}
.app_block img{
	padding-left: 0px;
	max-width: 150px;
}
.app_block p{
	font-size: 100%;
	line-height: 180%;	
}
}


.dl_block{
	display: flex;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.dl_block .contents_l {
 width : calc(50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.dl_block .contents_r {
  width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

@media only screen and (max-width: 767px) {
.dl_block{
  display: block;
}
.dl_block .contents_l {
  width: 100%;
}
.dl_block .contents_r {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0;
}
}



.dl2_block{
	display: flex;
	width: 100%;
	max-width: 480px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.dl2_block .contents_l {
 width : calc(69%);
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    text-align: right;
    margin-left: auto;
    justify-content: right;
}
.dl2_block .contents_r {
  width: 29%;
    margin-top: auto;
	margin-left: 2%;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;

}
.dl2_block img{
	width: 100%;
}
.dl2_block .contents_l.play img{
	max-width: 287px;
}
.dl2_block .contents_l.app img{
	max-width: 231px;
}
.dl2_block .contents_r img{
	width: 100%;
	max-width: 150px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
.dl2_block{
	display: flex;
	max-width: 310px;
}
.dl2_block .contents_l {
  width: 66%;
}
.dl2_block .contents_r {
  width: 34%;

}
.dl2_block .contents_l.play img{
	max-width: 202px;
}
.dl2_block .contents_l.app img{
	max-width: 163px;
}
}


  /* ボタン */

.btn-flat-border {
	display: inline-block;
	text-decoration: none;
	color: #3a3ace;
	border: solid 2px #3a3ace;
	border-radius: 20px;
  transition: .4s;
	width: 100%;
	max-width: 500px;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	font-size: 123.1%;
	font-weight: 500;
}

.btn-flat-border:hover {
	background: #3a3ace;
	color: white;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
.btn-flat-border {
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	font-size: 116%;
}
}



button {
	border: none;
	box-sizing:border-box;
	width:100%;
	display: inline-block;
	font-size: 116%;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	max-width: 230px;
	max-height: 230px;
	margin-top: 2em;
	padding-top: 4.5em;
	padding-right: 2.5em;
	padding-bottom: 4.5em;
	padding-left: 2.5em;
	width:100%;
}
button::before,
button::after {
   box-sizing:border-box;
}
/*　buttonA　*/
.buttonA {
  border:3px solid rgb(58,58,206);
  background-color: rgba(58,58,206,1);
  border-radius: 20px;
  color: #fff;
  transition: .6s all;
}

.buttonA:hover {
  border:3px solid rgb(58,58,206);
  background-color: rgba(58,58,206,.0);
  color:  rgba(58,58,206,1);
}


@media only screen and (max-width: 767px) {
button {
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
	margin-top: 0em;
	font-size: 93%;
}
}



  /* テキスト */

.h3_txt {
	font-size: 131%;
	font-weight: 700;
	padding-bottom: 2em;
}
@media only screen and (max-width: 767px) {
.h3_txt {
	font-size: 123.1%;
}
}


.p_txt {
	font-size: 100%;
	padding-bottom: 1.5em;
	text-align: left;
	margin-right: auto;
	justify-content: left;
	line-height: 180%;
}


  /* 3カラム */
  
.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
	width: 33.3333%;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 30px;
}
.col_3 > div.last {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.col_3 > div p {
	font-weight: 500;
	padding-bottom: 1em;	 
}
.col_3 > div img {
	 max-width: 230px;
}

.col_3.sousa {
	margin-top: 15px;
}
.col_3.sousa > div {
 padding: 15px 3%;
}
.col_3.sousa > div img {
	 max-width: 400px;
}

@media only screen and (max-width: 767px) {
 .col_3 > div {
 width: 50%;
 padding: 10px;
}
.col_3.sousa > div {
 width: 100%;
 padding: 10px;
}
.col_3 > div p {
	font-size: 93%;
}
.col_3 > div img {
	 max-width: 230px;
	 padding: 0 10px;
}
}

  /* 2カラム */
  
.col_2 {
	width: 100%;
	max-width: 700px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.col_2 > div {
	width: 50%;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 1em;
}
.col_2 > div.last {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.col_2 > div img {
	 max-width: 230px;
}
.col_2 > div.last img {
	 max-width: 350px;
}
 @media screen and (max-width: 767px) {
 .col_2 > div {
 width: 100%;
}
.col_2 > div img {
	 max-width: 150px;
}
.col_2 > div.last img {
	 width: 80%;
}
}

  /* リスト */

.disc_list {
  list-style: none;
  padding-left: 0;
  display: table;
  margin: 1em 0;
  text-align: left;
  margin-right: auto;
  justify-content: left; 
}
.disc_list li:after {
  content: "";
  display: block;
}
 
.disc_list li {
  display: table-row;
}
.disc_list li:before {
	content: "●";
	display: table-cell;
	padding-right: 0.4em;
	text-align: right;
	color: #999;
}

 @media screen and (max-width: 767px) {
.disc_list {
  margin: 0.5em 0 1.5em;
}
}