@charset "utf-8";

/*
	================================================================================================
		202204 support ichigan lens tips css common.css
	================================================================================================
*/

/*------------------------------------------
	common
-------------------------------------------*/
#contents *:not(a){
	color:#333;
}


#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}
#contents h1{
	font-size: 1.385rem;
}


#contents h1.title{
	border-bottom: 2px solid #000;
}
#contents h1.title.lensIcon{
	display: flex;
	align-items: center;
	padding-left: 0;
}

#contents h1.title.lensIcon::before{
	content: "";
	display: inline-block;
	background: url(/support/ichigan/images/icon/icon_sel2470gm.png) no-repeat;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	background-size: cover;
}

#contents h2{
	font-size: 1.231rem;
}

#contents h2.title{
	border-bottom-color: #000;
}

#contents p{
	word-break: break-all;
	margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents a:focus-visible{
	outline: none;
}

#contents .ilb{
	display: inline-block;
}


/* list */

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
	margin-bottom: 1em;
}

#contents li{
	margin:0;
	float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */
#contents a.textLink{
	background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1em;
}

#contents section > p + a.textLink{
	margin-left: 2em;
}

#contents ul.txtlink{
	margin-left:2em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
	text-indent: -1em;
}

#contents ul.annotation li{
	margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em 1em;
	margin-bottom: 2em;
}

#contents .notice_gray > p {
	margin-left: 0;
}

#contents .notice_gray > ul.txtlink{
	margin-left: 1em;
}

#contents .notice_gray_b{
	background-color: #EBEBEB;
	padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

/* Link button */

#contents .singleBtn{
	display: inline-block;
	margin: 1em 0 2em 1em;
}

#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: #333;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents .singleBtn.topLink{
	display: block;
	margin: 3em auto;
	width: 12em;
}



/*　btnlist　*/

#contents ul{
	margin-top: 1em;
}

#contents ul.btnlist li {
	list-style: none;
	margin-bottom: 10px;
}

#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,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	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;
}

#contents ul.btnlist.inner li a span.textLink {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-pack: distribute;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents .pct{
	margin: 2em 0;
	text-align: center;
}

#contents .movieArea{
	margin: 4em 0;
}

#contents .movieArea figure{
	width: 640px;
	margin: 0 auto;
}

#contents .movieArea figure iframe{
	width: 100%;
}


@media (max-width: 640px){

	#contents > div,
	#contents > section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left: 0;
	}

	#contents section > section {
		margin-left: 0;
	}
	#contents p{
		margin-left: 0;
	}
	#contents h1.title.lensIcon{
		margin-top: 10px;
	}
	#contents h1.title.lensIcon > span{
		width: calc(100% - 52px);
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
	#contents section h3{
		margin-left: 0;
	}

	#contents section > ul{
		margin-left:0;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents section p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0;
	}

	#contents .notice_gray > ul.txtlink,
	#contents .notice_gray > a.textLink{
		margin-left: 0.5em;
	}

	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
		box-sizing: border-box;
	}
	#contents ul.btnlist li a {
		width: 100%;
	}
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#contents .pct img:not(.flex_arrow):not(.s_img){
		max-width: 360px;
		width: 100%;
		height: auto;
	}

	#contents .movieArea figure{
		max-width: 360px;
		width: auto;
	}

	#contents .movieArea figure iframe{
		height: 190px;
	}
}


/* ----------------------------
	stepArea 
---------------------------- */

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 2em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
	counter-increment: square;
	color: #fff;
	display: block;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 24px;
	font-weight: 700;
	float: left;
	background-color: #2475d0;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
	margin: 0;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
}

#contents .stepArea ol.stepList > li >p.lead + p{
	margin-left: 36px;
	margin-top: 5px;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

#contents .stepArea ol.stepList > li > ul.disc{
	padding-left: 1.5em;
}
#contents .stepArea ol.stepList > li ul.innerList,
#contents .stepArea ol.stepList > li ol.innerList{
	margin: 1em 0 1em 1.5em;
}

#contents .stepArea ol.stepList span.square{
	background: #ccc;
	padding: 0 6px;
	margin: 0 4px;
	color: #fff;
	font-weight: bold;
	vertical-align: text-top;
}

#contents .onlysp{
	display: none;
}

#contents span.link_out {
	background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
	display: inline-block;
	padding: 9px 0 0;
	width: 11px;
	margin-left: 3px;
}

@media screen and (max-width: 640px){
	#contents .stepArea{
		margin-left: 0;
	}
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}

	#contents .stepArea ol.stepList > li > a.textLink{
		margin-left: 36px;
	}

}

@media screen and (max-width: 400px){
	#contents .onlysp{
		display: block;
	}
}


/* 20230522 */

#contents .pt0{
	padding-top: 0 !important;
}
#contents .icon{
	padding: 0 3px;
	vertical-align: middle;
}

#contents .lens_name_large{
	margin-bottom: 1em;
	margin-left: 14px;
	font-size: 1.8rem;
}

#contents .accent{
	color:#ee0000;
}
.s5-buttonV3 {
	color: #FFF;
	font-size: 14px;
	font-size: .875rem;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 8px 18px;
	border: none;
	border-radius: 1px;
	background-color: #2d75c7;
	border-style: solid;
	border-width: 1px;
	border-color: #2d75c7;
}

.s5-buttonV3:hover, .s5-buttonV3:focus, .s5-buttonV3:active {
	color: #fff;
	text-decoration: none;
	background: #34568e;
}

.s5-secondaryButton, .s5-secondaryButtonV3 {
	color: #2f353d;
	font-size: 14px;
	font-size: .875rem;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 8px 18px;
	border: none;
	border-radius: 1px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	margin-bottom: 10px;
	margin-right: 10px;
}

.s5-secondaryButtonV3:hover, .s5-secondaryButtonV3:focus, .s5-secondaryButtonV3:active {
	color: #6e7278;
	text-decoration: none;
	background: #dadada;
}

.s5-buttonV3:visited{
	color: #fff;
}

#contents .manual_notice ul.disc,
#contents .accordion.type_1 ul.disc {
	margin-left: 2em;
}

#contents .manual_notice ul.disc > li + li,
#contents .accordion.type_1  ul.disc > li + li {
	margin-top: 5px;
}

#contents .manual_notice .get_adobe,
#contents .accordion.type_1 .get_adobe{
	margin: 1em 0 0;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
}

#contents .get_adobe > a > img {
	float: left;
	margin-right: 0.6em;
}

#contents .get_adobe > a > span {
	display: inline-block;
	margin-top: 0.6em;
}

@media (max-width: 640px){
	#contents .get_adobe {
		margin-left: 0;
	}
}

/* 2024/03/22 */
#contents .accordion.type_1 {
	padding-right: 0.1em;
}

#contents .accordion.type_1 button {
	width: 100%;
    margin: 0;
    border: #d2d2d2 1px solid;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border-radius: 6px;
	font-weight: bold;
}
