@charset "Shift_JIS";


/*===========================================
	contentsArea
=============================================*/
div.contentsArea {
	width: 740px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

/*===========================================
	stepbtn
=============================================*/
div.stepbtn {
	margin:15px 0 0 0;
	padding: 10px;
	border:#999 1px solid;
	border-radius:5px;
	font-size:15px;
	clear:both;
	cursor:pointer;
}
div.stepbtn p {
	margin:0;
	padding: 0 0 0 13px;
	font-size:13px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

div.stepbtn-on {
	margin:15px 0 0 0;
	padding: 10px;
	border:#999 1px solid;
	border-radius:5px;
	font-size:13px;
	background:#F1F1F1;
	font-weight:bold;
	cursor:pointer;
}
div.stepbtn-on p {
	margin:0;
	padding: 0 0 0 13px;
	background:url(/support/tv/net/share/images/arrow_black-b.png) no-repeat left 0.5em;
}
div.stepbtn:hover {
	background:#F1F1F1;
}

div.select {
	margin:15px 0 50px 0;
	padding: 0;
}



/*===========================================
	mainArea
=============================================*/
#contents ul.mainArea {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
#contents ul.mainArea li.txt {
	width: 530px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contents ul.mainArea li.img {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align:center;
}




/*===========================================
	warningArea
=============================================*/
div.warningArea {
    background: #EBEBEB;
	border:1px #C6C6C6 solid;
    margin: 15px auto 0px auto;
    padding: 15px;
	clear:both;
}



.top-line {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: #999 1px dotted;
	clear:both;
}

/*===========================================
	stepArea
=============================================*/
ul.stepArea {
	margin: 20px 0 0 0;
	padding: 20px 15px 0 15px;
	border-top: #999 1px dotted;
	clear:both;
	list-style:none;
}
ul.stepArea-top {
	margin: 20px 0 0 0;
	padding: 0 15px;
	clear:both;
	list-style:none;
}
ul.stepArea-top li.img,
ul.stepArea li.img {
	width: 320px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align:center;
}
ul.stepArea-top li.txt,
ul.stepArea li.txt {
	width:370px;
	margin: 0px;
	padding: 0px;
	float:right;
}
li.txt div.num {
	width:21px;
	float:left;
}
li.txt div.txt {
	padding-left:30px;
}
li.txt div.txt p.top_bold {
	margin: 0px;
	padding: 0px ;
	font-weight:bold;
	font-size:15px;
}

h6.step2 {
	margin-top: 30px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #666 1px solid;
	clear: both;
}

div.stepArea-top2 {
	margin: 20px 0 0 0;
	padding: 0 15px;
	clear: both;
}

ul.imgArea {
	width:720px;
	overflow:hidden;
	margin: 10px 0 0 0;
	padding: 0;
	list-style:none;
}
ul.imgArea li {
	width:310px;
	margin: 0;
	padding: 0;
	float:left;
}
ul.imgArea li.arrow {
	width:36px;
	margin: 0 27px;
	padding: 0;
	float:left;
}
ul.imgArea li.arrow-mq {
	display:none;
}

ul.imgArea li div.txtarea {
	width:320px;
	text-align:left;
}

p.bg_gray {
	background: #EBEBEB;
	padding: 7px 10px;
}


/*===========================================
	photoArea
=============================================*/
ul.photoArea {
	width:615px;
	margin: 20px auto 0 auto;
	padding: 0;
	list-style:none;
}
ul.photoArea li.left {
	width:280px;
	float:left;
}
ul.photoArea li.right {
	width:280px;
	float:right;
}


/*===========================================
	fin
=============================================*/
p.fin {
	font-size:18px;
	color:#BF0000;
	clear:both;
	font-weight:bold;
	margin-top:20px;
}


/*===========================================
	lineArea
=============================================*/
div.lineArea {
    border: 1px solid #CCCCCC;
    padding: 15px;
    clear: both;
}


/*===========================================
	textLine
=============================================*/
.textLine {
	height: 26px;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.textLine2 {
	margin: 3px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

/*===========================================
	icon
=============================================*/
ul.disc {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.disc li {
	margin-top:5px;
	padding: 0px 0px 0px 13px;
	background:url(../images/ico_disc.gif) no-repeat 0px 4px;
}


/*===========================================
	txtlink
=============================================*/
ul.txtlink {
	margin:0;
	padding:0;
	list-style:none;
}
ul.txtlink li {
	margin:3px 0 0 0;
	padding: 0 0 0 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}
.txtlink {
	margin-top:5px;
	padding: 0 0 0 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

/*===========================================
	glayLayer
=============================================*/
div#glayLayer {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index: 99;
}

/*===========================================
	menuWinArea
=============================================*/
div.menuWinArea {
	width: 550px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	top: 0px;
	left: 0px;
	background: #FFF;
	border: solid 4px #666666;
	position: absolute;
	z-index: 99;
}
div.menuWinArea div.closeArea {
	padding: 5px 5px 0px 0px;
	background-color: #E8E8E8;
    height: 27px;
	text-align: right;
}

/* menuWinBox */
div.menuWinArea div.menuWinBox {
	width: 490px;
	margin: 0px auto;
	padding: 0px;
}

div.menuWinArea div.menuWinBox a {
	width:90%;
	margin:0px 0px 10px 0px;
	padding:15px 5%;
	border:#BCBCBC 1px solid;
	border-radius:5px;
	font-size:15px;
    text-align: center;
	display:block;
}

div.menuWinArea div.menuWinBox a:hover {
	background:#F1F1F1;
	text-decoration:none;
}
div.menuWinArea div.menuWinBox p.txt {
	font-size:15px;
	margin:15px 0 5px 0;
	text-align:left;
}
span.txtlink {
    background: url("/share/images/arrow_black.gif") no-repeat  0  0.4em;
    padding: 0px 0 0 13px;
}

#contents ul.annotation {
    margin: 0 0 0 17px;
    padding: 0.5em 0;
}
#contents ul.annotation li {
    list-style: none;
    text-indent: -17px;
    font-size: 0.9em;
}
#contents .select ol {
    margin-left: 5px;
}
#contents .select ol li {
    margin-bottom: 10px;
}
#contents ol li ul.annotation li {
    margin-bottom: 0;
}


a.selectBtn {
	width:200px;
	margin:20px 0px 0px 0px;
	padding:15px;
	border:#BCBCBC 1px solid;
	border-radius:5px;
	font-size:16px;
	clear:both;
	display:block;
}
a.selectBtn:hover {
	background:#F1F1F1;
	text-decoration:none;
}


@media (max-width: 640px) {
	/*===========================================
		contentsArea
	=============================================*/
	div.contentsArea {
		width: auto;
	}
	
	h6.step span {
		display:block;
	}
	
	/*===========================================
		mainArea
	=============================================*/
	#contents ul.mainArea li.txt {
		width: auto;
		float: none;
		margin-top:10px;
	}
	#contents ul.mainArea li.img {
		width: auto;
		float: none;
	}
	#contents ul.mainArea li.img img {
		max-width: 180px;
		width:100%;
		height:auto;
	}
	
	
	/*===========================================
		warningArea
	=============================================*/
	div.warningArea ul li.txt {
		width: auto;
		float: none;
	}
	div.warningArea ul li.img {
		width: auto;
		float: none;
		margin-top:10px;
	}
	div.warningArea ul li.img img {
		max-width: 390px;
		width:100%;
		height:auto;
	}
	
	
	/*===========================================
		stepArea
	=============================================*/
	ul.stepArea {
		padding: 20px 0px 0 0px;
	}
	ul.stepArea-top {
		padding: 0 0px;
	}
	ul.stepArea-top li.img,
	ul.stepArea li.img {
		width: auto;
		float: none;
		margin-top:10px;
	}
	ul.stepArea-top li.img img,
	ul.stepArea li.img img {
		max-width: 320px;
		width:100%;
		height:auto;
	}
	ul.stepArea-top li.txt,
	ul.stepArea li.txt {
		width: auto;
		float: none;
	}

	div.stepArea-top2 {
		padding: 0;
	}
	ul.imgArea {
		width:auto;
		margin: 10px 0 0 0;
		text-align:center;
	}
	ul.imgArea li {
		width: auto;
		float: none;
	}
	ul.imgArea li img {
		max-width: 310px;
		width:100%;
		height:auto;
	}
	ul.imgArea li.arrow {
		display:none;
	}
	ul.imgArea li.arrow-mq {
		display: block;
		margin: 10px 0;
		float: none;
	}
	ul.imgArea li.arrow-mq img {
		max-width: 40px;
		width:100%;
		height:auto;
	}

	ul.imgArea li div.txtarea {
		width:auto;
		text-align:left;
	}

	ul.imgArea li div.txtarea img{
		width:auto;
		height:auto;
	}

	
	/*===========================================
		photoArea
	=============================================*/
	ul.photoArea {
		width: auto;
		margin: 0 auto;
	}
	ul.photoArea li.left {
		width: auto;
		float: none;
		margin-top:15px;
		text-align:center;
	}
	ul.photoArea li.right {
		width: auto;
		float: none;
		margin-top:15px;
		text-align:center;
	}
	ul.photoArea li img {
		max-width:280px;
		width: 100%;
		height:auto;
	}
	
	/*===========================================
		menuWinArea
	=============================================*/
	div.menuWinArea {
		width: 96%;
		margin: 0px;
		padding: 0px 0px 30px 0px;
		top: 0px;
		left: 0px;
		background: #FFF;
		border: solid 4px #666666;
		position: absolute;
		z-index: 99;
		text-align: center;
	}
	div.menuWinArea div.closeArea {
		padding: 5px 5px 0px 0px;
		background-color: #E8E8E8;
		height: 27px;
		text-align: right;
	}
	
	/* menuWinBox */
	div.menuWinArea div.menuWinBox {
		width: 90%;
		margin: 0px auto;
		padding: 0px;
	}
	
	div.menuWinArea div.menuWinBox a {
		width: auto;
		margin:10px 0px 0px 0px;
		float: none;
	}
	a.selectBtn {
		width: auto;
	}
	
	#contents .select ol {
		margin-left: 5px;
		padding-left: 20px;
	}
}

/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*===========================================
	Color
=============================================*/
.red {
	color:#BF0000;
}


/*===========================================
	div.mod-pageTop
=============================================*/
div.mod-pageTop {
	margin-top:5px;
	clear: both;
	text-align: right;
}

/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}


/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_02{
	margin: 2px 0px 0px 0px;
}
.mt_03{
	margin: 3px 0px 0px 0px;
}
.mt_05{
	margin: 5px 0px 0px 0px;
}
.mt_10 {
	margin: 10px 0px 0px 0px;
}
.mt_15 {
	margin: 15px 0px 0px 0px;
}
.mt_20 {
	margin: 20px 0px 0px 0px;
}
.mt_25 {
	margin: 25px 0px 0px 0px;
}
.mt_30 {
	margin: 30px 0px 0px 0px;
}
.mt_35 {
	margin: 35px 0px 0px 0px;
}
.mt_40 {
	margin: 40px 0px 0px 0px;
}
.mt_45 {
	margin: 45px 0px 0px 0px;
}
.mt_50 {
	margin: 50px 0px 0px 0px;
}


.txt-r {
	text-align:right;
}
.font-L {
    font-size: 15px;
	margin-bottom:3px;
}
.font-S {
    font-size: 11px;
}


/*===========================================
	赤枠
=============================================*/
#sp .notice {
    border: 1px solid #f00;
    margin: 0 0 1em;
    padding: 1em;
}
a.textLink {
    display: inline;
    margin: 0 3px 0 7px;
    background-position: 0px;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left .4em;
}

/* 20210421 */

ul.disc{
	list-style-type: disc;
	margin-left: 2em;
}

ul.disc li{
	list-style-type: disc;
	padding: 0;
	margin-bottom: 20px;
}

@media (max-width: 640px){
	ul.disc{
		margin-left: 1.5em;
	}

	#contents .pct {
		margin: 1em 0;
	}
	
	#contents .pct img{
		height: auto;
		max-width: 100%;
	}
}


/* 20220512 */
#contents section {
    margin-top: 2em;
}

#contents ul.txtlink.inner > li, #contents a.textLink.inner {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
}

#contents .title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 30px;
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
}

.linkBtn {
    margin: 1em 1em 2em;
}

.linkBtn a {
    display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 1em 0 0.75em 0.75em;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
}

.linkBtn a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    padding: 0 0 0 15px;
    background-position: 0 6px;
    margin-left: 0.5em;
    display: inline-block;
}

div.btnList {
    margin-left: 1em;
    margin-bottom: 3em;
}

div.btnList ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.btnList ul li {
    width: 49.2%;
    margin-bottom: 10px;
}

div.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: #333;
    padding: 1em 0 0.75em 0.75em;
    display: block;
    box-sizing: border-box;
}

div.btnList ul li.inner a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

div.btnList ul li a span.textLink {
    background: url(/share/images/arrow_black.gif) no-repeat;
    background-position: 0 5px;
    display: inline-block;
    padding: 0 5px 0 10px;
    font-weight: 700;
    margin-left: 5px;
}

#contents section li p {
    margin-left: 0;
}

#contents .pct {
    margin-bottom: 1em;
}

#contents a.textLink.inner_up {   
	background: url(/share2/images/mod-pageTop/ico_01.png) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
    padding-left: 0.7em;
    margin-left: 4px;
}

#contents .pct img.pc_arrow1 {
    margin-left: 5px;
    display: inline-block;
}

#contents .pct.row-line img.pc300 {
    width: 300px;
}

#contents .row-line img {
    vertical-align: middle;
}

@media (max-width: 640px) {
	.linkBtn {
		margin-left: 0;
		margin-right: 0;
	}
	
	.linkBtn a {
		width: 100%;
	}
	
	div.btnList {
		margin-left: 0;
	}
	
	div.btnList ul li {
		width: 100%;
	}
	
	div.btnList ul li a span.textLink {
		margin-left: 0;
	}
	
	#contents .pct.row-line img.pc300 {
		max-width: 100%;
	}
	
	#contents .pct img.pc_arrow1 {
		transform: rotate( 90deg );
		margin: 20px 0;
    	max-width: 30px;
	}
}

/* 開閉エリア */

#contents .opencloseArea dl.toggleList dt.Gray{
    font-size: 0;
    cursor: pointer;
    padding: 1em 0 0.75em 0.75em;
    font-weight: bold;
    border: #d2d2d2 1px solid;
    border-radius: 6px;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    margin-top: 0.75em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#contents .opencloseArea dl.toggleList dt > span{
    font-size: 1.125rem;
    padding: 1em 0.75em 0.75em 0.75em;
    display: flex;
    width: 100%;
}

#contents .opencloseArea dl.toggleList > dt:not(:first-child){
    margin: 10px 0 0 0;
}

#contents .opencloseArea dl.toggleList > dt:focus-visible{
    outline: thin dotted;
}

#contents .opencloseArea dl.toggleList dt > span:focus-visible{
    outline: thin dotted;
}

#contents .opencloseArea dl.toggleList > dt > span:before{
    content: "";
    background: url(/support/share/images/st_open.png) no-repeat;
    width: 25px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#contents .opencloseArea dl.toggleList > dt.active{
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
}

#contents .opencloseArea dl.toggleList > dt.active > span:before{
    background: url(/support/share/images/st_close.png) no-repeat;
}


#contents .opencloseArea dl.toggleList > dd.detailArea{
	display: none;
    padding: 2em;
    background-color: #f3f3f3;
    border: 1px solid #d2d2d2;
    margin: 0;
}


@media (max-width: 640px) {
	#contents .opencloseArea dl.toggleList > dt > span:before {
		width: 45px;
	}
}

/*2023/09/22追記*/
#contents section h3.lavender {
    font-size: 1.25rem;
    border-left: 5px solid #7da1dc;
    line-height: 1.3;
    padding: 0.5em 0.5em;
    margin-bottom: 1em;
}


.s5-linkV3 {
    display: inline-block;
}

.s5-linkV3:after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

.s5-linkV3:hover, .s5-linkV3:focus, .s5-linkV3:active {
    color: #34568e;
}

#contents .b_style{
	font-weight: bold;
}

#contents .indexArea {
    display: table;
    width: 95%;
    margin: 1em 0 1em 1em;
}

#contents .indexArea p.left {
    background: #000;
    font-size: 14px;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 1.5em;
    text-align: center;
}

#contents .indexArea p.left {
    color: #fff;
    font-weight: bold;
}

#contents .indexArea ul {
    border: 1px solid #000;
    padding: 1em 1em 1em 1.5em;
    list-style-type: none;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}

#contents .indexArea ul.txtlink {
    background: none;
}

#contents .indexArea {
    border-bottom: 0;
}

#contents .indexArea ul.nextindex {
    border: none;
    padding: 0 0 0 1em;
}

#contents p.annotation {
	padding-left: 1em;
    text-indent: -1em;
	margin-left: 0;
}

#contents .warningArea p.annotation {
	margin-left: 1em;
}

#contents .icon_window{
	padding-left: 0.3em;
}

@media screen and (max-width: 640px) {
	#contents .indexArea {
		margin-left: 0;
		width: 100%;
	}
}


/* 20241219 */

@media screen and (max-width: 640px) {
}