@charset "utf-8";
/* CSS Document */

#contents h1 {
	border-bottom: none;
	padding: 0;
}

#contents h1 img {
	width: 100%;
	height: auto;
}

#contents h2 {
	font-size: 1.692rem !important;
}

#contents .notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding: 1em;
}

#contents img.movieimg {
	vertical-align: middle;
}

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	margin: 0 0 1em;
	padding: 1em 1em;
	overflow: hidden;
}

#contents .notice_gray ul {
	margin-left: 2em;
}

#contents .notice_gray ul li {
	list-style: disc;
}

ul.txtlink {
	margin-top: 1em;
}

ul.txtlink li {
	float: none;
}

a.textLink {
	margin-top: 0.5em;
	margin-left: 1em;
}

#contents img.icon_window {
	padding-left: 0.25em;
}

#contents dl dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#contents ul.btnlist {
	margin-bottom: 2em;
	overflow: hidden;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
}

#contents ul.btnlist li a:hover{
	opacity: 0.7;
}

#contents ul.btnlist li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

a.inner_link {
	display: inline;
	margin: 0 3px 0 7px;
	background-position: 0px;
	padding: 0 0 0 10px;
	background: url(/support/share/images/arrow_underline.gif) no-repeat left 0.4em;
}


.font11 {
	font-size: 1.15em;
	font-weight: bold;
}


@media (max-width: 640px) {
	#contents ul.btnlist {
		margin-left: 0;
	}

	#contents ul.btnlist li {
		margin-left: 0;
	}

	#contents ul.btnlist li a {
		width: 100%;
	}
}

/* index Area */
#contents .linkArea {
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	margin: 3em 0 2em;
	overflow: hidden;
}

#contents ol {
	padding: 0;
	margin-left: 1em;
}

#contents .linkArea ol {
	width: 50%;
	counter-reset: number 0;
	list-style-type: none;
	margin-left: 0;
	border-right: 1px solid #ccc;
	padding-right: 14px;
	box-sizing: border-box;
	float: left\9;
}

#contents .linkArea ol > li:last-child {
	border-bottom: none;
}

#contents li {
	margin-bottom: 0.5em;
}

#contents .linkArea ol > li {
	padding: 0;
	margin-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	border-bottom: 1px dashed #ccc;
}

#contents .linkArea ol > li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 1em;
	color: #000;
	text-decoration: none;
}

.linkArea ol > li > a:before {
	counter-increment: number;
	content: counter(number,decimal);
	color: #fff;
	line-height: 32px;
	text-align: center;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	font-weight: 700;
	background-color: #7c59c1;
	border-radius: 50%;
	font-size: 1.5em;
	display: inline-block;
}

#contents .linkArea ol > li > a > span {
	width: 76%;
	display: inline-block;
}

#contents .linkArea ol.later4 {
	counter-reset: my-counter 4;
	padding-left: 14px;
	padding-right: 0;
	border-right: none;
}

#contents .linkArea ol.later4 > li {
	padding-left: 0;
}

#contents .linkArea ol.later4 > li a {
	padding-left: 0;
}

@media screen and (max-width: 640px) {
	#contents .linkArea ol > li {
		margin-left: 0;
	}
}

/* contents Area */
#contents section > ol {
	margin-left: 2.25em;
}

#contents .disc {
	list-style: disc;
}


#contents ol.circle {
	counter-reset: number 0;
	list-style-type: none;
	margin-left: 0;
}

#contents ol.circle > li {
	counter-reset: circle;
	margin: 4em 0 1em;
}

#contents ol.circle li .c_txtarea {
	margin-left: 4em;
	margin-top: 2em;
}

#contents ol.circle li section {
	margin-top: 3em;
}

#contents ol.circle.purple > li:before {
	background-color: #7c59c1;
}

#contents ol.circle > li:before {
	counter-increment: number;
	content: counter(number,decimal-leading-zero);
	color: #fff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	font-weight: 700;
	background-color: #595959;
	border-radius: 50%;
	font-size: 1.6em;
	vertical-align: middle;
}

#contents ol.circle > li:before {
	content: counter(number,decimal);
}


#contents ol.circle > li > h2 {
	font-weight: 700;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	display: inline\9;
}

#contents ol.circle li section h3 {
	font-size: 1.4rem;
	margin-bottom: 1em;
}

#contents ol.circle > li .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}


#contents .singleBtn {
	display: inline-block;
	margin: 1em 0 2em 1em;
	width: 600px;
}

#contents .singleBtn 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: 0.7em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover{
	opacity: 0.7;
}

#contents span.textLink {
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 1em;
	display: inline-block;
}

#contents_end div, #contents_end {
	margin-left: 4em;
	margin-top: 2em;
}

#contents_end p {
	margin-top: 2em;
}

#contents hr {
	border-bottom: 1px dotted #CCC;
}

#contents span.link_out {
	background: url(/support/ichigan/share3/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 9px 0 0;
	vertical-align: baseline;
	width: 13px;
	margin-left: 5px;
}

#contents ol.circle > li .procedure {
	margin-top: 2em;
}

#contents section div > p, #contents section div > div, #contents section div > span, #contents section div > dl {
	margin-left: 0;
}

@media (max-width: 640px) {

	#contents ol.circle li .c_txtarea {
		margin-left: 0;
	}

	#contents a img {
		max-width: 100%;
	}

	#contents .imgBox img {
		width: 100%;
	}

	#contents .linkArea {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0.5em 1.5em;
		margin: 3em 0 2em;
	}

	#contents .linkArea ol {
		width: 100%;
		border-right: none;
		padding-right: 0;
		margin-bottom: 0;
	}

	#contents .linkArea ol > li a {
		padding-left: 0;
	}

	#contents .linkArea ol > li > a > span {
		width: 86%;
	}

	#contents ol.circle > li > h2 {
		width: 82%;
	}

	#contents ol.circle > li .flex {
		display: block;
	}

	#contents .linkArea ol.later4 {
		padding-left: 0;
	}

	#contents ol.circle > li > p, #contents ol.circle > li > div, #contents ol.circle > li > .pct {
		margin-left: 0;
	}

	#contents .singleBtn {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}

	#contents_end p, #contents_end div, #contents_end {
		margin-left: 0;
	}

	#contents .linkArea ol > li:last-child {
		border-bottom: 1px dashed #ccc;
	}

	#contents .linkArea ol.later4 > li:last-child {
		border-bottom: none;
	}
}

/* advice */
#contents .advice_box {
	margin-top: 2em;
	margin-left: 1em;
	padding: 10px;
	border: 3px dotted #999;
	background: #fff;
	box-sizing: border-box;
}

#contents .advice_box .a_title {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	background: #ccc;
	padding: 3px 0;
	color: #575757;
	margin-bottom: 1.5em;
}

#contents .advice_box .green {
	background: rgb(77,153,54,0.2);
}

#contents .advice_box > p {
	margin: 1em;
}

#contents .advice_box .a_title {
	margin: 0;
}

#contents .advice_box  > ul.txtlink {
	margin-left: 1em;
}

/* .pct・p */

#contents .pct {
	text-align: center;
	margin: 2em 0;
}

#contents .pct > p {
	display: block;
	margin: 0 0 1em;
}

#contents .flex ul {
	width: 40%;
}

#contents .photo_example .flex img {
	width: 97%;
}

.w50 {
   width: 50%;
}

#contents img.icon {
	width: 35px;
}

#contents ul.alphabet {
	list-style: none;
}

#contents ul.alphabet li img.icon {
	width: 25px;
	float: left;
}


@media (max-width: 640px) {
	#contents .pct img {
		max-width: 100%;
		height: auto;
	}

	#contents .flex ul {
		width: 100%;
	}

	#contents ul.alphabet {
		margin-left: 0;
	}

	.w50 {
		width: auto;
	}
}

/* steplist */

#contents ol.stepList > li::marker {
	display: block;
	font-weight: bold;
	font-size: 1.15em;
}

#contents ol.stepList > li > p.lead {
	margin-left: 0;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0;
}

#contents ol.stepList > li > p {
	margin-left: 0;
}

/* 20230217 */
/* ----------------------------
	movieArea 
---------------------------- */

#contents .movieArea{
	width: 65%;
	padding: 1em;
	margin: 2em 0;
	border: 1px solid #333;
	box-sizing: border-box;
}

#contents ul > li > .movieArea{
	margin-left: 1em;
}

#contents .movieArea > a{
	display: flex;
	pointer-events: none;
	margin: 0;
	align-items: flex-start;
}

#contents .movieArea > a:hover{
	text-decoration: none;
	color: #333;
}

#contents .movieArea > a:focus{
	outline: none;
}

#contents .movieArea > a > .pct{
	margin: 0 10px 0 0;
	cursor: pointer;
	pointer-events: auto;
	line-height: 0;
}

#contents .movieArea > a > dl > dt{
	font-size: 1.154rem;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 1em;
	pointer-events: none;
	cursor: default;
	color: #333;
	font-weight: normal;
}

#contents .movieArea > a > dl.movie_thum > dt:before{
	display: inline-block;
	padding-right: 5px;
	width: 42px;
	height: 25px;
	background: url(/support/vlogcam/guide/zv-1f/images/multi_icon.png) no-repeat;
	vertical-align: middle;
	content:"";
}

#contents .movieArea > a > dl > dd{
	margin-bottom: 0;
	padding-left: 10px;
}
#contents .movieArea > a > dl > dd span.textLink{
	cursor: pointer;
	pointer-events: auto;
}

#contents .movieArea > a:hover .pct,
#contents .movieArea > a:hover span.textLink{
	opacity: 0.7;
}

@media screen and (max-width: 640px){
	#contents .movieArea{
		width: 100%;
	}

	#contents .movieArea > a{
		flex-direction: column-reverse;
	}

	#contents .movieArea > a > .pct{
		margin: 1em 0 0 0;
	}

	#contents .movieArea > a > dl{
		width: 100%;
	}

	#contents .movieArea > a > .pct{
		margin: 0 auto;
	}

}
