@charset "utf-8";

/* ------------------------
	common
---------------------------*/
#contents > p,
#contents > section > p{
		margin-left: 0;
}

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
    margin-bottom: 1em;
}

#contents li{
	margin:0;
    float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
	padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
    float: none;
    list-style: none;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */

#contents ul.txtlink{
	margin-left:1.5em;
}


/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents span.textLink{
	padding-left:10px;
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 10px;
}

#contents span.textLink.inner{
	align-items: baseline;
	padding: 0 0 0 10px;
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
}


/* notice*/

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em;
	margin-bottom: 2em;
	margin-left: 1em;
}

#contents .notice_gray_b{
	background-color: #EBEBEB;
	padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

@media (max-width: 640px){
	#contents p{
		margin-left: 0;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* --------------------------- */

#contents ul.bnr_area{
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.5em;
	margin: 1em 0;
}

#contents ul.bnr_area li.bnr_single{
	margin-bottom: 10px;
	line-height: 0;
}

#contents ul.bnr_area li.bnr_single > a{
	display: block;
}

#contents .notice_gray{
	margin-left: 0;
	padding-bottom: 1em;
}

#contents .notice_gray > ul.txtlink{
	margin: 0;
}

#contents .notice_gray > ul.txtlink > li + li{
	margin-top: 5px;
}

#contents ul.selectBtn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0;
	margin-bottom: 1em;
}
#contents ul.selectBtn > li{
	width: calc((100% / 6) - 6px);
	margin-bottom: 16px;
}

#contents ul.selectBtn > li button{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 165px;
	padding: 10px 0 0;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg);
	background-size: contain;
	color: #333;
	font-weight: bold;
}

#contents ul.selectBtn > li button:hover{
	opacity: 0.7;
}
#contents ul.selectBtn > li button > span{
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	min-height: 2.2em;
}

#contents ul.selectBtn > li button > img{
	width: 100%;
	max-width: 120px;
	height: auto;
}

#contents .qa_detailArea{
	margin-bottom: 3em;
}

#contents .openDetail{
	display: none;
}
#contents .openDetail.active{
	display: block;
}

#contents .qa_detailArea section.openDetail > h2{
	font-size: 1.75rem;
	font-weight: normal;
}

#contents .qa_detailArea section.openDetail > ul.txtlink{
	margin-bottom: 3em;
}

#contents .qa_detailArea section.openDetail > ul.txtlink li + li{
	margin-top: 10px;
}

#contents .mod-pageTop.select{
	text-align: left;
}

#contents .mod-pageTop.select a{
	text-decoration: none;
    padding-left: 10px;
    background: url(/share2/images/mod-pageTop/ico_01.png) no-repeat 0 48%;
	color: #43677e;
}


@media (max-width: 640px){
	
	#contents ul.bnr_area{
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}
	
	#contents ul.bnr_area img{
		width: 100%;
		height: auto;
		max-width: 300px;
	}
	
	#contents ul.selectBtn > li{
		width: calc((100% / 4) - 6px);
	}
	
}

@media (max-width: 414px){
	#contents ul.selectBtn > li{
		width: calc((100% / 2) - 6px);
	}
	
	#contents ul.selectBtn > li button{
		padding: 10px 10px 0;
	}
}

/*  20230601 step */

p{
	margin: 1em 0 1em 1em;
}

noscript{
	background-color: #e6e6e6;
	padding: 1em;
	margin: 1em 0;
	display: block;
	width: 100%;
}
.box_gray{
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	padding: 1em;
	margin: 1em;
}
p.annotation{
	text-indent: -1em;
	margin-left: 2em;
}
p.annotation::before{
	content: '*';
	padding-right: 0.5em;
}
ul#modelLists{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 1em 0 2em;
	padding: 0 1em;
}
ul#modelLists li{
	margin: 0.5em 0.5em 0 0;
}

a.linkButton{
	background: url("/support/share/images/bg_btnA.png") no-repeat scroll 0 52% transparent;
	background-color: #ffffff;
	border: 1px solid #BCBCBC;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	cursor: pointer;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	padding: 0.8em 0 0.8em 1.25em;
	display: block;
	transition: 0.2s ease-in 0s;
	min-width: 145px;
}
a.linkButton:hover{
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	opacity: 0.6;
}

a.linkButton span{
	font-size:0.86em;
}

a.linkButton span{
    font-size: 0.86em;
}

a.link_in::before {
	content: "";
	width: 1em;
	height: 1em;
	padding-right: 1em;
	background: url(/support/share/images/arrow_black.png) no-repeat center;
}
a img.icon {
	vertical-align: baseline;
	padding: 0 0.2em;
}
[aria-hidden="true"],
.hide{
	display: none;
}
#step1,
#step2{
	padding: 0;
	margin: 2em 0;
}
#step1 .step1_header,
#step2 .step2_header{
	font-size: 1.25em;
}
#step1_select{
	display: flex;
	margin: 2em 0 3em;
	padding: 0 0 0 1em;
}
#step1_select button{
	border: 1px solid #575757;
	background-color: #FFF;
	color: #000000;
	padding: 1em;
	margin: 0 1em 0 0;
	border-radius: 4px;
	max-width: 260px;
	width: 100%;
	box-sizing: border-box;
}
#step1_select button:hover,
#step1_select button:focus,
#step1_select button.selected{
	background-color: #575757;
	color: #FFF;
}
.step2_select{
	margin: 2em 0 3em;
	padding: 0 0 0 1em;
}
.step2_select select{
	display: block;
	border: 1px solid #575757;
	padding: 0.5em;
	margin: 0 0 1em;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	max-width: 300px;
	width: 100%;
}
.step2_select select option{
	padding: 1em;
}
.step2_select .linkButton{
	width: 250px;
}
#step2 img{
	max-width: 100%;
	height: auto;
}

p + a.textLink{
	display: inline-block;
	margin: 1.25em 0 0 1.5em;
}

@media screen and (max-width: 640px){
	#step1_select{
		padding: 0;
	}
	#step2 p,
	#step2 p.box_gray{
		margin-left: 0;
	}
	#step2 .step2_select{
		padding-left: 0;
	}
}

/* 20230607 */
a.txtlink {
    display: inline;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}
