@charset "utf-8";

#contents h1.title{
	margin-bottom: 13px;
	margin-top: 30px;
}
#contents p{
	margin: 0;
}

#contents p + p{
	margin-top: 1em;
}

#contents ~ p{
	margin-left: 1em;
}

ul.txtlink li{
	float: none;
	margin: 0;
}

#contents .contentsArea{
	clear: both;
}

#contents ul.txtlink.inner > li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	padding: 0 0 0 13px;
}

#contents .icon,
#contents .img_icon{
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
}

#contents .font-L{
	font-size: 1.154rem;
}

#contents .fltRight{
	float: right;
	margin-bottom: 1.5em;
}

#contents .border_top{
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 2em;
	border-top: 1px solid #CCCCCC;
}
#contents .notice_gray {
	border: 1px solid #CCCCCC;
	margin: 0 0 1em;
}

#contents .notice_gray > ul.disc{
	margin: 1em 0 1em 2em;
}
#contents ul.none{
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 0;
}

#contents ul.none > li{
	margin-bottom: 0;
}


#contents .top .flex{
	display: flex;
	justify-content: space-between;
}

#contents .top > .flex > .notice_gray {
	width: calc(100% - (180px + 1em));
	box-sizing: border-box;
}


.accordion.type_2 button{
	font-weight: bold;
}

.accordion .accordion_inner{
	padding: 1.5em 0 1.5em 3em;
}

/* stepArea */
#contents .stepArea{
	margin: 1.5em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 4em;
}
#contents .stepArea ol.stepList > li:not(.no_flex),
#contents .stepArea ol.stepList > li .flex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList > li + li{
	padding-top: 3em;
	border-top: 1px dotted #999;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li .textArea{
	display: inline-block;
}

#contents .stepArea ol.stepList > li .textArea ul.txtlink{
	margin-top: 1em;
	margin-left: 2.5em;
}


#contents .stepArea ol.stepList > li p:not(.lead){
	margin-left: 2.5em;
}
#contents .stepArea ol.stepList > li p.lead{
	margin-left: 2em;
	padding-top: 4px;
	font-size: 1.154rem;
	font-weight: bold;
}
#contents .stepArea ol.stepList > li p.nomal{
	font-size: 1rem;
	font-weight: 400 !important;
}

#contents span.red{
	color: #c93434 !important;
}

#contents span.num{
	display: inline-block;
	width: 1.5em;
	background-color: #326699;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#contents span.num_red{
	background-color: #c93434 !important;
}

#contents .stepArea ol.stepList > li .textArea > span.num{
	float: left;
	padding-top: 2px;
	font-size: 1.154rem;
}

#contents .buttonLink {
	border: 1px solid #959595;
	padding: 1.5em;
	margin: 0;
	transition: 0.3s;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	align-items: center;
}

#contents .warningArea{
	margin: 2em 0;
	padding: 1em;
	background: #EBEBEB;
	border: 1px #C6C6C6 solid;
}

#contents .bannerArea{
	margin-top: 3em;
	margin-left: 1em;
}
#contents .bannerArea a img:not(.icon){
	display: block;
	margin: 1.5em 0 0.5em 0;
}

#contents .notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
}


@media screen and (max-width: 640px){
	#contents h1.title{
		margin-top: 0;
	}
	
	#contents .top > .flex {
		flex-direction: column-reverse;
		align-items: center;
	}
	#contents .top > .flex > .notice_gray {
		width: 100%;
		margin-top: 10px;
	}
	#contents .rightImage {
		display: flex;
		padding: 1em 0 1em 1em;
		justify-content: space-between;
	}
	
	#contents .stepArea ol.stepList > li:not(.no_flex),
	#contents .stepArea ol.stepList > li .flex {
		flex-direction: column;
	}
	#contents .stepArea,
	#contents .stepArea ol.stepList > li p:not(.lead){
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList > li{
		display: block;
	}
	#contents .stepArea ol.stepList > li .textArea {
		width: 100%;
	}
	
	#contents .stepArea ol.stepList > li p.lead{
		
	}
	#contents .pct {
		text-align: center;
	}
	
	#contents .img_icon{
		width: 23px;
		height: auto;
	}
	
}



@media (min-width: 641px){
	#contents .contentsArea{
		width: 78%;
	}
	#contents .pct {
		margin: 0 0 0 1em;
	}
	#contents .stepArea ol.stepList > li .textArea{
		width: 350px;
	}
	#contents .notice_gray_b{
		margin-left: 1em;
	}
}