@charset "utf-8";
#sp p{
	margin: 1em 0 1em 1em;
}
#sp .title {
	border-bottom: 1px solid #d0d0d0;
	clear: both;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 0 5px 13px;
}

#sp noscript{
	background-color: #e6e6e6;
	padding: 1em;
	margin: 1em 0;
	display: block;
	width: 100%;
}
#sp .box_gray{
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	padding: 1em;
	margin: 1em;
}
#sp p.annotation{
	text-indent: -1em;
	margin-left: 2em;
}
#sp p.annotation::before{
	content: '*';
	padding-right: 0.5em;
}
#sp ul#modelLists{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 1em 0 2em;
	padding: 0 1em;
}
#sp ul#modelLists li{
	margin: 0.5em 0.5em 0 0;
}

#sp 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: 1em 0 1em 1.25em;
	display: block;
	transition: 0.2s ease-in 0s;
	min-width: 145px;
}
#sp a.linkButton:hover{
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	opacity: 0.6;
}

#sp a.linkButton span{
	font-size:0.86em;
}

#sp a.linkButton span{
    font-size: 0.86em;
}

#sp a.link_in::before {
	content: "";
	width: 1em;
	height: 1em;
	padding-right: 1em;
	background: url(/support/share/images/arrow_black.png) no-repeat center;
}
#sp a img.icon {
	vertical-align: baseline;
	padding: 0 0.2em;
}
#sp [aria-hidden="true"],
#sp .hide{
	display: none;
}
#step1,
#step2{
	padding: 0 0 0 1em;
	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: 200px;
}
#step2 img{
	max-width: 100%;
	height: auto;
}

#sp 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;
	}
}

/* 20230509 */

.notice_gray_b {
	margin: 1em 1em 2em;
	padding: 1em;
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
}

.notice_gray_b.blue{
	border-color: #04186d;
}

ul.txtlink li{
	float: none;
}
.notice_gray_b > dl{
	margin-bottom: 10px;
}

.notice_gray_b > dl dt{
	font-weight: bold;
	margin-bottom: 5px;
}

.notice_gray_b > ul.txtlink{
	margin-left: 10px;
}