@charset "utf-8";


#contents .section ul.choices {
	margin-left: 15px;
}
#contents .section ul.choices li.choices {
	margin-bottom: 10px;
}
#contents .section ul.choices li.choices ul.sub {
	margin-left: 0;
	margin-bottom: 0;
	height: 180px;
    padding: 0.5em 0;
}

#contents .section ul.choices li.choices ul.sub li {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#contents .section ul.choices li.choices ul.sub li a p.t-center {
	margin: 10px 0 0;
}
#contents .section ul.choices li.choices ul.sub li a p.t-center img {
	margin-right: 10px;
}

/*20210113*/
#contents .section ul.choices li.noimg{
    width: 155px;
}

@media (max-width: 640px) {
	#contents ul.anchorBtnA li {
		margin-left: 0;
	}
	#contents .section ul.choices {
		margin-left: 5px;
	}
	#contents .section ul.choices li.choices {
		margin-left: 0;
		margin-bottom: 5px;
	}
	#contents .section ul.choices li.choices ul.sub {
		height: 150px;
	}
	#contents .section ul.remote_inner li.choices ul.sub {
		height: 180px;
	}
	#contents .section ul.network_inner li.choices ul.sub {
		height: 220px;
	}
	#contents .section ul.installation_inner li.choices ul.sub {
		height: 210px;
	}
	
	
}


@media (max-width: 640px) {
	#contents .section ul.choices li.choices,
    #contents .section ul.choices li.noimg{
		width: 135px;
	}
	#contents .section ul.choices li.choices ul.sub li a p.t-center img {
		width: 90%;
		height: auto;
	}
	#contents .section ul.choices.network_inner li.choices ul.sub li a p.t-center img.access_error {
		width: 70%;	
	}	
}

#contents .notice_gray_b{
	padding: 15px 30px;
}


/* 2019/06/27??L */
#contents p.annotation {
    margin: 0 0 1em 2em;
    padding: 0.5em 0;
    text-indent: -0.7em;
    font-size: 0.9em;
}

/* 20190826 */
#contents section ul.inquiryArea{
	margin: 1em 0 0 1.5em;
	padding: 0;
}

#contents section ul.inquiryArea li{
	margin: 0 0 3em 0;
	padding: 0;
}

#contents section ul.inquiryArea li > p{
	margin: 0 0 1em 0;
}

#contents section ul.inquiryArea li div.notice_gray_b{
	padding: 1em 0.5em 0 0.5em;
	margin: 1em 0 0 0;
}

#search_chat + section,
#search_chat ~ section{
	margin: 2em 0 3em 1em;
}

#contents div#searchArea{
	margin: 1.5em 0 0 0;
    padding: 1em;
}

#contents div#searchArea p{
	margin: 0 0 0.5em 0;
}

#contents div#searchArea p span.searchTitle{
	font-size: 1rem;
}


#contents section ul.inquiryArea li .bnr_single_f{
	display: inline-block;
	margin-right: 0.5em;
}


@media (max-width: 640px) {
	#search_chat + section,
	#search_chat ~ section{
		margin-left: 0;
	}
}

/* 20210521 */

#contents section ul.choices.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
     -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
   	-ms-flex-pack: distribute;
	justify-content: space-around;
    width: 92%;
}

#contents .section ul.choices.flex li.choices ul.sub{
	width: 150px;
}

@media (max-width: 640px) {
	#contents .section ul.choices.flex li.choices ul.sub{
		width: 100%;
	}
	#contents .section ul.choices.flex li.choices ul.sub.mq_h_220{
		height: 220px;
	}
}


/* 20210621 */
/* open close */
#contents .Gray {
	margin-left: 1em;
	padding: 0.8em 0.5em 0.5em;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	width: auto;
    height: 45px;
	box-sizing: border-box;
}

#contents .Gray:hover, .Gray:active {
	text-decoration: none;
	opacity: 0.5;
}

#contents .Gray:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}

#contents .Gray p{
    display: inline-block;
    font-size: 14px;
    margin-left: 0.5em;
	}

#contents .detailArea {
	margin-left: 1em;
	padding: 1em;
	border: 1px solid #d2d2d2;
    background-color: #fff;
}

@media screen and (max-width: 640px){
	#contents .Gray {
		width: 100%;
        margin-left: 0;
        display: table;
	}
    
    #contents .Gray img.icon{
        width: auto!important;
        height: auto!important;
        max-width: none!important;
	}
    
    #contents .Gray p{
        display: table-cell;
        width: 100%;
        padding-left: 5px;
	}
    
    #contents .detailArea {
	margin-left: 0;
    padding: 0;
    }

}

/*break*/
#contents ul.choices li.choices ul li a.break{
    word-break: break-all !important;
}
    

/* 20211022 */

#contents .section ul.choices li.choices ul.sub li {
    position: relative;
    height: 180px;
}


#contents .section ul.choices li.choices ul.sub li a p.t-center {
    position: absolute;
    bottom: -8px;
}

@media screen and (max-width: 640px){
	#contents .section ul.choices li.choices ul.sub li a p.t-center {
		position: absolute;
		bottom: 30px;
	}
		
	#contents .section ul.remote_inner li.choices ul.sub li a p.t-center {
		position: absolute;
		bottom: 10px;
	}
	
	#contents .section ul.network_inner li.choices ul.sub li a p.t-center {
		position: absolute;
		bottom: -29px;
	}
	
	#contents .section ul.installation_inner li.choices ul.sub li a p.t-center {
		position: absolute;
		bottom: -29px;
	}
}

/* --------------------------------------
		20230125 accessibility
--------------------------------------- */
#contents > *{
	font-size: 0.8125rem;
}

#contents h1.title {
    font-size: 1.21875rem;
}

#contents h2.title {
    font-size: 1.015628rem;
}

#contents ul.bnr_area{
	list-style: none;
	text-align: left;
	margin-left: 1em;
}

#contents ul.bnr_area li.bnr_single{
	display: inline-block;
	float: left;
    margin: 0 10px 5px 0;
    font-size: 0;
}

#contents .section ul.choices li.choices ul.sub {
    height: 11.5rem;
}

#contents .section ul.choices li.choices ul.sub li {
    height: 11rem;
}

#contents div#searchArea p span.searchTitle {
    font-size: 0.8125rem;
}

#contents .section ul.choices li.choices ul.sub li a p.t-center {
    bottom: -13px;
}

@media (max-width: 640px){
	#contents .linkBtn a span.textLink {
    	font-size: 0.8125rem;
	}
	
	#contents ul.bnr_area {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}
	#contents ul.bnr_area li.bnr_single{
		float: none;
		margin: 0 0 5px 0;
	}
	
	#contents ul.bnr_area li.bnr_single a{
		display: inline-block;
	}
	
	#contents .section ul.choices li.choices ul.sub li a p.t-center {
		bottom: 20px;
	}
	
	#contents .section ul.network_inner li.choices ul.sub li a p.t-center {
		bottom: -7px;
	}
	
	#contents .section ul.installation_inner li.choices ul.sub li a p.t-center {
		bottom: -10px;
	}
}

/*index_noatv.html*/
@media (max-width: 351px){
	#contents button.Gray.long {
		height: 4.5rem;
	}
}
