@charset "utf-8";
/* CSS Document */

/*===========================================
	/support/ichigan/guide/zv-e10/setup.css
=============================================*/

#contents * {
    font-size: 1.077rem;
}

#contents h1 {
    border-bottom: none;
    padding: 0;
}

#contents h1 img {
    width: 100%;
    height: auto;
}

#contents h2 {
    font-size: 1.692rem;
}

#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 ol.circle > li > p, #contents ol.circle > li > div, #contents ol.circle > li > figure {
    margin-left: 4em;
    margin-top: 2em;
}

/* 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;
    margin-left: 0;
}

#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;
}



/* contents Area */
#contents section > ul.disc, #contents section > ol {
    margin-left: 3em;
}

#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.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 .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents .singleBtn {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 0.5em;
    width: 450px;
}

#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 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;
}

@media (max-width: 640px) {
	
	#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;
	}
	
	#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 > h2 {
		width: 82%;
	}
	
	#contents ol.circle > li > p, #contents ol.circle > li > div, #contents ol.circle > li > figure {
		margin-left: 0;
	}
	
	#contents .singleBtn {
		max-width: 450px;
		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;
	}
}

/* movie */
#contents .ylink figure {
    width: 640px;
	margin: 0 auto;
}

#contents .ylink figure iframe {
    width: 100%;
}

@media (max-width: 640px) {
	#contents .ylink figure {
		width: auto;
		max-width: 340px;
	}
	
	#contents .ylink figure iframe {
    height: 190px;
}
}
