@charset "utf-8";
/* CSS Document */


#show_hide .indexArea{
	margin-top: 20px;
}

#contents .lh-icon{
	line-height: 1.8;
}

#contents .lh-icon img{
	vertical-align: middle;
	width: auto;
	height: 18px;
}

#contents ul.lh-icon > li{
	margin-bottom: 5px;
}

#contents .lh-icon.lh2{
	line-height: 2;
}

#contents .stepArea ol.stepList li p.lead.pt0{
	padding-top: 0 !important;
}

#contents .advice_box > .a_title ~ p {
	margin: 1em;
}

#contents span.streaming{
	margin-right: 4px;
	display: inline-block;
}

#contents span.streaming img{
	vertical-align: middle;
}

#contents ul.iconList li{
	display: flex;
}

#contents ul.iconList li span.streaming{
	display: flex;
}

#contents .notice_gray_b > ul.disc > li{
	margin-bottom: 0.5em;
}

#contents ul.notice_fnc{
	margin: 0.5em 0 1em 0;
}

#contents ul.notice_fnc > li{
	margin-bottom: 0;
	text-indent: -6px;
	padding-left: 12px;
}

#contents ul.notice_fnc > li:before {
	content: "-";
	display: inline-block;
	background: none;
	margin-right: 5px;
}

#contents ul.c-look{
	justify-content: flex-start;
}

#contents ul.c-look li figure{
	margin: 0 5px 0 0;
}
#contents h4.square{
	display: table;
}

#contents h4.square:before{
	content: "■";
	display: inline-block;
	font-size: 1.143em;
	margin-right: 5px;
	width: 1em;
}

#contents h4.square.org:before{
	color: #ffa41b;
}

#contents h4.square + *{
	margin-left: calc(1em + 1.143em + 5px);
}

#contents h4.square > span{
	display: table-cell;
}
#contents .modeTable table tbody th{
	font-size: 1.143em;
	text-align: center;
}

#contents .modeTable table tbody th,
#contents .modeTable table tbody td{
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}

#contents h3 > span.app{
	font-weight: normal;
	padding: 0 14px;
	background-color: #d0d0d0;
	margin-left: 5px;
	font-size: 0.857em;
	vertical-align: top;
	border-radius: 20px;
	vertical-align: baseline;
}

#contents .notice_gray_b {
	border: 1px solid #999999;
}

/*#contents ul.leftImage_list li{
	margin-bottom: 2em;
	display: flex;
	align-items: center;
}

#contents ul.leftImage_list li > a > figure{
	height: 160px;
	width: 220px;
	display: inline-flex;
	align-items: center;
	margin: 0;
}*/

#contents ul.leftImage_list li > a > figure img{
	height: auto;
	width: 100%;
}

/*#contents ul.leftImage_list li dl{
	margin-left: 2em;
	vertical-align: top;
	width: 70%;
}
#contents ul.leftImage_list li dl dt a.textLink{
	margin-left: 0;
}

#contents ul.leftImage_list li dl dd{
	margin-bottom: 0;
}*/

#contents .singleBtn{
	margin-bottom: 0;
}

#contents span.icon_menu{
	display: inline-block;
}

#contents .topLine{
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}

@media (max-width: 640px){
   #contents h4{
	   margin-left: 0 !important;
	}

	#contents h4.square + *{
		margin-left: 1.143em;
	}
   /*#contents ul.leftImage_list li{
		flex-direction: column;
	}
	#contents ul.leftImage_list li dl {
		margin-left: 0;
		width: 100%;
	}*/
	#contents .advice_box > .a_title ~ p {
		margin: 1em 0 1em 0;
	}

	#contents .advice_box > ul.disc{
		margin-left: 1.5em;
	}

	#contents .advice_box .notice + ul.disc{
		margin-left: 2.5em;
	}

	#contents h3 > span.app {
		display: inline-block;
		margin-top: 5px;
	}

	#contents .imageArea .flex {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#contents .imageArea .flex img {
		margin: 1em;
		height: 128px;
		width: auto;
	}

}

@media (max-width: 360px){
	#contents img.s_img{
		max-width: 280px;
		height: auto;
	}
}


@media (min-width: 641px){
	#contents .imageArea {
		width: 54%;
	}
}

/* 20220908 アクセシビリティ修正 */

#contents .indexArea p.left.tb-rl{
	writing-mode: tb-rl;
	letter-spacing: 4px;
	height: auto;
}
#show_hide ul.three_tab > li:focus,
#show_hide ul.three_tab > li:focus-visible{
	outline:thin dotted;
}

#contents ul.leftImage_list li{
	margin-bottom: 2em;
}

#contents ul.leftImage_list li > a{
	display: flex;
	align-items: center;
	pointer-events: none;
	cursor: default;
	color: #333;
}

#contents ul.leftImage_list li > a:focus{
	outline: none;
}

#contents ul.leftImage_list li > a:hover{
	text-decoration: none;
}


#contents ul.leftImage_list li > a > dl dt{
	color: #43677e;
	pointer-events: auto;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0.5em;
}
#contents ul.leftImage_list li > a > figure{
	width: 220px;
	height: auto;
	line-height: 0;
	margin: 0 2em 0 0;
	cursor: pointer;
	pointer-events: auto;
}

#contents ul.leftImage_list li > a:hover > figure,
#contents ul.leftImage_list li > a:hover > dl dt {
	opacity: 0.7;
	text-decoration: none;
}

#contents ul.leftImage_list li > a:focus > figure,
#contents ul.leftImage_list li > a:focus > dl dt {
	outline: thin dotted;
}
@media (min-width: 641px){
	#contents ul.leftImage_list li > a > dl{
		width: calc(100% - (220px + 2em));
	}
}
@media (max-width: 640px){
	#contents ul.leftImage_list li > a{
		flex-direction: column;
		justify-content: center;
	}
	#contents ul.leftImage_list li > a > figure{
		margin: 2em 0 !important;
		max-width: 220px;
	}
}

/* 20230215 */
#contents ul.list{
	display: flex;
	flex-wrap: wrap;
	gap: 4.5em;
}

#contents ul.list li{
	width: 45%;
}
#contents .version_app_List ul.disc{
	margin-left: 1.5em;
}

#contents .version_app_List ul.disc li{
	margin-bottom: 2em;
	margin-left: 1em;
}

#contents .version_app_List ul.disc li > p{
	margin-left: 0;
}

#contents .btnList ul{
    list-style-type: none;
    margin: 2em 0;
}

#contents .btnList ul > li{
    margin-bottom: 10px;
}

#contents .btnList ul > li a{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
}

#contents .btnList ul > li a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents .btnList ul li a:hover,
#contents .btnList ul li a:active,
#contents .btnList ul li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media (max-width: 640px){
	#contents ul.list{
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	
	#contents ul.list li{
		width: 100%;
		max-width: 300px;
		margin-bottom: 2em;
	}
	
	#contents ul.list li:last-child{
		margin-bottom: 0;
	}
	
	#contents ul.list li img{
		width: 100%;
		max-width: 300px;
	}
	
	#contents ul.list span.textLink{
		display: block;
	}
	
	#contents .btnList ul li a {
		width: 100%;
	}

}

/* 2023/03/29追記 */
/* ----------------------------
	movieArea 
---------------------------- */

#contents .movieArea{
	width: 65%;
	padding: 1em;
	margin: 2em 0;
	border: 1px solid #333;
	box-sizing: border-box;
	background-color: #fff;
}

#contents ul > li > .movieArea{
	margin-left: 1em;
}

#contents .movieArea > a{
	display: flex;
	pointer-events: none;
	margin: 0;
	align-items: flex-start;
}

#contents .movieArea > a:hover{
	text-decoration: none;
	color: #333;
}

#contents .movieArea > a:focus{
	outline: none;
}

#contents .movieArea > a > .pct{
	margin: 0 10px 0 0;
	cursor: pointer;
	pointer-events: auto;
	line-height: 0;
}

#contents .movieArea > a > dl > dt{
	font-size: 1.154rem;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 1em;
	pointer-events: none;
	cursor: default;
	color: #333;
	font-weight: normal;
}

#contents .movieArea > a > dl.movie_thum > dt:before{
	display: inline-block;
	padding-right: 5px;
	width: 42px;
	height: 25px;
	background: url(/support/ichigan/movie/images/multi_icon.png) no-repeat;
	vertical-align: middle;
	content:"";
}

#contents .movieArea > a > dl > dd{
	margin-bottom: 0;
	padding-left: 10px;
}
#contents .movieArea > a > dl > dd span.textLink{
	cursor: pointer;
	pointer-events: auto;
}

#contents .movieArea > a:hover .pct,
#contents .movieArea > a:hover span.textLink{
	opacity: 0.7;
}

@media screen and (max-width: 640px){
	#contents ul > li > .movieArea{
		width: 100%;
		margin-left: 0;
	}

	#contents .movieArea > a{
		flex-direction: column-reverse;
	}

	#contents .movieArea > a > .pct{
		margin: 1em 0 0 0;
	}

	#contents .movieArea > a > dl{
		width: 100%;
		margin-bottom: 1em;
	}

	#contents .movieArea > a > .pct{
		margin: 0 auto;
	}

}
