@charset "utf-8";

html{
	font-size: 0.813rem;
}

#contents{
	font-size: 1.077rem;
}
#contents h1.title {
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: 2px solid #bbb;
	font-size: 1.769rem;
}

#contents > section{
	margin: 3em 0;
}

#contents h2 {
	padding-left: 14px;
	border-left: 6px solid #bbb;
	font-size: 1.615rem;
	line-height: 1.2;
}

#contents h3 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	font-size: 1.231rem;
}

#contents h4 {
	margin-top: 1em;
	font-size: 1.154rem;
}

#contents p + p{
	margin-top: 1em;
}
#contents a.textLink {
	display: inline-block;
	margin-top: 5px;
}
#contents p > a.textLink {
	margin-left: 0.5em;
}

#contents .section_inner{
	margin-left: 0.5em;
}

#contents .notice_gray_b {
	background-color: #ebebeb;
	padding: 20px;
	margin: 2em 0;
}

#contents .stepArea{
	margin: 3em 1em 2.5em 1.5em;
}

#contents .stepArea ol.stepList {
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 2em;
}
#contents .stepArea ol.stepList > li {
	list-style-type: none;
	margin-bottom: 3em;
}
#contents .stepArea ol.stepList > li:before {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-color: #636363;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	content: counter(square);
	counter-increment: square;
}

#contents .stepArea ol.stepList > li > p,
#contents .stepArea ol.stepList > li > .pct{
	margin-left: 34px;
}

#contents .pct{
	margin-top: 2em;
	margin-bottom: 2em;
}

#contents img.icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

#contents .accordion{
	padding: 0 5px;
}
#contents .accordion.type_1 button{
	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-size: 1.154rem;
	line-height: 1.4;
	font-weight: bold;
}

#contents .accordion.type_1 button::after{
	font-weight: normal !important;
}

#contents .accordion.type_1 button + .border_box{
	margin-bottom: 2.5em;
	padding: 0;
	border-color: #d2d2d2;
}

.border_box li{
	margin: 0;
}

@media (max-width: 640px){
	#contents h1.title {
		font-size: 1.385rem;
	}
	#contents h2 {
		font-size: 1.308rem;
	}
	
	#contents .pct:not(.s_img) img{
		width: 100%;
		height: auto;
		max-width: 400px;
	}
	#contents h3 {
		font-size: 1.154rem;
	}
	
	#contents .stepArea {
		margin-left: 0.5em;
	}
	#contents img.icon {
		max-height: 24px !important;
	}
	
}

/* remote.html */

#contents .flex{
	display: flex;
}

#contents .flex.column{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 400px;
}

#contents section > h3 ~ *{
	margin-left: 0.5em;
}

#contents dl.fnc dt{
	display: inline-block;
	float: left;
	font-weight: bold;
}
#contents dl.fnc dt::after{
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-left: 4px;
	content:":";
}

#contents dl.fnc dd{
	padding-left: 25px !important;
	margin-bottom: 4px;
	font-weight: bold;
}
#contents dl.fnc dd > span.nomal{
	font-weight: normal;
}

#contents .tableArea{
	margin-top: 3em;
	margin-bottom: 3em;
}

#contents .tableArea table{
	width: 100%;
}

#contents .tableArea table caption{
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

#contents .tableArea table th,
#contents .tableArea table td{
	padding: 8px;
	border: 1px solid #ccc;
	border-top: none;
}

#contents .tableArea table th{
	width: 13em;
	background-color: #f5f5f5;
	border-right: none;
}

#contents .tableArea table tr:first-child th,
#contents .tableArea table tr:first-child td{
	border-top: 1px solid #ccc;
}

@media (max-width: 428px){
	#contents section > h3 ~ * {
		margin-left: 0;
	}	
	#contents .tableArea table th{
		width: 38%;
	}
	#contents .pct.s_img{
		text-align: center;
	}
}
@media (max-width: 320px){
	#contents .pct.s_img img{
		width: 100%;
		height: auto;
	}
}
